Searched defs:ofb (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ofb/ |
A D | ofb_done.c | 16 int ofb_done(symmetric_OFB *ofb) in ofb_done()
|
A D | ofb_getiv.c | 19 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb) in ofb_getiv()
|
A D | ofb_decrypt.c | 20 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) in ofb_decrypt()
|
A D | ofb_setiv.c | 19 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
|
A D | ofb_encrypt.c | 20 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb) in ofb_encrypt()
|
A D | ofb_start.c | 24 int keylen, int num_rounds, symmetric_OFB *ofb) in ofb_start()
|
Completed in 6 milliseconds