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 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);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A 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);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | cmac.h | 149 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cmac.h | 149 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A 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()
|
H A D | psa_crypto_mac.c | 379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx.cmac, tmp); in psa_mac_finish_internal()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | cmac.c | 269 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 D | psa_crypto_mac.c | 379 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 D | psa-transition.md | 562 4. Call `mbedtls_cipher_cmac_finish`. If verifying the MAC against an expected value, compare the r…
|