Home
last modified time | relevance | path

Searched refs:PSA_ALG_ECDH (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/crypto/secp256r1/src/
Dmain.c64 psa_set_key_algorithm(&key_attr, PSA_ALG_ECDH); in ZTEST_USER()
76 status = psa_raw_key_agreement(PSA_ALG_ECDH, key_id_1, public_key_2, public_key_2_len, in ZTEST_USER()
/Zephyr-latest/subsys/bluetooth/host/
Decc.c88 psa_set_key_algorithm(&attr, PSA_ALG_ECDH); in bt_pub_key_is_valid()
113 psa_set_key_algorithm(attr, PSA_ALG_ECDH); in set_key_attributes()
211 ret = psa_raw_key_agreement(PSA_ALG_ECDH, key_id, tmp_pub_key_buf, sizeof(tmp_pub_key_buf), in generate_dh_key()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c254 psa_set_key_algorithm(&key_attributes, PSA_ALG_ECDH); in bt_mesh_pub_key_gen()
311 psa_set_key_algorithm(&attributes, PSA_ALG_ECDH); in bt_mesh_dhkey_gen()
336 status = psa_raw_key_agreement(PSA_ALG_ECDH, priv_key_id, public_key_repr, in bt_mesh_dhkey_gen()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c483 psa_set_key_algorithm(&key_attributes, PSA_ALG_ECDH); in generate_oob_key_pair()