Home
last modified time | relevance | path

Searched defs:key_id (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_backend_psa.c29 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/
Ddistribute_keyid.c49 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/
Dcrypto_ataes132a.c186 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
Dcrypto_ataes132a_priv.h204 uint8_t key_id; member
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c49 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/
Dcrypto_psa.c64 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
Dhci_ecc.c108 psa_key_id_t key_id; in generate_keys() local
194 psa_key_id_t key_id; in emulate_le_generate_dhkey() local
Dsmp.c5310 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/
Dmain.c38 psa_key_id_t key_id; in ZTEST() local
90 psa_key_id_t key_id; in ZTEST() local
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto_psa.c21 psa_key_id_t key_id; in bt_crypto_aes_cmac() local
/Zephyr-latest/subsys/jwt/
Djwt_psa.c22 psa_key_id_t key_id; in jwt_sign_impl() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c162 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/
Dcrypto_psa.c427 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/
Dmain.c18 psa_key_id_t key_id; in generate_persistent_key() local
/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c138 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/
Dmain.c178 psa_key_id_t key_id = idx + WIFI_CREDENTIALS_BACKEND_PSA_KEY_ID_USER_MIN; in ZTEST() local
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h619 uint8_t *key_id; member