Searched refs:lrw_process (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/lrw/ |
| H A D | lrw_decrypt.c | 35 return lrw_process(ct, pt, len, LRW_DECRYPT, lrw); in lrw_decrypt()
|
| H A D | lrw_encrypt.c | 35 return lrw_process(pt, ct, len, LRW_ENCRYPT, lrw); in lrw_encrypt()
|
| H A D | lrw_process.c | 21 int lrw_process(const unsigned char *pt, unsigned char *ct, unsigned long len, int mode, symmetric_… in lrw_process() function
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 966 int lrw_process(const unsigned char *pt, unsigned char *ct, unsigned long len, int mode, symmetric_…
|