Lines Matching defs:cipher
213 const EVP_CIPHER *cipher;
259 evp_cipher = p7->d.signed_and_enveloped->enc_data->cipher;
268 evp_cipher = p7->d.enveloped->enc_data->cipher;
316 cipher = fetched_cipher;
318 cipher = evp_cipher;
320 if (EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, 1) <= 0)
404 const EVP_CIPHER *cipher = NULL;
461 cipher = evp_cipher;
463 cipher = EVP_get_cipherbyname(name);
465 if (cipher == NULL) {
482 cipher = evp_cipher;
484 cipher = EVP_get_cipherbyname(name);
486 if (cipher == NULL) {
543 if (cipher != NULL) {
583 EVP_CIPHER_get_key_length(cipher)) < 0)
597 if (EVP_CipherInit_ex(evp_ctx, cipher, NULL, NULL, NULL, 0) <= 0)