Searched refs:mbedtls_chachapoly_setkey (Results 1 – 7 of 7) sorted by relevance
141 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx,
117 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function504 ret = mbedtls_chachapoly_setkey( &ctx, test_key[i] ); in mbedtls_chachapoly_self_test()
2042 if ( 0 != mbedtls_chachapoly_setkey( (mbedtls_chachapoly_context*)ctx, key ) ) in chachapoly_setkey_wrap()
Completed in 11 milliseconds