Searched refs:taglen (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 1104 const u8 tag[16], int taglen); 1109 const u8 tag[16], int taglen); 1114 const u8 tag[16], int taglen); 1120 u8 tag[16], int taglen, int flags) in aes_gcm_dec_final() argument 1126 tag, taglen); in aes_gcm_dec_final() 1131 tag, taglen); in aes_gcm_dec_final() 1136 tag, taglen); in aes_gcm_dec_final() 1346 int taglen; in gcm_crypt() local 1413 taglen = crypto_aead_authsize(tfm); in gcm_crypt() 1421 req->cryptlen, taglen, 1); in gcm_crypt() [all …]
|
/linux/fs/nfs/ |
H A D | callback.h | 33 unsigned int taglen; member 42 unsigned int taglen; member
|
H A D | callback_xdr.c | 149 status = decode_string(xdr, &hdr->taglen, &hdr->tag, CB_OP_TAGLEN_MAXSZ); in decode_compound_hdr_arg() 689 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res() 990 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
|
H A D | nfs4xdr.c | 962 uint32_t taglen; member 1037 hdr->replen = 3 + hdr->taglen; in encode_compound_hdr() 1039 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr() 1040 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr() 3234 hdr->taglen = ret; in decode_compound_hdr()
|
/linux/net/ipv4/ |
H A D | cipso_ipv4.c | 1502 int taglen; in cipso_v4_optptr() local 1509 taglen = 1; in cipso_v4_optptr() 1512 taglen = optptr[1]; in cipso_v4_optptr() 1514 if (!taglen || taglen > optlen) in cipso_v4_optptr() 1519 optlen -= taglen; in cipso_v4_optptr() 1520 optptr += taglen; in cipso_v4_optptr()
|
/linux/arch/s390/crypto/ |
H A D | aes_s390.c | 938 unsigned int taglen = crypto_aead_authsize(tfm); in gcm_aes_crypt() local 969 pclen -= taglen; in gcm_aes_crypt() 1024 scatterwalk_map_and_copy(tag, req->src, len, taglen, 0); in gcm_aes_crypt() 1025 if (crypto_memneq(tag, param.t, taglen)) in gcm_aes_crypt() 1028 scatterwalk_map_and_copy(param.t, req->dst, len, taglen, 1); in gcm_aes_crypt()
|
/linux/scripts/mod/ |
H A D | modpost.c | 659 unsigned int taglen = strlen(tag); in get_next_modinfo() local 669 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 670 return p + taglen + 1; in get_next_modinfo()
|
/linux/kernel/module/ |
H A D | main.c | 1069 unsigned int taglen = strlen(tag); in verify_namespace_is_imported() 1085 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in verify_namespace_is_imported() 1086 return p + taglen + 1; in verify_namespace_is_imported() 1037 unsigned int taglen = strlen(tag); get_next_modinfo() local
|
/linux/fs/nfsd/ |
H A D | nfs4proc.c | 2775 xdr_reserve_space(resp->xdr, XDR_UNIT * 2 + args->taglen); in nfsd4_proc_compound() 2776 resp->taglen = args->taglen; in nfsd4_proc_compound() 2806 trace_nfsd_compound(rqstp, args->tag, args->taglen, args->client_opcnt); in nfsd4_proc_compound()
|
H A D | trace.h | 96 u32 taglen, 99 TP_ARGS(rqst, tag, taglen, opcnt), 103 __string_len(tag, tag, taglen)
|