Searched refs:psa_export_public_key (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/crypto/secp256r1/src/ |
D | main.c | 72 status = psa_export_public_key(key_id_2, public_key_2, sizeof(public_key_2), in ZTEST_USER()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | ecc.c | 135 ret = psa_export_public_key(key_id, tmp_pub_key_buf, sizeof(tmp_pub_key_buf), &tmp_len); in generate_pub_key()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_psa.c | 265 status = psa_export_public_key(dh_pair.priv_key_id, dh_pair.public_key_be, in bt_mesh_pub_key_gen()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 70 psa_export_public_key(key_handle, key, key_buf_size, key_len), in crp_get_pub_key()
|
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 570 status = psa_export_public_key(aKeyRef, buffer, sizeof(buffer), &exported_length); in otPlatCryptoEcdsaExportPublicKey()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 491 status = psa_export_public_key(priv_key_id, public_key_repr, sizeof(public_key_repr), in generate_oob_key_pair()
|