Searched defs:public_key (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | ecc_dh.c | 68 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 D | ecc_dsa.c | 192 int uECC_verify(const uint8_t *public_key, const uint8_t *message_hash, in uECC_verify()
|
H A D | ecc.c | 890 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 D | log2smtest.rb | 487 def public_key_to_s(public_key, is_req) argument
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_sm_test_util.c | 75 struct ble_sm_public_key *public_key; member
|