Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
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);
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcmac.h149 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
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()
Dpsa_crypto_mac.c379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx.cmac, tmp); in psa_mac_finish_internal()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md562 4. Call `mbedtls_cipher_cmac_finish`. If verifying the MAC against an expected value, compare the r…