Home
last modified time | relevance | path

Searched refs:psa_set_key_lifetime (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c192 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_sha256_hmac_raw_key()
253 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_pub_key_gen()
310 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_dhkey_gen()
396 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_key_import()
402 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_key_import()
409 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_key_import()
421 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_PERSISTENT); in bt_mesh_key_import()
424 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_key_import()
437 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_PERSISTENT); in bt_mesh_key_import()
440 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in bt_mesh_key_import()
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/
Dnormalized_crypto.h40 void psa_set_key_lifetime(psa_key_attributes_t *attributes, psa_key_lifetime_t lifetime);
Dmain.c46 FAKE_VOID_FUNC(psa_set_key_lifetime, psa_key_attributes_t *, psa_key_lifetime_t);
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_backend_psa.c48 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_PERSISTENT); in wifi_credentials_store_entry()
/Zephyr-latest/samples/psa/persistent_key/src/
Dmain.c22 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_PERSISTENT); in generate_persistent_key()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c180 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_PERSISTENT); in otPlatCryptoImportKey()
184 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_VOLATILE); in otPlatCryptoImportKey()
591 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_PERSISTENT); in otPlatCryptoEcdsaGenerateAndImportKey()
621 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_VOLATILE); in otPlatCryptoPbkdf2GenerateKey()
/Zephyr-latest/subsys/secure_storage/src/its/transform/
Daead.c31 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in psa_aead_crypt()
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/
Dmain.c21 psa_set_key_lifetime(key_attributes, PSA_KEY_LIFETIME_PERSISTENT); in fill_key_attributes()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c131 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_PERSISTENT); in crp_imp_key_secp256r1()
242 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_PERSISTENT); in crp_gen_key_secp256r1()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c482 psa_set_key_lifetime(&key_attributes, PSA_KEY_LIFETIME_VOLATILE); in generate_oob_key_pair()