Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_setkey (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_chachapoly.function23 TEST_ASSERT( mbedtls_chachapoly_setkey( &ctx, key_str->x ) == 0 );
51 TEST_ASSERT( mbedtls_chachapoly_setkey( &ctx, key_str->x ) == 0 );
100 TEST_ASSERT( mbedtls_chachapoly_setkey( &ctx, key )
/third_party/mbedtls/include/mbedtls/
Dchachapoly.h140 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx,
/third_party/mbedtls/library/
Dchachapoly.c117 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function
490 ret = mbedtls_chachapoly_setkey( &ctx, test_key[i] ); in mbedtls_chachapoly_self_test()
Dpsa_crypto_aead.c114 mbedtls_chachapoly_setkey( &operation->ctx.chachapoly, in psa_aead_setup()
Dcipher_wrap.c1861 if ( 0 != mbedtls_chachapoly_setkey( (mbedtls_chachapoly_context*)ctx, key ) ) in chachapoly_setkey_wrap()
/third_party/mbedtls/programs/test/
Dbenchmark.c815 mbedtls_chachapoly_setkey( &chachapoly, tmp ); in main()