bc_aes_cbc_enc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @system @nogc nothrow pure
int
bc_aes_cbc_enc
(
scope ubyte* _out
,
scope size_t* out_len
,
scope const(ubyte)* _in
,
size_t in_len
,
scope const(ubyte)* key
,
size_t key_len
,
scope const(ubyte)* iv
)

Meta