Lines Matching defs:enc
131 int enc = 1, printkey = 0, i, k;
152 else if (strcmp(argv[0], "enc") != 0)
177 enc = 1;
192 enc = 0;
332 if (enc)
365 (enc) ? "encryption" : "decryption");
367 i = EVP_read_pw_string((char *)strbuf, SIZE, prompt, enc);
410 if (enc)
426 if (enc)
449 if (enc) { /* encryption */
565 if (!EVP_CipherInit_ex(ctx, cipher, e, NULL, NULL, enc)) {
575 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc)) {