Home
last modified time | relevance | path

Searched defs:ptlen (Results 1 – 15 of 15) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_done_encrypt.c22 int ocb_done_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned long ptlen, in ocb_done_encrypt()
A Docb_encrypt_authenticate_memory.c28 const unsigned char *pt, unsigned long ptlen, in ocb_encrypt_authenticate_memory()
A Ds_ocb_done.c31 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 Dccm_init.c20 const unsigned char *key, int keylen, int ptlen, int taglen, int aadlen) in ccm_init()
A Dccm_process.c17 unsigned char *pt, unsigned long ptlen, in ccm_process()
A Dccm_memory.c38 unsigned char *pt, unsigned long ptlen, in ccm_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_process.c22 unsigned char *pt, unsigned long ptlen, in gcm_process()
A Dgcm_memory.c33 unsigned char *pt, unsigned long ptlen, in gcm_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_encrypt.c20 int ocb3_encrypt(ocb3_state *ocb, const unsigned char *pt, unsigned long ptlen, unsigned char *ct) in ocb3_encrypt()
A Docb3_encrypt_last.c20 int ocb3_encrypt_last(ocb3_state *ocb, const unsigned char *pt, unsigned long ptlen, unsigned char … in ocb3_encrypt_last()
A Docb3_encrypt_authenticate_memory.c32 const unsigned char *pt, unsigned long ptlen, in ocb3_encrypt_authenticate_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/
A Deax_encrypt_authenticate_memory.c32 const unsigned char *pt, unsigned long ptlen, in eax_encrypt_authenticate_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/
A Dxts_decrypt.c53 int xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *twe… in xts_decrypt()
A Dxts_encrypt.c55 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 Dtomcrypt_mac.h416 ptlen, /* length that will be enc / dec */ member

Completed in 12 milliseconds