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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6498 const EVP_CIPHER *evp_cipher=NULL; local
6515 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
6516 if (evp_cipher == NULL) {
6602 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0)

Completed in 73 milliseconds