Home
last modified time | relevance | path

Searched refs:verf (Results 1 – 15 of 15) sorted by relevance

/NextBSD/lib/libc/rpc/
HDsvc_auth_des.c118 struct authdes_verf verf; in _svcauth_des() local
170 verf.adv_xtimestamp.key.high = (u_long)*ixdr++; in _svcauth_des()
171 verf.adv_xtimestamp.key.low = (u_long)*ixdr++; in _svcauth_des()
172 verf.adv_int_u = (u_long)*ixdr++; in _svcauth_des()
207 cryptbuf[0] = verf.adv_xtimestamp; in _svcauth_des()
210 cryptbuf[1].key.low = verf.adv_winverf; in _svcauth_des()
283 verf.adv_nickname = (u_long)sid; in _svcauth_des()
301 verf.adv_xtimestamp = cryptbuf[0]; in _svcauth_des()
307 *ixdr++ = (long)verf.adv_xtimestamp.key.high; in _svcauth_des()
308 *ixdr++ = (long)verf.adv_xtimestamp.key.low; in _svcauth_des()
[all …]
HDauthdes_prot.c79 xdr_authdes_verf(XDR *xdrs, struct authdes_verf *verf) in xdr_authdes_verf() argument
84 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_xtimestamp, in xdr_authdes_verf()
86 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_int_u, in xdr_authdes_verf()
87 sizeof(verf->adv_int_u))); in xdr_authdes_verf()
HDauth_des.c277 struct authdes_verf *verf = &ad->ad_verf; in authdes_marshal() local
355 ATTEMPT(xdr_authdes_verf(xdrs, verf)); in authdes_marshal()
368 struct authdes_verf verf; in authdes_validate() local
380 verf.adv_int_u = (uint32_t)*ixdr++; in authdes_validate()
398 verf.adv_timestamp.tv_sec = IXDR_GET_INT32(ixdr) + 1; in authdes_validate()
399 verf.adv_timestamp.tv_usec = IXDR_GET_INT32(ixdr); in authdes_validate()
404 if (bcmp((char *)&ad->ad_timestamp, (char *)&verf.adv_timestamp, in authdes_validate()
413 ad->ad_nickname = verf.adv_nickname; in authdes_validate()
HDauth_unix.c234 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate() argument
240 assert(verf != NULL); in authunix_validate()
242 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
244 xdrmem_create(&xdrs, verf->oa_base, verf->oa_length, in authunix_validate()
/NextBSD/lib/librpcsec_gss/
HDrpcsec_gss.c268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf) in rpc_gss_validate() argument
289 gd->gd_verf.value = mem_alloc(verf->oa_length); in rpc_gss_validate()
295 memcpy(gd->gd_verf.value, verf->oa_base, verf->oa_length); in rpc_gss_validate()
296 gd->gd_verf.length = verf->oa_length; in rpc_gss_validate()
304 checksum.value = verf->oa_base; in rpc_gss_validate()
305 checksum.length = verf->oa_length; in rpc_gss_validate()
570 struct opaque_auth creds, verf; in __rpc_gss_wrap() local
641 verf.oa_flavor = RPCSEC_GSS; in __rpc_gss_wrap()
642 verf.oa_base = checksum.value; in __rpc_gss_wrap()
643 verf.oa_length = checksum.length; in __rpc_gss_wrap()
[all …]
/NextBSD/lib/libc/nls/
HDde_DE.ISO8859-1.msg77 35 Ressource vor�bergehend nicht verf�gbar
91 42 Protokoll nicht verf�gbar
107 50 Netzwerk nicht verf�gbar
117 55 Keine Buffer verf�gbar
135 64 Host nicht verf�gbar
155 74 RPC-Programm nicht verf�gbar
161 77 Keine Dateisperren verf�gbar
/NextBSD/sys/rpc/rpcsec_gss/
HDrpcsec_gss.c519 struct opaque_auth creds, verf; in rpc_gss_marshal() local
588 verf.oa_flavor = RPCSEC_GSS; in rpc_gss_marshal()
589 verf.oa_base = checksum.value; in rpc_gss_marshal()
590 verf.oa_length = checksum.length; in rpc_gss_marshal()
592 xdr_stat = xdr_opaque_auth(xdrs, &verf); in rpc_gss_marshal()
616 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in rpc_gss_validate() argument
635 if (!verf) { in rpc_gss_validate()
649 gd->gd_verf.value = mem_alloc(verf->oa_length); in rpc_gss_validate()
657 memcpy(gd->gd_verf.value, verf->oa_base, verf->oa_length); in rpc_gss_validate()
658 gd->gd_verf.length = verf->oa_length; in rpc_gss_validate()
[all …]
/NextBSD/sys/rpc/
HDauth_unix.c264 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in authunix_validate() argument
270 if (!verf) in authunix_validate()
273 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
275 xdrmem_create(&txdrs, verf->oa_base, verf->oa_length, in authunix_validate()
/NextBSD/contrib/tcsh/nls/german/
HDset54 1 Durchschnittliche Last nicht verfügbar\n
HDset2023 20 -l zeige verfügbare Funktionen mit Beschreibungen an\n
/NextBSD/crypto/heimdal/kadmin/
HDrpc.c79 struct opaque_auth verf; member
851 CHECK(ret_auth_opaque(msg, &chdr.verf)); in process_stream()
863 INSIST(chdr.verf.flavor == FLAVOR_GSS); in process_stream()
868 gout.value = chdr.verf.data.data; in process_stream()
869 gout.length = chdr.verf.data.length; in process_stream()
1017 krb5_data_free(&chdr.verf.data); in process_stream()
/NextBSD/include/rpcsvc/
HDnfs_prot.x692 writeverf3 verf; member
720 createverf3 verf; variable
1121 writeverf3 verf; member
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdport.c1560 u_int64_t off, toff, verf; in nfsrvd_readdir() local
1577 verf = fxdr_hyper(tl); in nfsrvd_readdir()
1596 if (!nd->nd_repstat && toff && verf != at.na_filerev) in nfsrvd_readdir()
1809 u_int64_t off, toff, verf; in nfsrvd_readdirplus() local
1827 verf = fxdr_hyper(tl); in nfsrvd_readdirplus()
1863 if (off && verf != at.na_filerev) { in nfsrvd_readdirplus()
1877 } else if ((nd->nd_flag & ND_NFSV4) && off == 0 && verf != 0) { in nfsrvd_readdirplus()
HDnfs_nfsdserv.c3450 u_char *verf, *ucp, *ucp2, addrbuf[24]; in nfsrvd_setclientid() local
3462 verf = (u_char *)tl; in nfsrvd_setclientid()
3480 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_setclientid()
3725 uint8_t *verf; in nfsrvd_exchangeid() local
3735 verf = (uint8_t *)tl; in nfsrvd_exchangeid()
3753 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_exchangeid()
/NextBSD/usr.bin/vi/catalog/
HDgerman.UTF-8.base75 082 "%s: Kommando im ex-Modus nicht verfügbar"
143 150 "Das script Kommando ist nur im vi Modus verfügbar"