28 #ifndef AES_KEYSCHEDULE_H_
29 #define AES_KEYSCHEDULE_H_
void aes_init(const void *key, uint16_t keysize_b, aes_genctx_t *ctx)
initialize the keyschedule
void aes192_init(const void *key, aes192_ctx_t *ctx)
initialize the keyschedule for 192 bit key
void aes256_init(const void *key, aes256_ctx_t *ctx)
initialize the keyschedule for 256 bit key
void aes128_init(const void *key, aes128_ctx_t *ctx)
initialize the keyschedule for 128 bit key