Searched refs:mbedtls_chachapoly_setkey (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_chachapoly.function | 28 TEST_ASSERT(mbedtls_chachapoly_setkey(&ctx, key_str->x) == 0); 62 TEST_ASSERT(mbedtls_chachapoly_setkey(&ctx, key_str->x) == 0); 110 TEST_ASSERT(mbedtls_chachapoly_setkey(&ctx, key)
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_chachapoly.function | 28 TEST_ASSERT(mbedtls_chachapoly_setkey(&ctx, key_str->x) == 0); 62 TEST_ASSERT(mbedtls_chachapoly_setkey(&ctx, key_str->x) == 0); 110 TEST_ASSERT(mbedtls_chachapoly_setkey(&ctx, key)
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | chachapoly.c | 94 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function 442 ret = mbedtls_chachapoly_setkey(&ctx, test_key[i]); in mbedtls_chachapoly_self_test()
|
H A D | psa_crypto_aead.c | 100 mbedtls_chachapoly_setkey(&operation->ctx.chachapoly, in psa_aead_setup()
|
H A D | cipher_wrap.c | 1930 if (0 != mbedtls_chachapoly_setkey((mbedtls_chachapoly_context *) ctx, key)) { in chachapoly_setkey_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | chachapoly.c | 94 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function 442 ret = mbedtls_chachapoly_setkey(&ctx, test_key[i]); in mbedtls_chachapoly_self_test()
|
H A D | psa_crypto_aead.c | 96 mbedtls_chachapoly_setkey(&operation->ctx.chachapoly, in psa_aead_setup()
|
H A D | cipher_wrap.c | 1984 if (0 != mbedtls_chachapoly_setkey((mbedtls_chachapoly_context *) ctx, key)) { in chachapoly_setkey_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | chachapoly.h | 126 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chachapoly.h | 126 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx,
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 796 mbedtls_chachapoly_setkey(&chachapoly, tmp); in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 875 mbedtls_chachapoly_setkey(&chachapoly, tmp); in main()
|