Lines Matching defs:impl
84 ENGINE *impl, const unsigned char *key,
126 if (cipher != NULL && impl == NULL) {
139 || impl != NULL
304 if (impl != NULL) {
305 if (!ENGINE_init(impl)) {
310 impl = tmpimpl;
312 if (impl != NULL) {
314 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
331 ctx->engine = impl;
445 ENGINE *impl, const unsigned char *key,
448 return evp_cipher_init_internal(ctx, cipher, impl, key, iv, enc, NULL);
483 ENGINE *impl, const unsigned char *key,
486 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
503 ENGINE *impl, const unsigned char *key,
506 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);