Searched refs:psa_set_key_algorithm (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/subsys/jwt/ |
D | jwt_psa.c | 29 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/ |
D | crypto_psa.c | 192 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/ |
D | crypto_psa.c | 81 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()
|
D | ecc.c | 55 psa_set_key_algorithm(&attr, PSA_ALG_ECDH); in bt_pub_key_is_valid()
|
D | hci_ecc.c | 102 psa_set_key_algorithm(attr, PSA_ALG_ECDH); in set_key_attributes()
|
D | gatt.c | 710 psa_set_key_algorithm(&key_attr, PSA_ALG_CMAC); in db_hash_setup()
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto_psa.c | 30 psa_set_key_algorithm(&key_attr, PSA_ALG_CMAC); in bt_crypto_aes_cmac()
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/ |
D | normalized_crypto.h | 39 void psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg);
|
D | main.c | 49 FAKE_VOID_FUNC(psa_set_key_algorithm, psa_key_attributes_t *, psa_algorithm_t);
|
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 175 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/ |
D | wifi_credentials_backend_psa.c | 52 psa_set_key_algorithm(&key_attributes, PSA_ALG_NONE); in wifi_credentials_store_entry()
|
/Zephyr-latest/samples/psa/persistent_key/src/ |
D | main.c | 25 psa_set_key_algorithm(&key_attributes, SAMPLE_ALG); in generate_persistent_key()
|
/Zephyr-latest/tests/crypto/secp256r1/src/ |
D | main.c | 64 psa_set_key_algorithm(&key_attr, PSA_ALG_ECDH); in ZTEST_USER()
|
/Zephyr-latest/subsys/secure_storage/src/its/transform/ |
D | aead.c | 32 psa_set_key_algorithm(&key_attributes, alg); in psa_aead_crypt()
|
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/ |
D | main.c | 24 psa_set_key_algorithm(key_attributes, ALG); in fill_key_attributes()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 132 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/ |
D | test_provision.c | 447 psa_set_key_algorithm(&key_attributes, PSA_ALG_ECDH); in generate_oob_key_pair()
|