Searched refs:mbedtls_cipher_cmac_finish (Results 1 – 5 of 5) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_cmac.function | 48 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);
|
/mbedtls-latest/include/mbedtls/ |
D | cmac.h | 149 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx,
|
/mbedtls-latest/library/ |
D | cmac.c | 268 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()
|
D | psa_crypto_mac.c | 379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx.cmac, tmp); in psa_mac_finish_internal()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 562 4. Call `mbedtls_cipher_cmac_finish`. If verifying the MAC against an expected value, compare the r…
|