Home
last modified time | relevance | path

Searched refs:mechanisms (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_inquire_cred.c42 mechanisms) in gss_inquire_cred() argument
49 gss_OID_set *mechanisms;
66 if (mechanisms != NULL)
67 *mechanisms = GSS_C_NO_OID_SET;
92 mechanisms);
109 if (mechanisms && *mechanisms) {
112 mechanisms);
168 if (mechanisms != NULL) {
170 *mechanisms = (gss_OID_set) malloc(sizeof (gss_OID_set_desc));
171 if (*mechanisms == NULL)
[all …]
H A DREADME.spi37 releases require patching libgss.so.1 and all the GSS mechanisms
43 three mechanisms (four, if the dummy mech counts) and libgss
74 libgss mechanisms' methods.
78 result of which will be that the mechanisms' methods will then have
81 We can then rename all mechanisms' methods from <mech>_<gss-func> to
96 Third party mechanisms should just export all the symbols for the
101 Solaris native mechanisms may still provide the mechanism method
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_cred.c78 cred_usage, mechanisms) in krb5_gss_inquire_cred() argument
84 gss_OID_set *mechanisms;
105 if (mechanisms) *mechanisms = NULL;
157 if (mechanisms) {
202 if (mechanisms)
203 *mechanisms = mechs;
H A Dkrb5_gss_glue.c833 cred_usage, mechanisms) in k5glue_inquire_cred() argument
840 gss_OID_set *mechanisms;
843 name, lifetime_ret, cred_usage, mechanisms));
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c2220 gss_OID_set mechanisms; local
2233 res->mechanisms.GSS_OID_SET_val = NULL;
2248 res->mechanisms.GSS_OID_SET_val = NULL;
2270 &mechanisms);
2289 if (mechanisms != GSS_C_NULL_OID_SET) {
2290 for (i = 0; i < mechanisms->count; i++)
2291 free(mechanisms->elements[i].elements);
2292 free(mechanisms->elements);
2293 free(mechanisms);
2324 if (mechanisms != GSS_C_NULL_OID_SET) {
[all …]
H A Dgssd_clnt_stubs.c1818 mechanisms, in kgss_inquire_cred_wrapped() argument
1826 gss_OID_set *mechanisms;
1873 if (mechanisms != NULL)
1874 *mechanisms = NULL;
1922 if (mechanisms != NULL) {
1923 *mechanisms =
1925 if (res.mechanisms.GSS_OID_SET_len != 0) {
1926 (*mechanisms)->count =
1927 (int)res.mechanisms.GSS_OID_SET_len;
1928 (*mechanisms)->elements = (gss_OID)
[all …]
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c2177 mechanisms, in kgss_inquire_cred_wrapped() argument
2185 gss_OID_set *mechanisms;
2212 if (mechanisms != NULL)
2213 *mechanisms = NULL;
2289 res.mechanisms.GSS_OID_SET_len != 0 &&
2290 mechanisms != NULL) {
2291 *mechanisms = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
2292 (*mechanisms)->count =
2293 (int)res.mechanisms.GSS_OID_SET_len;
2294 (*mechanisms)->elements = (gss_OID)
[all …]
H A Dgssd.x330 GSS_OID_SET mechanisms; /* mechs associated with cred */ member
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c902 cred_usage, mechanisms) in dummy_gss_inquire_cred() argument
909 gss_OID_set *mechanisms;
919 if (mechanisms) {
921 mechanisms) == GSS_S_FAILURE)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DPROMO.mm87 Shell Functions and Aliases: Two mechanisms - functions and
H A Dsh.memo1069 It does this by providing simple yet powerful mechanisms
1092 There are four quoting mechanisms in \f5ksh\fP.
3205 Most importantly, \f5ksh\fP provide mechanisms to write applications
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME201 Keys can be managed using two different mechanisms. WPA can either use
205 respectively. Both mechanisms will generate a master session key for
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi3229 mechanisms:
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi118 installing a whole new set of boot mechanisms, each with completely
121 @dfn{chaining} mechanisms can be a nightmare. There is little or no
179 loading mechanisms, increasing their portability, robustness, and
H A Dmultiboot.info71 installing a whole new set of boot mechanisms, each with completely
74 "chaining" mechanisms can be a nightmare. There is little or no choice
138 loading mechanisms, increasing their portability, robustness, and
/illumos-gate/usr/src/grub/grub-0.97/
H A Daclocal.m4247 # after this tag, mechanisms are not by side-effect, so they'll
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg474 to multiple COMDAT mechanisms: %s"
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1647 3616 SHF_GROUP sections should not be discarded via other COMDAT mechanisms
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4629 # list of authentication mechanisms
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt10060 mechanisms for control method execution and recursive method invocation.