Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dcms.c284 EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; in cms_main() local
705 if (!opt_cipher_any(wrapname, &wrap_cipher)) in cms_main()
990 && wrap_cipher != NULL) { in cms_main()
993 EVP_EncryptInit_ex(wctx, wrap_cipher, NULL, NULL, NULL); in cms_main()
1267 EVP_CIPHER_free(wrap_cipher); in cms_main()