ofb.c
__weak_func error_t ofbEncrypt(const CipherAlgo *cipher, void *context, uint_t s, uint8_t *iv, const uint8_t *p, uint8_t *c, size_t length)
OFB encryption.
Definition: ofb.c:64
error_t ofbDecrypt(const CipherAlgo *cipher, void *context, uint_t s, uint8_t *iv, const uint8_t *c, uint8_t *p, size_t length)
OFB decryption.
Definition: ofb.c:124
Output Feedback (OFB) mode.
General definitions for cryptographic algorithms.
Debugging facilities.