Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.h33 OSSL_FUNC_cipher_decrypt_init_fn ossl_chacha20_dinit; variable
H A Dcipher_chacha20.c187 int ossl_chacha20_dinit(void *vctx, const unsigned char *key, size_t keylen, in ossl_chacha20_dinit() function
212 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_chacha20_dinit },
H A Dcipher_chacha20_poly1305_hw.c72 return ossl_chacha20_dinit(&ctx->chacha, key, keylen, NULL, 0, NULL); in chacha20_poly1305_initkey()
96 ret = ossl_chacha20_dinit(&ctx->chacha, NULL, 0, in chacha20_poly1305_initiv()

Completed in 6 milliseconds