Home
last modified time | relevance | path

Searched refs:crypto_ec_key_set_pub_point (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto.h1054 crypto_ec_key_set_pub_point(struct crypto_ec *e,
Dcrypto_mbedtls_alt.c2581 struct crypto_ec_key *crypto_ec_key_set_pub_point(struct crypto_ec *e, const struct crypto_ec_point… in crypto_ec_key_set_pub_point() function
Dcrypto_wolfssl.c3077 crypto_ec_key_set_pub_point(struct crypto_ec *e, in crypto_ec_key_set_pub_point() function
Dcrypto_openssl.c3344 crypto_ec_key_set_pub_point(struct crypto_ec *ec, in crypto_ec_key_set_pub_point() function
/hostap-latest/src/common/
Ddpp_crypto.c2318 id->a_nonce = crypto_ec_key_set_pub_point(id->ec, a_nonce); in dpp_update_reconfig_id()
2319 id->e_prime_id = crypto_ec_key_set_pub_point(id->ec, e_prime_id); in dpp_update_reconfig_id()