Searched defs:ptlen (Results 1 – 15 of 15) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_done_encrypt.c | 22 int ocb_done_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned long ptlen, in ocb_done_encrypt()
|
A D | ocb_encrypt_authenticate_memory.c | 28 const unsigned char *pt, unsigned long ptlen, in ocb_encrypt_authenticate_memory()
|
A D | s_ocb_done.c | 31 int s_ocb_done(ocb_state *ocb, const unsigned char *pt, unsigned long ptlen, in s_ocb_done()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/ |
A D | ccm_init.c | 20 const unsigned char *key, int keylen, int ptlen, int taglen, int aadlen) in ccm_init()
|
A D | ccm_process.c | 17 unsigned char *pt, unsigned long ptlen, in ccm_process()
|
A D | ccm_memory.c | 38 unsigned char *pt, unsigned long ptlen, in ccm_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_process.c | 22 unsigned char *pt, unsigned long ptlen, in gcm_process()
|
A D | gcm_memory.c | 33 unsigned char *pt, unsigned long ptlen, in gcm_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_encrypt.c | 20 int ocb3_encrypt(ocb3_state *ocb, const unsigned char *pt, unsigned long ptlen, unsigned char *ct) in ocb3_encrypt()
|
A D | ocb3_encrypt_last.c | 20 int ocb3_encrypt_last(ocb3_state *ocb, const unsigned char *pt, unsigned long ptlen, unsigned char … in ocb3_encrypt_last()
|
A D | ocb3_encrypt_authenticate_memory.c | 32 const unsigned char *pt, unsigned long ptlen, in ocb3_encrypt_authenticate_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_encrypt_authenticate_memory.c | 32 const unsigned char *pt, unsigned long ptlen, in eax_encrypt_authenticate_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/ |
A D | xts_decrypt.c | 53 int xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *twe… in xts_decrypt()
|
A D | xts_encrypt.c | 55 int xts_encrypt(const unsigned char *pt, unsigned long ptlen, unsigned char *ct, unsigned char *twe… in xts_encrypt()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 416 ptlen, /* length that will be enc / dec */ member
|
Completed in 10 milliseconds