Searched refs:wrap_cipher (Results 1 – 1 of 1) sorted by relevance
194 const EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; in cms_main() local573 wrap_cipher = EVP_des_ede3_wrap(); in cms_main()577 wrap_cipher = EVP_aes_128_wrap(); in cms_main()580 wrap_cipher = EVP_aes_192_wrap(); in cms_main()583 wrap_cipher = EVP_aes_256_wrap(); in cms_main()842 && wrap_cipher) { in cms_main()845 EVP_EncryptInit_ex(wctx, wrap_cipher, NULL, NULL, NULL); in cms_main()