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/
A Docb_done_encrypt.c29 int ocb_done_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned long ptlen, in ocb_done_encrypt()
A Docb_encrypt_authenticate_memory.c35 const unsigned char *pt, unsigned long ptlen, in ocb_encrypt_authenticate_memory()
A Ds_ocb_done.c38 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 Dccm_init.c27 const unsigned char *key, int keylen, int ptlen, int taglen, int aadlen) in ccm_init()
A Dccm_process.c24 unsigned char *pt, unsigned long ptlen, in ccm_process()
A Dccm_memory.c45 unsigned char *pt, unsigned long ptlen, in ccm_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_process.c29 unsigned char *pt, unsigned long ptlen, in gcm_process()
A Dgcm_memory.c40 unsigned char *pt, unsigned long ptlen, in gcm_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_encrypt.c27 int ocb3_encrypt(ocb3_state *ocb, const unsigned char *pt, unsigned long ptlen, unsigned char *ct) in ocb3_encrypt()
A Docb3_encrypt_last.c27 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.c39 const unsigned char *pt, unsigned long ptlen, in ocb3_encrypt_authenticate_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/eax/
A Deax_encrypt_authenticate_memory.c39 const unsigned char *pt, unsigned long ptlen, in eax_encrypt_authenticate_memory()
/optee_os/core/lib/libtomcrypt/src/modes/xts/
A Dxts_decrypt.c60 int xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *twe… in xts_decrypt()
A Dxts_encrypt.c62 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 Dtomcrypt_mac.h410 ptlen, /* length that will be enc / dec */ member

Completed in 11 milliseconds