/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_backend_psa.c | 29 size_t key_id = i + WIFI_CREDENTIALS_BACKEND_PSA_KEY_ID_USER_MIN; in wifi_credentials_backend_init() local 47 psa_key_id_t key_id; in wifi_credentials_store_entry() local 83 size_t key_id = idx + WIFI_CREDENTIALS_BACKEND_PSA_KEY_ID_USER_MIN; in wifi_credentials_load_entry() local
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | distribute_keyid.c | 49 int bt_mesh_user_keyid_free(psa_key_id_t key_id) in bt_mesh_user_keyid_free() 63 void bt_mesh_user_keyid_assign(psa_key_id_t key_id) in bt_mesh_user_keyid_assign()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_ataes132a.c | 186 uint8_t key_id, in ataes132a_aes_ccm_decrypt() 386 uint8_t key_id, in ataes132a_aes_ccm_encrypt() 582 uint8_t key_id, in ataes132a_aes_ecb_block() 675 uint8_t key_id; in do_ccm_encrypt_mac() local 724 uint8_t key_id; in do_ccm_decrypt_auth() local 768 uint8_t key_id; in do_block() local 801 uint8_t key_id = *((uint8_t *)ctx->key.handle); in ataes132a_session_setup() local
|
D | crypto_ataes132a_priv.h | 204 uint8_t key_id; member
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 49 static psa_status_t crp_get_pub_key(psa_key_id_t key_id, in crp_get_pub_key() 110 static psa_status_t crp_imp_key_secp256r1(psa_key_id_t key_id, in crp_imp_key_secp256r1() 223 static psa_status_t crp_gen_key_secp256r1(psa_key_id_t key_id, in crp_gen_key_secp256r1() 600 static psa_status_t crp_sign_hash(psa_key_id_t key_id, in crp_sign_hash() 665 static psa_status_t crp_verify_sign(psa_key_id_t key_id, in crp_verify_sign() 719 static psa_status_t crp_dest_key(psa_key_id_t key_id) in crp_dest_key()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | crypto_psa.c | 64 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in bt_encrypt_le() local 115 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in bt_encrypt_be() local
|
D | hci_ecc.c | 108 psa_key_id_t key_id; in generate_keys() local 194 psa_key_id_t key_id; in emulate_le_generate_dhkey() local
|
D | smp.c | 5310 uint8_t key_id[4] = { 0x72, 0x62, 0x65, 0x6c }; in smp_h6_test() local 5358 uint8_t key_id[4] = {0xcc, 0x03, 0x01, 0x48}; in smp_h8_test() local
|
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/ |
D | main.c | 38 psa_key_id_t key_id; in ZTEST() local 90 psa_key_id_t key_id; in ZTEST() local
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto_psa.c | 21 psa_key_id_t key_id; in bt_crypto_aes_cmac() local
|
/Zephyr-latest/subsys/jwt/ |
D | jwt_psa.c | 22 psa_key_id_t key_id; in jwt_sign_impl() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_psa.c | 162 struct bt_mesh_key key_id; in bt_mesh_aes_cmac_raw_key() local 184 psa_key_id_t key_id; in bt_mesh_sha256_hmac_raw_key() local 367 __weak int bt_mesh_user_keyid_free(psa_key_id_t key_id) in bt_mesh_user_keyid_free() 378 __weak void bt_mesh_user_keyid_assign(psa_key_id_t key_id) in bt_mesh_user_keyid_assign() 390 psa_key_id_t key_id = PSA_KEY_ID_NULL; in bt_mesh_key_import() local
|
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 427 psa_key_id_t key_id = 0; in otPlatCryptoEcdsaGenerateKey() local 460 psa_key_id_t key_id; in otPlatCryptoEcdsaSign() local 493 psa_key_id_t key_id; in otPlatCryptoEcdsaVerify() local 586 psa_key_id_t key_id = (psa_key_id_t)aKeyRef; in otPlatCryptoEcdsaGenerateAndImportKey() local 615 psa_key_id_t key_id = PSA_KEY_ID_NULL; in otPlatCryptoPbkdf2GenerateKey() local
|
/Zephyr-latest/samples/psa/persistent_key/src/ |
D | main.c | 18 psa_key_id_t key_id; in generate_persistent_key() local
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 138 uint8_t key_id[4] = {0x72, 0x62, 0x65, 0x6c}; in ZTEST() local 169 uint8_t key_id[4] = {0x48, 0x01, 0x03, 0xcc}; in ZTEST() local
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/ |
D | main.c | 178 psa_key_id_t key_id = idx + WIFI_CREDENTIALS_BACKEND_PSA_KEY_ID_USER_MIN; in ZTEST() local
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 619 uint8_t *key_id; member
|