Searched refs:mbedtls_ccm_auth_decrypt_int (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | ccm_alt.c | 85 …return mbedtls_ccm_auth_decrypt_int( ctx, length, iv, iv_len, add, add_len, input, output, tag, ta… in mbedtls_ccm_auth_decrypt() 113 …return mbedtls_ccm_auth_decrypt_int(ctx, length, iv, iv_len, add, add_len, input, output, tag, tag… in mbedtls_ccm_star_auth_decrypt()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
D | mbedtls_ccm_internal.h | 37 int mbedtls_ccm_auth_decrypt_int(mbedtls_ccm_context *ctx,
|
D | mbedtls_ccm_internal.c | 663 int mbedtls_ccm_auth_decrypt_int(mbedtls_ccm_context *ctx, in mbedtls_ccm_auth_decrypt_int() function
|