Searched refs:ossl_chacha20_dinit (Results 1 – 3 of 3) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20.h | 33 OSSL_FUNC_cipher_decrypt_init_fn ossl_chacha20_dinit; variable
|
H A D | cipher_chacha20.c | 187 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 D | cipher_chacha20_poly1305_hw.c | 72 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