Home
last modified time | relevance | path

Searched refs:mbedtls_ccm_star_auth_decrypt (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ccm.c84 …RUNIT_ASSERT_API(mbedtls_ccm_star_auth_decrypt(pCtx, sizeof(MSG), nonceBuff, MBEDTLS_AESCCM_STAR_N… in runIt_ccmStarEncOnly()
144 …RUNIT_ASSERT_API(mbedtls_ccm_star_auth_decrypt(pCtx, sizeof(MSG), nonceBuff, MBEDTLS_AESCCM_STAR_N… in runIt_ccmStar()
/trusted-firmware-m-latest/interface/include/mbedtls/
Dccm.h305 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dccm_alt.c102 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, in mbedtls_ccm_star_auth_decrypt() function
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Dccm_alt.c409 int mbedtls_ccm_star_auth_decrypt( mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt() function
463 return( mbedtls_ccm_star_auth_decrypt( ctx, length, iv, iv_len, add, in mbedtls_ccm_auth_decrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c509 RUNIT_PERF_REG_API(mbedtls_ccm_star_auth_decrypt , 1); in runIt_regApi()