Searched refs:evp_ctx (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 6686 EVP_CIPHER_CTX *evp_ctx=NULL; local 6786 evp_ctx=NULL; 6787 BIO_get_cipher_ctx(etmp,&evp_ctx); 6788 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0) 6790 if (EVP_CIPHER_asn1_to_param(evp_ctx,enc_alg->parameter) < 0) 6793 if (jj != EVP_CIPHER_CTX_key_length(evp_ctx)) { 6798 if(!EVP_CIPHER_CTX_set_key_length(evp_ctx, (int)jj)) { 6804 if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,tmp,NULL,0) <= 0)
|