Searched defs:ptlen (Results 1 – 15 of 15) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_done_encrypt.c | 29 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 | 35 const unsigned char *pt, unsigned long ptlen, in ocb_encrypt_authenticate_memory()
|
A D | s_ocb_done.c | 38 int s_ocb_done(ocb_state *ocb, const unsigned char *pt, unsigned long ptlen, in s_ocb_done()
|
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
A D | ccm_init.c | 27 const unsigned char *key, int keylen, int ptlen, int taglen, int aadlen) in ccm_init()
|
A D | ccm_process.c | 24 unsigned char *pt, unsigned long ptlen, in ccm_process()
|
A D | ccm_memory.c | 45 unsigned char *pt, unsigned long ptlen, in ccm_memory()
|
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_process.c | 29 unsigned char *pt, unsigned long ptlen, in gcm_process()
|
A D | gcm_memory.c | 40 unsigned char *pt, unsigned long ptlen, in gcm_memory()
|
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_encrypt.c | 27 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 | 27 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 | 39 const unsigned char *pt, unsigned long ptlen, in ocb3_encrypt_authenticate_memory()
|
/optee_os/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_encrypt_authenticate_memory.c | 39 const unsigned char *pt, unsigned long ptlen, in eax_encrypt_authenticate_memory()
|
/optee_os/core/lib/libtomcrypt/src/modes/xts/ |
A D | xts_decrypt.c | 60 int xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *twe… in xts_decrypt()
|
A D | xts_encrypt.c | 62 int xts_encrypt(const unsigned char *pt, unsigned long ptlen, unsigned char *ct, unsigned char *twe… in xts_encrypt()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 410 ptlen, /* length that will be enc / dec */ member
|
Completed in 11 milliseconds