Searched refs:symmetric_OFB (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ofb/ |
A D | ofb_decrypt.c | 20 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) in ofb_decrypt()
|
A D | ofb_done.c | 16 int ofb_done(symmetric_OFB *ofb) in ofb_done()
|
A D | ofb_getiv.c | 19 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb) in ofb_getiv()
|
A D | ofb_setiv.c | 19 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
|
A D | ofb_start.c | 24 int keylen, int num_rounds, symmetric_OFB *ofb) in ofb_start()
|
A D | ofb_encrypt.c | 20 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb) in ofb_encrypt()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 288 } symmetric_OFB; typedef 895 int keylen, int num_rounds, symmetric_OFB *ofb); 896 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb); 897 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb); 898 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb); 899 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb); 900 int ofb_done(symmetric_OFB *ofb);
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_sizes.c | 152 SZ_STRINGIFY_T(symmetric_OFB),
|
Completed in 8 milliseconds