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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_doit.c146 const EVP_CIPHER *evp_cipher=NULL; local
167 evp_cipher=p7->d.signed_and_enveloped->enc_data->cipher;
168 if (evp_cipher == NULL)
178 evp_cipher=p7->d.enveloped->enc_data->cipher;
179 if (evp_cipher == NULL)
202 if (evp_cipher != NULL)
217 keylen=EVP_CIPHER_key_length(evp_cipher);
218 ivlen=EVP_CIPHER_iv_length(evp_cipher);
219 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
221 if (EVP_CipherInit_ex(ctx, evp_cipher, NUL
331 const EVP_CIPHER *evp_cipher=NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dspeed.c716 const EVP_CIPHER *evp_cipher=NULL; local
811 evp_cipher=EVP_get_cipherbyname(*argv);
812 if(!evp_cipher)
816 if(!evp_cipher && !evp_md)
1832 if (evp_cipher)
1837 names[D_EVP]=OBJ_nid2ln(evp_cipher->nid);
1846 EVP_DecryptInit_ex(&ctx,evp_cipher,NULL,key16,iv);
1848 EVP_EncryptInit_ex(&ctx,evp_cipher,NULL,key16,iv);
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6493 const EVP_CIPHER *evp_cipher=NULL; local
6510 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
6511 if (evp_cipher == NULL) {
6597 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0)

Completed in 165 milliseconds