Home
last modified time | relevance | path

Searched defs:taglen (Results 1 – 13 of 13) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_done.c28 unsigned char *tag, unsigned long *taglen) in gcm_done()
Dgcm_memory.c43 unsigned char *tag, unsigned long *taglen, in gcm_memory()
/external/dropbear/libtomcrypt/src/encauth/ocb/
Docb_done_encrypt.c31 unsigned char *ct, unsigned char *tag, unsigned long *taglen) in ocb_done_encrypt()
Docb_done_decrypt.c34 const unsigned char *tag, unsigned long taglen, int *stat) in ocb_done_decrypt()
Docb_encrypt_authenticate_memory.c38 unsigned char *tag, unsigned long *taglen) in ocb_encrypt_authenticate_memory()
Ds_ocb_done.c40 unsigned char *ct, unsigned char *tag, unsigned long *taglen, int mode) in s_ocb_done()
Docb_decrypt_verify_memory.c39 const unsigned char *tag, unsigned long taglen, in ocb_decrypt_verify_memory()
/external/dropbear/libtomcrypt/src/encauth/eax/
Deax_done.c27 int eax_done(eax_state *eax, unsigned char *tag, unsigned long *taglen) in eax_done()
Deax_encrypt_authenticate_memory.c42 unsigned char *tag, unsigned long *taglen) in eax_encrypt_authenticate_memory()
Deax_decrypt_verify_memory.c43 unsigned char *tag, unsigned long taglen, in eax_decrypt_verify_memory()
/external/tremor/Tremor/
Dinfo.c57 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query() local
77 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query_count() local
/external/dropbear/libtomcrypt/src/encauth/ccm/
Dccm_memory.c45 unsigned char *tag, unsigned long *taglen, in ccm_memory()
/external/clearsilver/cs/
Dcs.h268 int taglen; member