Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ofb/
A Dsub.mk3 srcs-y += ofb_encrypt.c
A Dofb_decrypt.c25 return ofb_encrypt(ct, pt, len, ofb); in ofb_decrypt()
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-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h896 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb);

Completed in 6 milliseconds