Searched refs:mbedtls_chachapoly_setkey (Results 1 – 6 of 6) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_chachapoly.function | 23 TEST_ASSERT( mbedtls_chachapoly_setkey( &ctx, key_str->x ) == 0 ); 51 TEST_ASSERT( mbedtls_chachapoly_setkey( &ctx, key_str->x ) == 0 ); 94 mbedtls_chachapoly_setkey( NULL, key ) ); 96 mbedtls_chachapoly_setkey( &ctx, NULL ) ); 231 TEST_ASSERT( mbedtls_chachapoly_setkey( &ctx, key )
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | chachapoly.h | 141 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx,
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | chachapoly.c | 117 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function 504 ret = mbedtls_chachapoly_setkey( &ctx, test_key[i] ); in mbedtls_chachapoly_self_test()
|
D | cipher_wrap.c | 1989 if ( 0 != mbedtls_chachapoly_setkey( (mbedtls_chachapoly_context*)ctx, key ) ) in chachapoly_setkey_wrap()
|
D | psa_crypto.c | 4971 mbedtls_chachapoly_setkey( &operation->ctx.chachapoly, in psa_aead_setup()
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 558 mbedtls_chachapoly_setkey( &chachapoly, tmp ); in main()
|