aes_cbc.h | 56 } aes_cbc_ctx_t; typedef in typeref:struct:__anon17432 59 aes_cbc_set_key(aes_cbc_ctx_t *c, 63 aes_cbc_encrypt(aes_cbc_ctx_t *c, 68 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key, 72 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv); 75 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c, 80 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
|