Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_CIPHER_AUTH_FAILED (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dcmac_alt.c226 return MBEDTLS_ERR_CIPHER_AUTH_FAILED; in mbedtls_cipher_cmac_update()
260 return MBEDTLS_ERR_CIPHER_AUTH_FAILED; in mbedtls_cipher_cmac_update()
314 return MBEDTLS_ERR_CIPHER_AUTH_FAILED; in mbedtls_cipher_cmac_finish()
/trusted-firmware-m-latest/interface/include/mbedtls/
Dcipher.h48 #define MBEDTLS_ERR_CIPHER_AUTH_FAILED -0x6300 macro