Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcms.c284 EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; in cms_main() local
706 if (!opt_cipher_any(wrapname, &wrap_cipher)) in cms_main()
989 && wrap_cipher != NULL) { in cms_main()
992 EVP_EncryptInit_ex(wctx, wrap_cipher, NULL, NULL, NULL); in cms_main()
1266 EVP_CIPHER_free(wrap_cipher); in cms_main()