Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/f8/
H A Df8_decrypt.c25 return f8_encrypt(ct, pt, len, f8); in f8_decrypt()
H A Df8_test_mode.c49 if ((err = f8_encrypt(pt, buf, sizeof(pt), &f8)) != CRYPT_OK) { in f8_test_mode()
H A Df8_encrypt.c20 int f8_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_F8 *f8) in f8_encrypt() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h974 int f8_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_F8 *f8);