/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_backend_psa.c | 26 size_t key_id = i + ZEPHYR_PSA_WIFI_CREDENTIALS_KEY_ID_RANGE_BEGIN; in wifi_credentials_backend_init() local 44 psa_key_id_t key_id; in wifi_credentials_store_entry() local 80 size_t key_id = idx + ZEPHYR_PSA_WIFI_CREDENTIALS_KEY_ID_RANGE_BEGIN; in wifi_credentials_load_entry() local
|
/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 | 68 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in bt_encrypt_le() local 120 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in bt_encrypt_be() local
|
D | ecc.c | 120 psa_key_id_t key_id; in generate_pub_key() local 190 psa_key_id_t key_id; in generate_dh_key() local
|
D | smp.c | 5362 uint8_t key_id[4] = { 0x72, 0x62, 0x65, 0x6c }; in smp_h6_test() local 5410 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 | 49 psa_key_id_t key_id; in ZTEST() local 101 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 | 163 struct bt_mesh_key key_id; in bt_mesh_aes_cmac_raw_key() local 185 psa_key_id_t key_id; in bt_mesh_sha256_hmac_raw_key() local 368 static int keyid_free(psa_key_id_t key_id) in keyid_free() 379 static void keyid_assign(psa_key_id_t key_id) in keyid_assign() 391 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 | 19 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 | 176 psa_key_id_t key_id = idx + ZEPHYR_PSA_WIFI_CREDENTIALS_KEY_ID_RANGE_BEGIN; in ZTEST() local
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 619 uint8_t *key_id; member
|