Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dchacha20.h119 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dchacha20.c192 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() function
322 ret = mbedtls_chacha20_setkey( &ctx, key ); in mbedtls_chacha20_crypt()
A Dchachapoly.c124 ret = mbedtls_chacha20_setkey( &ctx->chacha20_ctx, key ); in mbedtls_chachapoly_setkey()
A Dcipher_wrap.c1957 if ( 0 != mbedtls_chacha20_setkey( (mbedtls_chacha20_context*)ctx, key ) ) in chacha20_setkey_wrap()

Completed in 8 milliseconds