Home
last modified time | relevance | path

Searched refs:ofb_encrypt (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/ofb/
H A Dofb_decrypt.c25 return ofb_encrypt(ct, pt, len, ofb); in ofb_decrypt()
H A Dofb_encrypt.c20 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb) in ofb_encrypt() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h911 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb);