Searched refs:MBEDTLS_AESCCM_MODE_CCM (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | mbedtls_ccm_common.h | 33 #define MBEDTLS_AESCCM_MODE_CCM 0 macro
|
D | ccm_alt.c | 66 …g_int(ctx, length, iv, iv_len, add, add_len, input, output, tag, tag_len, MBEDTLS_AESCCM_MODE_CCM); in mbedtls_ccm_encrypt_and_tag() 85 …_int( ctx, length, iv, iv_len, add, add_len, input, output, tag, tag_len, MBEDTLS_AESCCM_MODE_CCM); in mbedtls_ccm_auth_decrypt()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
D | mbedtls_ccm_internal.c | 62 if (ccmMode == MBEDTLS_AESCCM_MODE_CCM) { in ccm_init()
|