Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dchacha.h42 void ChaCha_set_iv(ChaCha_ctx *ctx, const unsigned char *iv,
/dragonfly/crypto/libressl/crypto/evp/
H A De_chacha.c39 ChaCha_set_iv((ChaCha_ctx *)ctx->cipher_data, iv, counter); in chacha_init()
H A De_chacha20poly1305.c456 ChaCha_set_iv(&cpx->chacha, iv, NULL); in chacha20_poly1305_cipher()
/dragonfly/crypto/libressl/crypto/chacha/
H A Dchacha.c32 ChaCha_set_iv(ChaCha_ctx *ctx, const unsigned char *iv, in ChaCha_set_iv() function