AES_ofb128_encrypt

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
void
AES_ofb128_encrypt
(
const(ubyte)* in_
,
ubyte* out_
,
size_t length
,
const(AES_KEY)* key
,
ubyte* ivec
,
int* num
)

Meta