aes_cbc.h | 21 } aes_cbc_ctx_t; typedef in typeref:struct:__anon23395 24 aes_cbc_set_key(aes_cbc_ctx_t *c, 28 aes_cbc_encrypt(aes_cbc_ctx_t *c, 33 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key, 37 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv); 40 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c, 45 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
|