Home
last modified time | relevance | path

Searched refs:psa_set_key_algorithm (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/subsys/jwt/
Djwt_psa.c29 psa_set_key_algorithm(&attr, PSA_ALG_ECDSA(PSA_ALG_SHA_256)); in jwt_sign_impl()
33 psa_set_key_algorithm(&attr, PSA_ALG_RSA_PKCS1V15_SIGN(PSA_ALG_SHA_256)); in jwt_sign_impl()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c192 psa_set_key_algorithm(&attributes, PSA_ALG_HMAC(PSA_ALG_SHA_256)); in bt_mesh_sha256_hmac_raw_key()
253 psa_set_key_algorithm(&key_attributes, PSA_ALG_ECDH); in bt_mesh_pub_key_gen()
310 psa_set_key_algorithm(&attributes, PSA_ALG_ECDH); in bt_mesh_dhkey_gen()
398 psa_set_key_algorithm(&key_attributes, PSA_ALG_ECB_NO_PADDING); in bt_mesh_key_import()
404 psa_set_key_algorithm(&key_attributes, in bt_mesh_key_import()
410 psa_set_key_algorithm(&key_attributes, PSA_ALG_CMAC); in bt_mesh_key_import()
443 psa_set_key_algorithm(&key_attributes, in bt_mesh_key_import()
/Zephyr-latest/subsys/bluetooth/host/
Dcrypto_psa.c81 psa_set_key_algorithm(&attr, PSA_ALG_ECB_NO_PADDING); in bt_encrypt_le()
129 psa_set_key_algorithm(&attr, PSA_ALG_ECB_NO_PADDING); in bt_encrypt_be()
Decc.c55 psa_set_key_algorithm(&attr, PSA_ALG_ECDH); in bt_pub_key_is_valid()
Dhci_ecc.c102 psa_set_key_algorithm(attr, PSA_ALG_ECDH); in set_key_attributes()
Dgatt.c710 psa_set_key_algorithm(&key_attr, PSA_ALG_CMAC); in db_hash_setup()
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto_psa.c30 psa_set_key_algorithm(&key_attr, PSA_ALG_CMAC); in bt_crypto_aes_cmac()
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/
Dnormalized_crypto.h39 void psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg);
Dmain.c49 FAKE_VOID_FUNC(psa_set_key_algorithm, psa_key_attributes_t *, psa_algorithm_t);
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c175 psa_set_key_algorithm(&attributes, toPsaAlgorithm(aKeyAlgorithm)); in otPlatCryptoImportKey()
432 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in otPlatCryptoEcdsaGenerateKey()
465 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in otPlatCryptoEcdsaSign()
498 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in otPlatCryptoEcdsaVerify()
589 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in otPlatCryptoEcdsaGenerateAndImportKey()
622 psa_set_key_algorithm(&attributes, algorithm); in otPlatCryptoPbkdf2GenerateKey()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_backend_psa.c52 psa_set_key_algorithm(&key_attributes, PSA_ALG_NONE); in wifi_credentials_store_entry()
/Zephyr-latest/samples/psa/persistent_key/src/
Dmain.c25 psa_set_key_algorithm(&key_attributes, SAMPLE_ALG); in generate_persistent_key()
/Zephyr-latest/tests/crypto/secp256r1/src/
Dmain.c64 psa_set_key_algorithm(&key_attr, PSA_ALG_ECDH); in ZTEST_USER()
/Zephyr-latest/subsys/secure_storage/src/its/transform/
Daead.c32 psa_set_key_algorithm(&key_attributes, alg); in psa_aead_crypt()
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/
Dmain.c24 psa_set_key_algorithm(key_attributes, ALG); in fill_key_attributes()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c132 psa_set_key_algorithm(&key_attributes, alg); in crp_imp_key_secp256r1()
243 psa_set_key_algorithm(&key_attributes, alg); in crp_gen_key_secp256r1()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c447 psa_set_key_algorithm(&key_attributes, PSA_ALG_ECDH); in generate_oob_key_pair()