Searched refs:authlen (Results 1 – 4 of 4) sorted by relevance
/third_party/NuttX/fs/nfs/ |
D | rpc.h | 263 uint32_t authlen; member 272 uint32_t authlen; /* auth length */ member
|
D | rpc_clnt.c | 526 ch->rpc_auth.authlen = htonl(sizeof(ch->rpc_auth_unix)); in rpcclnt_fmtheader() 545 ch->rpc_verf.authlen = 0; in rpcclnt_fmtheader()
|
/third_party/curl/lib/ |
D | urlapi.c | 796 const char *auth, size_t authlen, in parse_authority() argument 808 uc = parse_hostname_login(u, auth, authlen, flags, &offset); in parse_authority() 812 result = Curl_dyn_addn(host, auth + offset, authlen - offset); in parse_authority()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 303 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt() argument
|