Home
last modified time | relevance | path

Searched refs:crypto_ec_key_set_pub (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto.h1044 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *x,
Dcrypto_module_tests.c2395 peer_pub = crypto_ec_key_set_pub(test->sk_r_group, in run_hpke_test()
Dcrypto_openssl.c3221 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *buf_x, in crypto_ec_key_set_pub() function
3360 key = crypto_ec_key_set_pub(ec->iana_group, buf, buf + len, len); in crypto_ec_key_set_pub_point()
5218 pk_e = crypto_ec_key_set_pub(ctx->iana_group, &enc[1], in hpke_decap()
Dcrypto_mbedtls_alt.c2566 struct crypto_ec_key *crypto_ec_key_set_pub(int group, const u8 *x, const u8 *y, size_t len) in crypto_ec_key_set_pub() function
Dcrypto_wolfssl.c2699 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *x, in crypto_ec_key_set_pub() function
/hostap-latest/src/common/
Ddpp_pkex.c496 pkex->x = crypto_ec_key_set_pub(curve->ike_group, x_coord, in dpp_pkex_rx_exchange_req()
829 pkex->y = crypto_ec_key_set_pub(curve->ike_group, x_coord, y_coord, in dpp_pkex_rx_exchange_resp()
Ddpp_crypto.c245 return crypto_ec_key_set_pub(ike_group, buf, buf + len / 2, len / 2); in dpp_set_pubkey_point()
1455 return crypto_ec_key_set_pub(curve->ike_group, x, y, curve->prime_len); in dpp_pkex_get_role_elem()
Ddpp.c2655 key = crypto_ec_key_set_pub(curve->ike_group, wpabuf_head(x), in dpp_parse_jwk()