chickadee » openssl » open-cipher-port

open-cipher-port cipher out key iv #!rest optionsprocedure

Wrap output port out in an output port applying the cipher object cipher to everything written to it and sends it back to out. key and iv are used as parameters. Extra parameters are set with options. All parameters are passed to cipher-context-init! and follow its documentation.