Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/f8/
A Dsub.mk3 srcs-y += f8_encrypt.c
A Df8_decrypt.c32 return f8_encrypt(ct, pt, len, f8); in f8_decrypt()
A Df8_test_mode.c56 if ((err = f8_encrypt(pt, buf, sizeof(pt), &f8)) != CRYPT_OK) { in f8_test_mode()
A Df8_encrypt.c27 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/
A Dtomcrypt_cipher.h947 int f8_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_F8 *f8);

Completed in 7 milliseconds