Searched refs:symmetric_CBC (Results 1 – 10 of 10) sorted by relevance
/optee_os/core/lib/libtomcrypt/ |
A D | cbc.c | 21 unsigned long len, symmetric_CBC *cbc); 22 symmetric_CBC state;
|
/optee_os/core/lib/libtomcrypt/src/modes/cbc/ |
A D | cbc_done.c | 23 int cbc_done(symmetric_CBC *cbc) in cbc_done()
|
A D | cbc_setiv.c | 27 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc) in cbc_setiv()
|
A D | cbc_getiv.c | 26 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc) in cbc_getiv()
|
A D | cbc_start.c | 30 int keylen, int num_rounds, symmetric_CBC *cbc) in cbc_start()
|
A D | cbc_encrypt.c | 28 int cbc_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CBC *cbc) in cbc_encrypt()
|
A D | cbc_decrypt.c | 28 int cbc_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CBC *cbc) in cbc_decrypt()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 300 } symmetric_CBC; typedef 893 int keylen, int num_rounds, symmetric_CBC *cbc); 894 int cbc_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CBC *cbc); 895 int cbc_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CBC *cbc); 896 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc); 897 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc); 898 int cbc_done(symmetric_CBC *cbc);
|
/optee_os/core/lib/libtomcrypt/src/misc/pbes/ |
A D | pbes.c | 28 symmetric_CBC cbc; in pbes_decrypt()
|
/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_sizes.c | 162 _SZ_STRINGIFY_T(symmetric_CBC),
|
Completed in 9 milliseconds