Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_cmac_finish (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_cmac.function48 TEST_ASSERT(mbedtls_cipher_cmac_finish(NULL, test_output) ==
51 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, NULL) ==
186 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, output) == 0);
266 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, output) == 0);
294 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, output) == 0);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_cmac.function48 TEST_ASSERT(mbedtls_cipher_cmac_finish(NULL, test_output) ==
51 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, NULL) ==
186 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, output) == 0);
266 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, output) == 0);
294 TEST_ASSERT(mbedtls_cipher_cmac_finish(&ctx, output) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcmac.h149 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcmac.h149 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcmac.c268 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_finish() function
375 ret = mbedtls_cipher_cmac_finish(&ctx, output); in mbedtls_cipher_cmac()
H A Dpsa_crypto_mac.c379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx.cmac, tmp); in psa_mac_finish_internal()
/aosp_15_r20/external/mbedtls/library/
H A Dcmac.c269 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_finish() function
375 ret = mbedtls_cipher_cmac_finish(&ctx, output); in mbedtls_cipher_cmac()
H A Dpsa_crypto_mac.c379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx.cmac, tmp); in psa_mac_finish_internal()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md562 4. Call `mbedtls_cipher_cmac_finish`. If verifying the MAC against an expected value, compare the r…