Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Devp_enc.c90 return EVP_CipherInit_ex(ctx,cipher,NULL,key,iv,enc); in EVP_CipherInit()
93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_CipherInit_ex() function
262 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1); in EVP_EncryptInit_ex()
274 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0); in EVP_DecryptInit_ex()
Dp5_crpt2.c214 EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de); in PKCS5_v2_PBE_keyivgen()
281 EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de); in PKCS5_v2_PBE_keyivgen()
Dbio_enc.c301 EVP_CipherInit_ex(&(ctx->cipher),NULL,NULL,NULL,NULL, in enc_ctrl()
423 EVP_CipherInit_ex(&(ctx->cipher),c,NULL, k,i,e); in BIO_set_cipher()
Dp5_crpt.c127 EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de); in PKCS5_PBE_keyivgen()
De_rc2.c186 if(i > 0) EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1); in rc2_get_asn1_type_and_iv()
Devp.h558 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/external/openssl/crypto/pkcs12/
Dp12_crpt.c108 ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de); in PKCS12_PBE_keyivgen()
/external/openssl/crypto/pkcs7/
Dbio_ber.c342 EVP_CipherInit_ex(&(ctx->cipher),NULL,NULL,NULL,NULL, in ber_ctrl()
461 EVP_CipherInit_ex(&(ctx->cipher),c,NULL,k,i,e); in BIO_set_cipher()
Dpk7_doit.c337 if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL, NULL, 1)<=0) in PKCS7_dataInit()
341 if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0) in PKCS7_dataInit()
567 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0) in PKCS7_dataDecode()
584 if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,ek,NULL,0) <= 0) in PKCS7_dataDecode()
/external/openssl/apps/
Denc.c591 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc)) in MAIN()
602 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc)) in MAIN()
/external/openssl/crypto/asn1/
Dp5_pbev2.c130 EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0);
/external/openssl/ssl/
Ds3_enc.c376 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE)); in ssl3_change_cipher_state()
Dt1_enc.c531 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE)); in tls1_change_cipher_state()
/external/openssl/include/openssl/
Devp.h558 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,