Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchacha20.h93 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchacha20.c159 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() function
257 ret = mbedtls_chacha20_setkey(&ctx, key); in mbedtls_chacha20_crypt()
H A Dchachapoly.c99 ret = mbedtls_chacha20_setkey(&ctx->chacha20_ctx, key); in mbedtls_chachapoly_setkey()
H A Dcipher_wrap.c1934 if (0 != mbedtls_chacha20_setkey((mbedtls_chacha20_context *) ctx, key)) { in chacha20_setkey_wrap()