Home
last modified time | relevance | path

Searched refs:EVP_CipherInit (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/evp/
H A Devp_enc.c51 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function
237 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit()
250 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
/freebsd-12.1/crypto/openssh/
H A Dcipher.c284 if (EVP_CipherInit(cc->evp, type, NULL, (u_char *)iv, in cipher_init()
302 if (EVP_CipherInit(cc->evp, NULL, (u_char *)key, NULL, -1) == 0) { in cipher_init()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod23 EVP_CipherInit,
87 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
187 for another EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal()
190 EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit() behave in a
266 the key is set. For example EVP_CipherInit() will be called with the IV and
268 EVP_CipherInit() again with all parameters except the key set to NULL. It is
489 EVP_CipherInit() and EVP_CipherFinal() are obsolete but are retained for
H A DBIO_f_cipher.pod25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
H A DEVP_CIPHER_meth_new.pod187 The cipher init function is called by EVP_CipherInit(),
/freebsd-12.1/contrib/tcpdump/
H A Dprint-esp.c177 return EVP_CipherInit(ctx, cipher, key, iv, enc); in set_cipher_parameters()
H A Dconfigure.in950 # You Can't Do That with EVP_CipherInit(),
951 # because a call to EVP_CipherInit() will
/freebsd-12.1/crypto/openssl/include/openssl/
H A Devp.h606 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map1470 EVP_CipherInit;
H A DMakefile.man1450 MLINKS+= EVP_EncryptInit.3 EVP_CipherInit.3
/freebsd-12.1/crypto/openssl/
H A DCHANGES10372 By shifting this to the top level EVP_CipherInit() it can be removed from