Searched refs:symmetric_CBC (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/cbc/ |
| H A D | cbc_done.c | 16 int cbc_done(symmetric_CBC *cbc) in cbc_done()
|
| H A D | cbc_setiv.c | 20 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc) in cbc_setiv()
|
| H A D | cbc_getiv.c | 19 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc) in cbc_getiv()
|
| H A D | cbc_start.c | 23 int keylen, int num_rounds, symmetric_CBC *cbc) in cbc_start()
|
| H A D | cbc_encrypt.c | 21 int cbc_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CBC *cbc) in cbc_encrypt()
|
| H A D | cbc_decrypt.c | 21 int cbc_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CBC *cbc) in cbc_decrypt()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | cbc.c | 21 unsigned long len, symmetric_CBC *cbc); 22 symmetric_CBC state;
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 304 } symmetric_CBC; typedef 920 int keylen, int num_rounds, symmetric_CBC *cbc); 921 int cbc_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CBC *cbc); 922 int cbc_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CBC *cbc); 923 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc); 924 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc); 925 int cbc_done(symmetric_CBC *cbc);
|
| /optee_os/core/lib/libtomcrypt/src/misc/pbes/ |
| H A D | pbes.c | 21 symmetric_CBC cbc; in pbes_decrypt()
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_sizes.c | 155 SZ_STRINGIFY_T(symmetric_CBC),
|