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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6499 EVP_CIPHER_CTX *evp_ctx=NULL; local
6600 evp_ctx=NULL;
6601 BIO_get_cipher_ctx(etmp,&evp_ctx);
6602 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0)
6604 if (EVP_CIPHER_asn1_to_param(evp_ctx,enc_alg->parameter) < 0)
6607 if (jj != EVP_CIPHER_CTX_key_length(evp_ctx)) {
6612 if(!EVP_CIPHER_CTX_set_key_length(evp_ctx, (int)jj)) {
6618 if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,tmp,NULL,0) <= 0)

Completed in 2847 milliseconds