Home
last modified time | relevance | path

Searched refs:crypto_ec_key_parse_pub (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Ddpp_crypto.c584 key = crypto_ec_key_parse_pub(data, data_len); in dpp_get_subject_public_key()
864 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len); in dpp_check_signed_connector()
2238 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len); in dpp_gen_reconfig_id()
2244 ppkey = crypto_ec_key_parse_pub(pp_key, pp_key_len); in dpp_gen_reconfig_id()
H A Dsae_pk.c845 key = crypto_ec_key_parse_pub(k_ap, k_ap_len); in sae_check_confirm_pk()
H A Ddpp_reconfig.c61 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len); in dpp_build_reconfig_announcement()
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h1031 struct crypto_ec_key * crypto_ec_key_parse_pub(const u8 *der, size_t der_len);
H A Dcrypto_wolfssl.c2490 struct crypto_ec_key * crypto_ec_key_parse_pub(const u8 *der, size_t der_len) in crypto_ec_key_parse_pub() function
3320 csr->pubkey = crypto_ec_key_parse_pub(wpabuf_head(der), in crypto_csr_set_ec_public_key()
3324 LOG_WOLF_ERROR_FUNC_NULL(crypto_ec_key_parse_pub); in crypto_csr_set_ec_public_key()
H A Dcrypto_openssl.c3195 struct crypto_ec_key * crypto_ec_key_parse_pub(const u8 *der, size_t der_len) in crypto_ec_key_parse_pub() function