Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dchacha20.h141 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dchacha20.c217 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, in mbedtls_chacha20_starts() function
326 ret = mbedtls_chacha20_starts( &ctx, nonce, counter ); in mbedtls_chacha20_crypt()
A Dchachapoly.c139 ret = mbedtls_chacha20_starts( &ctx->chacha20_ctx, nonce, 0U ); in mbedtls_chachapoly_starts()
A Dcipher.c434 if ( 0 != mbedtls_chacha20_starts( (mbedtls_chacha20_context*)ctx->cipher_ctx, in mbedtls_cipher_set_iv()

Completed in 7 milliseconds