Searched refs:symmetric_F8 (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/f8/ |
| H A D | f8_decrypt.c | 20 int f8_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_F8 *f8) in f8_decrypt()
|
| H A D | f8_done.c | 16 int f8_done(symmetric_F8 *f8) in f8_done()
|
| H A D | f8_getiv.c | 19 int f8_getiv(unsigned char *IV, unsigned long *len, const symmetric_F8 *f8) in f8_getiv()
|
| H A D | f8_setiv.c | 19 int f8_setiv(const unsigned char *IV, unsigned long len, symmetric_F8 *f8) in f8_setiv()
|
| H A D | f8_test_mode.c | 34 symmetric_F8 f8; in f8_test_mode()
|
| H A D | f8_start.c | 28 int num_rounds, symmetric_F8 *f8) in f8_start()
|
| 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()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 373 } symmetric_F8; typedef 973 int num_rounds, symmetric_F8 *f8); 974 int f8_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_F8 *f8); 975 int f8_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_F8 *f8); 976 int f8_getiv(unsigned char *IV, unsigned long *len, const symmetric_F8 *f8); 977 int f8_setiv(const unsigned char *IV, unsigned long len, symmetric_F8 *f8); 978 int f8_done(symmetric_F8 *f8);
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_sizes.c | 164 SZ_STRINGIFY_T(symmetric_F8),
|