Home
last modified time | relevance | path

Searched defs:public_key (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Decc_dh.c68 int uECC_make_key_with_d(uint8_t *public_key, uint8_t *private_key, in uECC_make_key_with_d()
102 int uECC_make_key(uint8_t *public_key, uint8_t *private_key, uECC_Curve curve) in uECC_make_key()
144 int uECC_shared_secret(const uint8_t *public_key, const uint8_t *private_key, in uECC_shared_secret()
H A Decc_dsa.c192 int uECC_verify(const uint8_t *public_key, const uint8_t *message_hash, in uECC_verify()
H A Decc.c890 int uECC_valid_public_key(const uint8_t *public_key, uECC_Curve curve) in uECC_valid_public_key()
908 int uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, in uECC_compute_public_key()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/tools/
H A Dlog2smtest.rb487 def public_key_to_s(public_key, is_req) argument
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_sm_test_util.c75 struct ble_sm_public_key *public_key; member