AES_cfb128_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_cfb128_encrypt
(
const(ubyte)* in_
,
ubyte* out_
,
size_t length
,
const(AES_KEY)* key
,
ubyte* ivec
,
int* num
,
const int enc
)

Meta