Searched refs:EVP_CipherInit (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | evp_enc.c | 51 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 D | cipher.c | 284 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 D | EVP_EncryptInit.pod | 23 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 D | BIO_f_cipher.pod | 25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
|
| H A D | EVP_CIPHER_meth_new.pod | 187 The cipher init function is called by EVP_CipherInit(),
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-esp.c | 177 return EVP_CipherInit(ctx, cipher, key, iv, enc); in set_cipher_parameters()
|
| H A D | configure.in | 950 # 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 D | evp.h | 606 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1470 EVP_CipherInit;
|
| H A D | Makefile.man | 1450 MLINKS+= EVP_EncryptInit.3 EVP_CipherInit.3
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CHANGES | 10372 By shifting this to the top level EVP_CipherInit() it can be removed from
|