Home
last modified time | relevance | path

Searched refs:blen (Results 1 – 5 of 5) sorted by relevance

/net/ceph/
Dcrypto.c110 int blen = inlen * 3 / 4; in ceph_crypto_key_unarmor() local
115 buf = kmalloc(blen, GFP_NOFS); in ceph_crypto_key_unarmor()
118 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
119 if (blen < 0) { in ceph_crypto_key_unarmor()
121 return blen; in ceph_crypto_key_unarmor()
125 ret = ceph_crypto_key_decode(key, &p, p + blen); in ceph_crypto_key_unarmor()
/net/sunrpc/
Dsvcauth_unix.c153 char **bpp, int *blen) in ip_map_request() argument
163 qword_add(bpp, blen, im->m_class); in ip_map_request()
164 qword_add(bpp, blen, text_addr); in ip_map_request()
481 char **bpp, int *blen) in unix_gid_request() argument
487 qword_add(bpp, blen, tuid); in unix_gid_request()
Dcache.c1134 void qword_addhex(char **bpp, int *lp, char *buf, int blen) in qword_addhex() argument
1145 while (blen && len >= 2) { in qword_addhex()
1148 blen--; in qword_addhex()
1151 if (blen || len<1) len = -1; in qword_addhex()
/net/iucv/
Daf_iucv.c474 int blen; in iucv_send_ctrl() local
478 blen = sizeof(struct af_iucv_trans_hdr) + in iucv_send_ctrl()
485 skb = sock_alloc_send_skb(sk, blen, 1, &err); in iucv_send_ctrl()
487 skb_reserve(skb, blen); in iucv_send_ctrl()
/net/sunrpc/auth_gss/
Dsvcauth_gss.c186 char **bpp, int *blen) in rsi_request() argument
190 qword_addhex(bpp, blen, rsii->in_handle.data, rsii->in_handle.len); in rsi_request()
191 qword_addhex(bpp, blen, rsii->in_token.data, rsii->in_token.len); in rsi_request()