Home
last modified time | relevance | path

Searched refs:EVP_CipherInit_ex (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/lib/libcrypto/cms/
Dcms_enc.c114 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()
Dcms_pwri.c380 if (!EVP_CipherInit_ex(kekctx, kekcipher, NULL, NULL, NULL, en_de)) in cms_RecipientInfo_pwri_crypt()
Dcms_kari.c262 if (!EVP_CipherInit_ex(kari->ctx, NULL, NULL, kek, NULL, enc)) in cms_kek_cipher()
/openbsd/src/lib/libcrypto/evp/
Devp_pbe.c310 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()
Devp_cipher.c128 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()
Dbio_enc.c314 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()
De_rc2.c360 if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1)) in rc2_get_asn1_type_and_iv()
Devp.h496 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/openbsd/src/lib/libcrypto/pkcs7/
Dpk7_doit.c348 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/
Dp5_pbev2.c221 if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0)) in PKCS5_pbe2_set()
/openbsd/src/sbin/iked/
Dcrypto.c565 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/
Denc.c666 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/
Dwycheproof.go757 …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/
Dtls12_record_layer.c503 if (!EVP_CipherInit_ex(rp->cipher_ctx, rl->cipher, NULL, CBS_data(key), in tls12_record_layer_ccs_cipher()
/openbsd/src/lib/libcrypto/
DSymbols.list1130 EVP_CipherInit_ex