Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dchachapoly.h142 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx,
/AliOS-Things-master/components/mbedtls/library/
A Dchachapoly.c122 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function
506 ret = mbedtls_chachapoly_setkey( &ctx, test_key[i] ); in mbedtls_chachapoly_self_test()
A Dcipher_wrap.c1990 if ( 0 != mbedtls_chachapoly_setkey( (mbedtls_chachapoly_context*)ctx, key ) ) in chachapoly_setkey_wrap()
/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c548 mbedtls_chachapoly_setkey( &chachapoly, tmp ); in main()

Completed in 10 milliseconds