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 D | dpp_crypto.c | 584 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 D | sae_pk.c | 845 key = crypto_ec_key_parse_pub(k_ap, k_ap_len); in sae_check_confirm_pk()
|
H A D | dpp_reconfig.c | 61 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 D | crypto.h | 1031 struct crypto_ec_key * crypto_ec_key_parse_pub(const u8 *der, size_t der_len);
|
H A D | crypto_wolfssl.c | 2490 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 D | crypto_openssl.c | 3195 struct crypto_ec_key * crypto_ec_key_parse_pub(const u8 *der, size_t der_len) in crypto_ec_key_parse_pub() function
|