Searched refs:mbedtls_cipher_cmac_starts (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_cmac.function | 36 TEST_ASSERT(mbedtls_cipher_cmac_starts(NULL, test_key, 128) == 39 TEST_ASSERT(mbedtls_cipher_cmac_starts(&ctx, NULL, 128) == 156 TEST_ASSERT(mbedtls_cipher_cmac_starts(&ctx, 240 TEST_ASSERT(mbedtls_cipher_cmac_starts(&ctx,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_cmac.function | 36 TEST_ASSERT(mbedtls_cipher_cmac_starts(NULL, test_key, 128) == 39 TEST_ASSERT(mbedtls_cipher_cmac_starts(&ctx, NULL, 128) == 156 TEST_ASSERT(mbedtls_cipher_cmac_starts(&ctx, 240 TEST_ASSERT(mbedtls_cipher_cmac_starts(&ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | cmac.h | 105 int mbedtls_cipher_cmac_starts(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cmac.h | 105 int mbedtls_cipher_cmac_starts(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | cmac.c | 156 int mbedtls_cipher_cmac_starts(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_starts() function 365 ret = mbedtls_cipher_cmac_starts(&ctx, key, keylen); in mbedtls_cipher_cmac()
|
H A D | psa_crypto_mac.c | 189 ret = mbedtls_cipher_cmac_starts(&operation->ctx.cmac, in cmac_setup()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | cmac.c | 161 int mbedtls_cipher_cmac_starts(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_starts() function 365 ret = mbedtls_cipher_cmac_starts(&ctx, key, keylen); in mbedtls_cipher_cmac()
|
H A D | psa_crypto_mac.c | 189 ret = mbedtls_cipher_cmac_starts(&operation->ctx.cmac, in cmac_setup()
|