Home
last modified time | relevance | path

Searched refs:tohex (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.h54 tohex(krb5_data, krb5_data *);
H A Dmapfile-vers90 tohex;
H A Dldap_service_stash.c196 tohex(in, ret) in tohex() function
/titanic_50/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.h67 extern int tohex(krb5_data, krb5_data *);
H A Dkdb5_ldap_services.c1723 errcode = tohex(pwd, &hex);
2054 ret = tohex(pwd, &hexpasswd);
/titanic_50/usr/src/cmd/ssh/include/
H A Dmisc.h37 char *tohex(const void *, size_t);
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1298 tohex(stateid->other, sizeof (stateid->other))); in _detail_stateid()
1382 tohex(crtp->createhow4_u.createverf, in detail_createhow4()
1914 args->cookie, tohex(args->cookieverf, NFS4_VERIFIER_SIZE), in sumarg_readdir()
1925 tohex(args->cookieverf, NFS4_VERIFIER_SIZE)); in dtlarg_readdir()
2036 tohex(args->client.verifier, NFS4_VERIFIER_SIZE)); in dtlarg_setclid()
2039 tohex(args->client.id.id_val, args->client.id.id_len)); in dtlarg_setclid()
2056 tohex(args->setclientid_confirm, NFS4_VERIFIER_SIZE)); in sumarg_setclid_cfm()
2066 tohex(args->setclientid_confirm, NFS4_VERIFIER_SIZE)); in dtlarg_setclid_cfm()
2514 tohex(res->COMMIT4res_u.resok4.writeverf, in sumres_commit()
2526 tohex(res->COMMIT4res_u.resok4.writeverf, in dtlres_commit()
[all …]
H A Dsnoop.h266 extern char *tohex(char *p, int len);
H A Dsnoop_tcp.c321 tohex((char *)&opt[2], len - 2));
H A Dsnoop_rpc.c274 tohex(char *p, int len) in tohex() function
H A Dsnoop_ip.c659 tohex((char *)&opt[2], len - 2)); in print_ipoptions()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c528 tohex(const void *vp, size_t l) in tohex() function
H A Dchannels.c2962 new_data = tohex(x11_fake_data, data_len); in x11_request_forwarding_with_spoofing()