Lines Matching defs:cipher
164 "The encryption algorithm to use (any supported cipher)"},
284 EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL;
701 if (!opt_cipher_any(ciphername, &cipher))
812 if (!cipher) {
814 cipher = (EVP_CIPHER *)EVP_des_ede3_cbc();
816 BIO_printf(bio_err, "No cipher selected\n");
956 cms = CMS_encrypt_ex(NULL, in, cipher, flags, libctx, app_get0_propq());
985 EVP_CIPHER_get_nid(cipher), NULL);
1022 cms = CMS_EncryptedData_encrypt_ex(in, cipher, secret_key,
1266 EVP_CIPHER_free(cipher);