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/ |
| D | run_integration_ccm.c | 84 …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/ |
| D | ccm.h | 305 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/ |
| D | ccm_alt.c | 102 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/ |
| D | ccm_alt.c | 409 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/ |
| D | run_integration_test.c | 509 RUNIT_PERF_REG_API(mbedtls_ccm_star_auth_decrypt , 1); in runIt_regApi()
|