Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/ofb/
H A Dofb_done.c16 int ofb_done(symmetric_OFB *ofb) in ofb_done()
H A Dofb_decrypt.c20 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) in ofb_decrypt()
H A Dofb_getiv.c19 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb) in ofb_getiv()
H A Dofb_setiv.c19 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
H A Dofb_start.c24 int keylen, int num_rounds, symmetric_OFB *ofb) in ofb_start()
H 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/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h290 } symmetric_OFB; typedef
910 int keylen, int num_rounds, symmetric_OFB *ofb);
911 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb);
912 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb);
913 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb);
914 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb);
915 int ofb_done(symmetric_OFB *ofb);
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_sizes.c152 SZ_STRINGIFY_T(symmetric_OFB),