Home | History | Annotate | Download | only in apps

Lines Matching refs:cipher

114 	const EVP_CIPHER *cipher = NULL;
204 cipher = EVP_des_ede3_cbc();
206 cipher = EVP_des_cbc();
210 cipher = EVP_seed_cbc();
214 cipher = EVP_rc2_40_cbc();
216 cipher = EVP_rc2_cbc();
218 cipher = EVP_rc2_64_cbc();
222 cipher = EVP_aes_128_cbc();
224 cipher = EVP_aes_192_cbc();
226 cipher = EVP_aes_256_cbc();
230 cipher = EVP_camellia_128_cbc();
232 cipher = EVP_camellia_192_cbc();
234 cipher = EVP_camellia_256_cbc();
519 else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL)
705 if (!cipher)
708 cipher = EVP_des_ede3_cbc();
710 BIO_printf(bio_err, "No cipher selected\n");
916 cms = CMS_encrypt(encerts, in, cipher, flags);
949 cms = CMS_EncryptedData_encrypt(in, cipher,