Searched refs:wrap_cipher (Results 1 – 1 of 1) sorted by relevance
194 const EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; in cms_main() local571 wrap_cipher = EVP_des_ede3_wrap(); in cms_main()575 wrap_cipher = EVP_aes_128_wrap(); in cms_main()578 wrap_cipher = EVP_aes_192_wrap(); in cms_main()581 wrap_cipher = EVP_aes_256_wrap(); in cms_main()840 && wrap_cipher) { in cms_main()843 EVP_EncryptInit_ex(wctx, wrap_cipher, NULL, NULL, NULL); in cms_main()