Home
last modified time | relevance | path

Searched refs:psa_get_key_algorithm (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto_struct.h203 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
Dcrypto.h288 static psa_algorithm_t psa_get_key_algorithm(
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_gcm.c545 psa_algorithm_t key_alg = psa_get_key_algorithm(attributes); in cc3xx_gcm_encrypt()
581 psa_algorithm_t key_alg = psa_get_key_algorithm(attributes); in cc3xx_gcm_decrypt()
Dcc3xx_internal_ccm.c640 psa_algorithm_t key_alg = psa_get_key_algorithm(attributes); in cc3xx_encrypt_ccm()
671 psa_algorithm_t key_alg = psa_get_key_algorithm(attributes); in cc3xx_decrypt_ccm()
Dcc3xx_internal_chacha20_poly1305.c430 psa_algorithm_t key_alg = psa_get_key_algorithm(attributes); in cc3xx_decrypt_chacha20_poly1305()