Home
last modified time | relevance | path

Searched refs:ossl_chacha20_einit (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.h32 OSSL_FUNC_cipher_encrypt_init_fn ossl_chacha20_einit; variable
H A Dcipher_chacha20.c168 int ossl_chacha20_einit(void *vctx, const unsigned char *key, size_t keylen, in ossl_chacha20_einit() function
211 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))ossl_chacha20_einit },
H A Dcipher_chacha20_poly1305_hw.c70 return ossl_chacha20_einit(&ctx->chacha, key, keylen, NULL, 0, NULL); in chacha20_poly1305_initkey()
93 ret = ossl_chacha20_einit(&ctx->chacha, NULL, 0, in chacha20_poly1305_initiv()

Completed in 7 milliseconds