Home
last modified time | relevance | path

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

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