Searched refs:crypto_ec_key_set_pub (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto.h | 1044 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *x,
|
D | crypto_module_tests.c | 2395 peer_pub = crypto_ec_key_set_pub(test->sk_r_group, in run_hpke_test()
|
D | crypto_openssl.c | 3221 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()
|
D | crypto_mbedtls_alt.c | 2566 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
|
D | crypto_wolfssl.c | 2699 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/ |
D | dpp_pkex.c | 496 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()
|
D | dpp_crypto.c | 245 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()
|
D | dpp.c | 2655 key = crypto_ec_key_set_pub(curve->ike_group, wpabuf_head(x), in dpp_parse_jwk()
|