Searched refs:EVP_CipherInit (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | cipher-3des1.c | 87 if (EVP_CipherInit(&c->k1, EVP_des_cbc(), k1, NULL, enc) == 0 || in ssh1_3des_init() 88 EVP_CipherInit(&c->k2, EVP_des_cbc(), k2, NULL, !enc) == 0 || in ssh1_3des_init() 89 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) { in ssh1_3des_init()
|
| D | cipher.c | 257 if (EVP_CipherInit(&cc->evp, type, NULL, (u_char *)iv, in cipher_init() 268 if (EVP_CipherInit(&cc->evp, NULL, (u_char *)key, NULL, -1) == 0) in cipher_init()
|
| /mirbsd/src/lib/libssl/src/crypto/evp/ |
| D | evp_enc.c | 77 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function 306 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit() 318 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
|
| D | evp.h | 524 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | EVP_EncryptInit.pod | 11 EVP_CipherInit, EVP_CipherFinal, EVP_get_cipherbyname, 58 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 153 EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit() behave in a 226 the key is set. For example EVP_CipherInit() will be called with the IV and 228 EVP_CipherInit() again with all parameters except the key set to NULL. It is 366 EVP_CipherInit() and EVP_CipherFinal() are obsolete but are retained for
|
| D | BIO_f_cipher.pod | 23 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
|
| /mirbsd/src/lib/libssl/man/ |
| D | Makefile | 560 EVP_EncryptInit.3 EVP_CipherInit.3 \
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | kssl.c | 2066 if (!EVP_CipherInit(&ciph_ctx,enc,kssl_ctx->key,iv,0)) in kssl_check_authent()
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 2520 void EVP_CipherInit( 2623 EVP_CipherInit() 2627 parameter to EVP_CipherInit().
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 1256 ./man3/EVP_CipherInit.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 4532 ./usr/share/man/cat3/EVP_CipherInit.0
|