Searched refs:taglen (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 1128 const u8 tag[16], int taglen); 1133 const u8 tag[16], int taglen); 1138 const u8 tag[16], int taglen); 1143 const u8 tag[16], int taglen); 1149 u8 tag[16], int taglen, int flags) in aes_gcm_dec_final() argument 1155 tag, taglen); in aes_gcm_dec_final() 1160 tag, taglen); in aes_gcm_dec_final() 1165 tag, taglen); in aes_gcm_dec_final() 1170 tag, taglen); in aes_gcm_dec_final() 1400 int taglen; in gcm_crypt() local [all …]
|
| /linux/fs/nfs/ |
| H A D | callback.h | 33 unsigned int taglen; member 42 unsigned int taglen; member
|
| H A D | nfs4xdr.c | 980 uint32_t taglen; member 1055 hdr->replen = 3 + hdr->taglen; in encode_compound_hdr() 1057 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr() 1058 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr() 3287 hdr->taglen = ret; in decode_compound_hdr()
|
| /linux/fs/nfsd/ |
| H A D | xdr4.h | 905 u32 taglen; member 921 u32 taglen; member
|
| H A D | nfs4proc.c | 2881 xdr_reserve_space(resp->xdr, XDR_UNIT * 2 + args->taglen); in nfsd4_proc_compound() 2882 resp->taglen = args->taglen; in nfsd4_proc_compound() 2912 trace_nfsd_compound(rqstp, args->tag, args->taglen, args->client_opcnt); in nfsd4_proc_compound()
|
| H A D | trace.h | 115 u32 taglen, 118 TP_ARGS(rqst, tag, taglen, opcnt), 122 __string_len(tag, tag, taglen)
|
| /linux/kernel/module/ |
| H A D | main.c | 1113 unsigned int taglen = strlen(tag); in get_next_modinfo() local 1129 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 1130 return p + taglen + 1; in get_next_modinfo()
|