Home
last modified time | relevance | path

Searched refs:crypto_ec_key_get_subject_public_key (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dsae_pk_gen.c72 pub = crypto_ec_key_get_subject_public_key(key); in main()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h926 struct wpabuf * crypto_ec_key_get_subject_public_key(struct crypto_ec_key *key);
Dcrypto_openssl.c2257 struct wpabuf * crypto_ec_key_get_subject_public_key(struct crypto_ec_key *key) in crypto_ec_key_get_subject_public_key() function
/external/wpa_supplicant_8/src/common/
Dsae_pk.c502 pk->pubkey = crypto_ec_key_get_subject_public_key(pk->key); in sae_parse_pk()