Home
last modified time | relevance | path

Searched refs:wrap_cipher (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Dcms.c288 EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; in cms_main() local
715 if (!opt_cipher_any(wrapname, &wrap_cipher)) in cms_main()
1012 && wrap_cipher != NULL) { in cms_main()
1015 if (EVP_EncryptInit_ex(wctx, wrap_cipher, NULL, NULL, NULL) != 1) in cms_main()
1295 EVP_CIPHER_free(wrap_cipher); in cms_main()

Completed in 8 milliseconds