Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds