Searched defs:alg (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/jwt/ |
D | jwt_psa.c | 24 psa_algorithm_t alg; in jwt_sign_impl() local
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | f32.c | 179 arm_sort_alg alg, arm_sort_dir dir) in test_arm_sort_out() 268 arm_sort_alg alg, arm_sort_dir dir) in test_arm_sort_in() 321 arm_sort_alg alg, arm_sort_dir dir) in test_arm_sort_const()
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/ |
D | normalized_crypto.h | 20 uint32_t alg; member
|
D | main.c | 99 void custom_psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg) in custom_psa_set_key_algorithm()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_psa.c | 86 psa_algorithm_t alg = PSA_ALG_AEAD_WITH_SHORTENED_TAG(PSA_ALG_CCM, mic_size); in bt_mesh_ccm_encrypt() local 109 psa_algorithm_t alg = PSA_ALG_AEAD_WITH_SHORTENED_TAG(PSA_ALG_CCM, mic_size); in bt_mesh_ccm_decrypt() local 129 psa_algorithm_t alg = PSA_ALG_CMAC; in bt_mesh_aes_cmac_mesh_key() local 181 psa_algorithm_t alg = PSA_ALG_HMAC(PSA_ALG_SHA_256); in bt_mesh_sha256_hmac_raw_key() local
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 118 psa_algorithm_t alg = PSA_ALG_ECDSA(PSA_ALG_SHA_256); in crp_imp_key_secp256r1() local 230 psa_algorithm_t alg = PSA_ALG_ECDSA(PSA_ALG_SHA_256); in crp_gen_key_secp256r1() local 545 psa_algorithm_t alg = PSA_ALG_SHA_256; in crp_hash_payload() local
|
/Zephyr-latest/subsys/secure_storage/src/its/transform/ |
D | aead_get.c | 22 void secure_storage_its_transform_aead_get_scheme(psa_key_type_t *key_type, psa_algorithm_t *alg) in secure_storage_its_transform_aead_get_scheme()
|
D | aead.c | 20 psa_algorithm_t alg; in psa_aead_crypt() local
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wpa_supp_if.c | 52 static unsigned int wpa_alg_to_cipher_suite(enum wpa_alg alg, size_t key_len) in wpa_alg_to_cipher_suite() 722 int nrf_wifi_wpa_supp_add_key(struct nrf_wifi_umac_key_info *key_info, enum wpa_alg alg, in nrf_wifi_wpa_supp_add_key() 948 int nrf_wifi_wpa_supp_set_key(void *if_priv, const unsigned char *ifname, enum wpa_alg alg, in nrf_wifi_wpa_supp_set_key()
|