Home
last modified time | relevance | path

Searched defs:ofb (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ofb/
A Dofb_done.c16 int ofb_done(symmetric_OFB *ofb) in ofb_done()
A Dofb_getiv.c19 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb) in ofb_getiv()
A Dofb_decrypt.c20 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) in ofb_decrypt()
A Dofb_setiv.c19 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
A Dofb_encrypt.c20 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb) in ofb_encrypt()
A Dofb_start.c24 int keylen, int num_rounds, symmetric_OFB *ofb) in ofb_start()

Completed in 4 milliseconds