Searched refs:evp_ctx (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_doit.c421 EVP_CIPHER_CTX *evp_ctx=NULL; local
562 evp_ctx=NULL;
563 BIO_get_cipher_ctx(etmp,&evp_ctx);
564 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0)
566 if (EVP_CIPHER_asn1_to_param(evp_ctx,enc_alg->parameter) < 0)
569 if (eklen != EVP_CIPHER_CTX_key_length(evp_ctx)) {
574 if(!EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen))
581 if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,ek,NULL,0) <= 0)

Completed in 28 milliseconds