Searched refs:psa_set_key_bits (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | crypto_psa.c | 83 psa_set_key_bits(&attr, 128); in bt_encrypt_le() 132 psa_set_key_bits(&attr, 128); in bt_encrypt_be()
|
D | ecc.c | 86 psa_set_key_bits(&attr, 256); in bt_pub_key_is_valid() 111 psa_set_key_bits(attr, 256); in set_key_attributes()
|
D | gatt.c | 713 psa_set_key_bits(&key_attr, 128); in db_hash_setup()
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto_psa.c | 27 psa_set_key_bits(&key_attr, 128); in bt_crypto_aes_cmac()
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/ |
D | normalized_crypto.h | 37 void psa_set_key_bits(psa_key_attributes_t *attributes, size_t bits);
|
D | main.c | 49 FAKE_VOID_FUNC(psa_set_key_bits, psa_key_attributes_t *, size_t);
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_psa.c | 195 psa_set_key_bits(&attributes, 256); in bt_mesh_sha256_hmac_raw_key() 256 psa_set_key_bits(&key_attributes, 256); in bt_mesh_pub_key_gen() 313 psa_set_key_bits(&attributes, 256); in bt_mesh_dhkey_gen() 452 psa_set_key_bits(&key_attributes, 128); in bt_mesh_key_import()
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_backend_psa.c | 51 psa_set_key_bits(&key_attributes, buf_len * 8); in wifi_credentials_store_entry()
|
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 434 psa_set_key_bits(&attributes, 256); in otPlatCryptoEcdsaGenerateKey() 467 psa_set_key_bits(&attributes, 256); in otPlatCryptoEcdsaSign() 500 psa_set_key_bits(&attributes, 256); in otPlatCryptoEcdsaVerify() 593 psa_set_key_bits(&attributes, 256); in otPlatCryptoEcdsaGenerateAndImportKey() 624 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(aPasswordLen)); in otPlatCryptoPbkdf2GenerateKey()
|
/Zephyr-latest/samples/psa/persistent_key/src/ |
D | main.c | 27 psa_set_key_bits(&key_attributes, SAMPLE_KEY_BITS); in generate_persistent_key()
|
/Zephyr-latest/tests/crypto/secp256r1/src/ |
D | main.c | 62 psa_set_key_bits(&key_attr, 256); in ZTEST_USER()
|
/Zephyr-latest/subsys/secure_storage/src/its/transform/ |
D | aead.c | 34 psa_set_key_bits(&key_attributes, sizeof(key) * 8); in psa_aead_crypt()
|
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/ |
D | main.c | 26 psa_set_key_bits(key_attributes, KEY_BITS); in fill_key_attributes()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 245 psa_set_key_bits(&key_attributes, 256); in crp_gen_key_secp256r1()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 485 psa_set_key_bits(&key_attributes, 256); in generate_oob_key_pair()
|