aes_key_st

This should be a hidden type, but EVP requires that the size be known

extern (C) nothrow @nogc
struct aes_key_st {}

Members

Variables

rd_key
uint[4 * (.AES_MAXNR + 1)] rd_key;
Undocumented in source.
rounds
int rounds;
Undocumented in source.

Meta