Searched refs:f8_encrypt (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/f8/ |
| H A D | f8_decrypt.c | 25 return f8_encrypt(ct, pt, len, f8); in f8_decrypt()
|
| H A D | f8_test_mode.c | 49 if ((err = f8_encrypt(pt, buf, sizeof(pt), &f8)) != CRYPT_OK) { in f8_test_mode()
|
| H A D | f8_encrypt.c | 20 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 D | tomcrypt_cipher.h | 974 int f8_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_F8 *f8);
|