Home
last modified time | relevance | path

Searched defs:f8 (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/f8/
H A Df8_done.c16 int f8_done(symmetric_F8 *f8) in f8_done()
H A Df8_getiv.c19 int f8_getiv(unsigned char *IV, unsigned long *len, const symmetric_F8 *f8) in f8_getiv()
H A Df8_decrypt.c20 int f8_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_F8 *f8) in f8_decrypt()
H A Df8_setiv.c19 int f8_setiv(const unsigned char *IV, unsigned long len, symmetric_F8 *f8) in f8_setiv()
H A Df8_encrypt.c20 int f8_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_F8 *f8) in f8_encrypt()
H A Df8_start.c28 int num_rounds, symmetric_F8 *f8) in f8_start()