| /openbsd/src/lib/libcrypto/cms/ |
| D | cms_enc.c | 114 if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0) { in cms_EncryptedContent_init_bio() 176 if (EVP_CipherInit_ex(ctx, NULL, NULL, ec->key, piv, enc) <= 0) { in cms_EncryptedContent_init_bio()
|
| D | cms_pwri.c | 380 if (!EVP_CipherInit_ex(kekctx, kekcipher, NULL, NULL, NULL, en_de)) in cms_RecipientInfo_pwri_crypt()
|
| D | cms_kari.c | 262 if (!EVP_CipherInit_ex(kari->ctx, NULL, NULL, kek, NULL, enc)) in cms_kek_cipher()
|
| /openbsd/src/lib/libcrypto/evp/ |
| D | evp_pbe.c | 310 if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de)) in PKCS5_PBE_keyivgen() 456 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de)) in PKCS5_v2_PBE_keyivgen() 583 ret = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de); in PKCS5_v2_PBKDF2_keyivgen() 643 ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de); in PKCS12_PBE_keyivgen()
|
| D | evp_cipher.c | 128 return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc); in EVP_CipherInit() 133 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, in EVP_CipherInit_ex() function 246 LCRYPTO_ALIAS(EVP_CipherInit_ex); 291 return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, 1); in EVP_EncryptInit_ex() 480 return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, 0); in EVP_DecryptInit_ex()
|
| D | bio_enc.c | 314 EVP_CipherInit_ex(ctx->cipher_ctx, NULL, NULL, NULL, NULL, in enc_ctrl() 425 if (!EVP_CipherInit_ex(ctx->cipher_ctx, c, NULL, k, i, e)) in BIO_set_cipher()
|
| D | e_rc2.c | 360 if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1)) in rc2_get_asn1_type_and_iv()
|
| D | evp.h | 496 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
| /openbsd/src/lib/libcrypto/pkcs7/ |
| D | pk7_doit.c | 348 if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL, in PKCS7_dataInit() 353 if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0) in PKCS7_dataInit() 561 if (EVP_CipherInit_ex(evp_ctx, evp_cipher, NULL, NULL, in PKCS7_dataDecode() 594 if (EVP_CipherInit_ex(evp_ctx, NULL, NULL, ek, NULL, 0) <= 0) in PKCS7_dataDecode()
|
| /openbsd/src/lib/libcrypto/asn1/ |
| D | p5_pbev2.c | 221 if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0)) in PKCS5_pbe2_set()
|
| /openbsd/src/sbin/iked/ |
| D | crypto.c | 565 if (EVP_CipherInit_ex(encr->encr_ctx, encr->encr_priv, NULL, in cipher_init() 577 if (EVP_CipherInit_ex(encr->encr_ctx, NULL, NULL, in cipher_init() 581 if (EVP_CipherInit_ex(encr->encr_ctx, NULL, NULL, in cipher_init()
|
| /openbsd/src/usr.bin/openssl/ |
| D | enc.c | 666 if (!EVP_CipherInit_ex(ctx, cfg.cipher, NULL, NULL, in enc_main() 676 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, cfg.enc)) { in enc_main()
|
| /openbsd/src/regress/lib/libcrypto/wycheproof/ |
| D | wycheproof.go | 757 …ret := C.EVP_CipherInit_ex(ctx, nil, nil, (*C.uchar)(unsafe.Pointer(&key[0])), (*C.uchar)(unsafe.P… 831 ret := C.EVP_CipherInit_ex(ctx, cipher, nil, nil, nil, 0) 873 ret := C.EVP_CipherInit_ex(ctx, nil, nil, nil, nil, C.int(doEncrypt)) 899 …ret = C.EVP_CipherInit_ex(ctx, nil, nil, (*C.uchar)(unsafe.Pointer(&key[0])), (*C.uchar)(unsafe.Po… 1036 C.EVP_CipherInit_ex(ctx, cipher, nil, nil, nil, 1)
|
| /openbsd/src/lib/libssl/ |
| D | tls12_record_layer.c | 503 if (!EVP_CipherInit_ex(rp->cipher_ctx, rl->cipher, NULL, CBS_data(key), in tls12_record_layer_ccs_cipher()
|
| /openbsd/src/lib/libcrypto/ |
| D | Symbols.list | 1130 EVP_CipherInit_ex
|