Home
last modified time | relevance | path

Searched defs:pubkey (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/secure_element/atecc608_ecdsa/main/
Decdsa_example_main.c85 static void print_public_key(uint8_t *pubkey) in print_public_key()
176 uint8_t pubkey[ATCA_PUB_KEY_SIZE]; in app_main() local
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dcrypto_internal-modexp.c17 u8 *pubkey) in crypto_dh_init()
45 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
Dcrypto_mbedtls.c871 u8 *pubkey) in crypto_dh_init()
/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/
Dwps_common.c62 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local
384 const struct wpabuf *pubkey, in wps_build_nfc_pw_token()
595 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
Dwps_attr_build.c23 struct wpabuf *pubkey = NULL; in wps_build_public_key() local
367 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.h163 struct crypto_key *pubkey; member