Searched refs:mbedtls_cipher_cmac_update (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 | 30 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, test_data, 16) == 42 TEST_ASSERT(mbedtls_cipher_cmac_update(NULL, test_data, 16) == 45 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, NULL, 16) == 163 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 169 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 175 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 181 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 249 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 255 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 261 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, [all …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_cmac.function | 30 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, test_data, 16) == 42 TEST_ASSERT(mbedtls_cipher_cmac_update(NULL, test_data, 16) == 45 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, NULL, 16) == 163 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 169 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 175 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 181 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 249 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 255 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, 261 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | cmac.h | 130 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cmac.h | 130 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | cmac.c | 198 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_update() function 370 ret = mbedtls_cipher_cmac_update(&ctx, input, ilen); in mbedtls_cipher_cmac()
|
H A D | psa_crypto_mac.c | 353 mbedtls_cipher_cmac_update(&operation->ctx.cmac, in mbedtls_psa_mac_update()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | cmac.c | 203 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_update() function 370 ret = mbedtls_cipher_cmac_update(&ctx, input, ilen); in mbedtls_cipher_cmac()
|
H A D | psa_crypto_mac.c | 353 mbedtls_cipher_cmac_update(&operation->ctx.cmac, in mbedtls_psa_mac_update()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 561 3. Call `mbedtls_cipher_cmac_update` as many times as necessary.
|