block128_f

Callback that encrypts or decrypts one 16-byte block with a cipher key.

Synopsis

Declared in <openssl/modes.h>

typedef void(* block128_f)(unsigned char const[], unsigned char[], void const*);

Parameters

NameDescription
in16-byte input block.
out16-byte output block.
keyCipher-specific expanded key schedule.