Home
last modified time | relevance | path

Searched defs:cmac_ctx (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dcmac_alt.c137 mbedtls_cmac_context_t *cmac_ctx = NULL; in mbedtls_cipher_cmac_starts() local
174 mbedtls_cmac_context_t *cmac_ctx = NULL; in mbedtls_cipher_cmac_update() local
281 mbedtls_cmac_context_t *cmac_ctx = NULL; in mbedtls_cipher_cmac_finish() local
326 mbedtls_cmac_context_t* cmac_ctx = NULL; in mbedtls_cipher_cmac_reset() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_mac.c140 static psa_status_t cmac_update(cc3xx_cipher_operation_t *cmac_ctx, in cmac_update()
216 static psa_status_t cmac_finish(cc3xx_cipher_operation_t *cmac_ctx, in cmac_finish()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_sym.c364 CMAC_CTX *cmac_ctx = NULL; in CC_CommonAesCmacEncrypt() local