Decrypt one 16‐byte Camellia block (deprecated; prefer EVP_DecryptInit_ex and related EVP APIs).
Synopsis
Declared in <openssl/camellia.h>
[[deprecated]]
void
Camellia_decrypt(
unsigned char const* in,
unsigned char* out,
CAMELLIA_KEY const* key);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
in |
16‐byte ciphertext block. |
out |
16‐byte plaintext buffer (may equal |
key |
Expanded Camellia key from Camellia_set_key(). |
Created with MrDocs