mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
Cipher::new(name) "des-cbc" etc
|
|
Cipher::name()
|
|
Cipher::key_length()
|
|
Cipher::iv_length()
|
|
Cipher::block_size()
|
|
|
|
Cipher::init(key,iv,enc)
|
|
Cipher::update(in)
|
|
Cipher::final()
|
|
Cipher::cipher(in)
|