Searched refs:symmetric_ECB (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/ecb/ |
| H A D | ecb_done.c | 16 int ecb_done(symmetric_ECB *ecb) in ecb_done()
|
| H A D | ecb_start.c | 22 int ecb_start(int cipher, const unsigned char *key, int keylen, int num_rounds, symmetric_ECB *ecb) in ecb_start()
|
| H A D | ecb_encrypt.c | 20 int ecb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_ECB *ecb) in ecb_encrypt()
|
| H A D | ecb_decrypt.c | 20 int ecb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_ECB *ecb) in ecb_decrypt()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ecb.c | 21 unsigned long len, symmetric_ECB *ecb); 22 symmetric_ECB state;
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 256 } symmetric_ECB; typedef 892 int keylen, int num_rounds, symmetric_ECB *ecb); 893 int ecb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_ECB *ecb); 894 int ecb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_ECB *ecb); 895 int ecb_done(symmetric_ECB *ecb);
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_sizes.c | 146 SZ_STRINGIFY_T(symmetric_ECB),
|