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

/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Denc_min.c132 static int (*do_evp_enc_engine) variable
142 do_evp_enc_engine = eng_ciph_evp;
149 static int do_evp_enc_engine(EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pcipher, ENGINE *impl) function
229 if (!do_evp_enc_engine(ctx, &cipher, impl))

Completed in 171 milliseconds