Home
last modified time | relevance | path

Searched refs:symmetric_OFB (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ofb/
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_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_setiv.c19 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
A Dofb_start.c24 int keylen, int num_rounds, symmetric_OFB *ofb) in ofb_start()
A Dofb_encrypt.c20 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb) in ofb_encrypt()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h288 } symmetric_OFB; typedef
895 int keylen, int num_rounds, symmetric_OFB *ofb);
896 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb);
897 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb);
898 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb);
899 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb);
900 int ofb_done(symmetric_OFB *ofb);
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c152 SZ_STRINGIFY_T(symmetric_OFB),

Completed in 8 milliseconds