Home
last modified time | relevance | path

Searched refs:cc3xx_aes_crypt (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/include/
Dcc3xx_internal_aes.h54 psa_status_t cc3xx_aes_crypt(
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_cipher.c325 if (( ret = cc3xx_aes_crypt( in cc3xx_cipher_update()
363 if (( ret = cc3xx_aes_crypt( in cc3xx_cipher_update()
380 if (( ret = cc3xx_aes_crypt( in cc3xx_cipher_update()
396 if (( ret = cc3xx_aes_crypt( in cc3xx_cipher_update()
412 if (( ret = cc3xx_aes_crypt( in cc3xx_cipher_update()
523 if (( ret = cc3xx_aes_crypt( in cc3xx_cipher_finish()
Dcc3xx_internal_aes.c107 psa_status_t cc3xx_aes_crypt( in cc3xx_aes_crypt() function