Home
last modified time | relevance | path

Searched full:mechanisms (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/freebsd/lib/libgssapi/
H A Dgss_inquire_cred.c58 gss_OID_set *mechanisms) in gss_inquire_cred() argument
79 if (mechanisms) in gss_inquire_cred()
80 *mechanisms = GSS_C_NO_OID_SET; in gss_inquire_cred()
94 if (mechanisms) { in gss_inquire_cred()
96 mechanisms); in gss_inquire_cred()
136 if (mechanisms) in gss_inquire_cred()
138 mc->gmc_mech_oid, mechanisms); in gss_inquire_cred()
173 if (mechanisms) in gss_inquire_cred()
175 &m->gm_mech_oid, mechanisms); in gss_inquire_cred()
184 gss_release_oid_set(minor_status, mechanisms); in gss_inquire_cred()
H A Dgss_acquire_cred.380 Mechanisms should honor the
84 requested mechanisms.
86 element can be shared by multiple mechanisms;
88 mechanisms with which the credential element may be used.
137 Set of underlying security mechanisms that may be used.
157 The set of mechanisms for which the credential is valid.
H A Dgss_indicate_mechs.333 .Nd Determine available underlying authentication mechanisms
45 mechanisms are available.
51 Set of implementation-supported mechanisms.
H A Dgss_inquire_cred.346 .Fa "gss_OID_set *mechanisms"
90 .It mechanisms
91 Set of mechanisms supported by the credential.
H A Dgss_inquire_mechs_for_name.333 .Nd List mechanisms that support the specified name-type
45 Returns the set of mechanisms supported by the GSS-API implementation
75 Set of mechanisms that may support the specified name.
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_cred.c51 gss_OID_set *mechanisms) in gss_inquire_cred() argument
72 if (mechanisms) in gss_inquire_cred()
73 *mechanisms = GSS_C_NO_OID_SET; in gss_inquire_cred()
86 if (mechanisms) { in gss_inquire_cred()
88 mechanisms); in gss_inquire_cred()
128 if (mechanisms) in gss_inquire_cred()
130 mc->gmc_mech_oid, mechanisms); in gss_inquire_cred()
165 if (mechanisms) in gss_inquire_cred()
167 &m->gm_mech_oid, mechanisms); in gss_inquire_cred()
176 gss_release_oid_set(minor_status, mechanisms); in gss_inquire_cred()
H A Ddoxygen.c36 * Heimdal implements the following mechanisms:
42 * See @ref gssapi_mechs for more describtion about these mechanisms.
94 * @page gssapi_mechs_intro GSS-API mechanisms
95 * @section gssapi_mechs GSS-API mechanisms
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_cred.c42 gss_OID_set * mechanisms in _gsskrb5_inquire_cred() argument
55 if (mechanisms) in _gsskrb5_inquire_cred()
56 *mechanisms = GSS_C_NO_OID_SET; in _gsskrb5_inquire_cred()
152 if (mechanisms != NULL) { in _gsskrb5_inquire_cred()
153 ret = gss_create_empty_oid_set(minor_status, mechanisms); in _gsskrb5_inquire_cred()
158 &acred->mechanisms->elements[0], in _gsskrb5_inquire_cred()
159 mechanisms); in _gsskrb5_inquire_cred()
162 &icred->mechanisms->elements[0], in _gsskrb5_inquire_cred()
163 mechanisms); in _gsskrb5_inquire_cred()
H A Dadd_cred.c111 handle->mechanisms = NULL; in _gsskrb5_add_cred()
194 ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms); in _gsskrb5_add_cred()
199 &handle->mechanisms); in _gsskrb5_add_cred()
232 if (handle->mechanisms) in _gsskrb5_add_cred()
233 gss_release_oid_set(NULL, &handle->mechanisms); in _gsskrb5_add_cred()
H A Dcopy_ccache.c167 ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms); in _gsskrb5_krb5_import_cred()
170 &handle->mechanisms); in _gsskrb5_krb5_import_cred()
182 gss_release_oid_set(minor_status, &handle->mechanisms); in _gsskrb5_krb5_import_cred()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcreds.c45 gss_OID_set * mechanisms in _gss_ntlm_inquire_cred() argument
74 if (mechanisms) in _gss_ntlm_inquire_cred()
75 *mechanisms = GSS_C_NO_OID_SET; in _gss_ntlm_inquire_cred()
80 if (mechanisms) { in _gss_ntlm_inquire_cred()
81 ret = gss_create_empty_oid_set(minor_status, mechanisms); in _gss_ntlm_inquire_cred()
86 mechanisms); in _gss_ntlm_inquire_cred()
93 gss_release_oid_set(&junk, mechanisms); in _gss_ntlm_inquire_cred()
/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_inq_cred.c43 mechanisms) in gss_inquire_cred() argument
50 gss_OID_set * mechanisms;
68 if (mechanisms != NULL)
69 *mechanisms = GSS_C_NO_OID_SET;
76 * XXX We should iterate over all mechanisms in the credential and
126 * the mechanisms parameter.
129 if(mechanisms != NULL) {
146 *mechanisms = mechs;
/freebsd/sys/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c47 * list of mechanisms supported by the provider and an ops vector containing
70 /* process the mechanisms supported by the provider */ in crypto_register_provider()
151 /* remove the provider from the mechanisms tables */ in crypto_unregister_provider()
195 * of the specified mechanisms was malformed, or CRYPTO_HOST_MEMORY
196 * if the table of mechanisms is full.
236 * Don't allow multiple providers with disabled mechanisms in init_prov_mechs()
237 * to register. Subsequent enabling of mechanisms will result in in init_prov_mechs()
271 /* remove the provider from the mechanisms tables */ in undo_register_provider()
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dinq_cred.c77 cred_usage, mechanisms) in krb5_gss_inquire_cred() argument
83 gss_OID_set *mechanisms;
106 if (mechanisms) *mechanisms = NULL;
165 if (mechanisms) {
194 if (mechanisms) {
195 *mechanisms = mechs;
/freebsd/share/doc/papers/jail/
H A Dpaper.ms67 implement with the UNIX security mechanisms.
106 While mechanisms such as chroot(2) provide a modest
108 that these mechanisms have serious shortcomings, both in terms of the
119 mechanisms, such as chroot(2), to what effectively amounts to a
138 they determine how discretionary access control mechanisms will be applied, and
145 with modifying the semantics of discretionary access control mechanisms,
277 file system root are protected. Traditional mechanisms for breaking out of
308 sysctl or process file system monitoring mechanisms. Jail does not prevent,
310 mechanisms via accepted interfaces \(em for example, two processes may communicate
362 which are partitioned off by other mechanisms.
[all …]
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dindex.html24 <h3 align="center">1.5.2 </h3>Heimdal implements the following mechanisms:<p>
28 …"gssapi_mechs_intro.html#gssapi_mechs">GSS-API mechanisms</a> for more describtion about these mec…
31 …><li><a class="el" href="gssapi_mechs_intro.html#gssapi_mechs">GSS-API mechanisms</a></li><li><a c…
H A Dgssapi_mechs_intro.html3 <title>HeimdalGSS-APIlibrary: GSS-API mechanisms</title>
22 <h1><a class="anchor" name="gssapi_mechs_intro">GSS-API mechanisms </a></h1><h2><a class="anchor" n…
23 GSS-API mechanisms</a></h2>
/freebsd/crypto/krb5/doc/html/_sources/plugindev/
H A Dgssapi.rst.txt5 the set of built-in mechanisms.
29 of other mechanisms. If the mechglue detects conflicts, it will map
37 Some Windows GSSAPI mechanisms can only be negotiated via a Microsoft
52 By default, NegoEx mechanisms will not be directly negotiated via
63 interposer module, which intercepts calls to existing mechanisms
/freebsd/crypto/krb5/doc/plugindev/
H A Dgssapi.rst5 the set of built-in mechanisms.
29 of other mechanisms. If the mechglue detects conflicts, it will map
37 Some Windows GSSAPI mechanisms can only be negotiated via a Microsoft
52 By default, NegoEx mechanisms will not be directly negotiated via
63 interposer module, which intercepts calls to existing mechanisms
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_atomic.h87 * synchronization mechanisms in multi-threaded environments.
117 * synchronization mechanisms in multi-threaded environments.
151 * synchronization mechanisms in multi-threaded environments.
185 * synchronization mechanisms in multi-threaded environments.
/freebsd/share/doc/psd/15.yacc/
H A Dss1054 These mechanisms can be used to simulate parsers
121 There are three mechanisms used to provide for this typing.
190 There remain a couple of cases where these mechanisms are insufficient.
210 in particular, the use of %type will turn on these mechanisms.
/freebsd/crypto/heimdal/doc/doxyout/gssapi/man/man3/
H A Dgssapi_mechs_intro.35 gssapi_mechs_intro \- GSS-API mechanisms
6 .SH "GSS-API mechanisms"
/freebsd/lib/librpcsec_gss/
H A Drpc_gss_get_mechanisms.330 .Nd "Get installed mechanisms"
40 terminated list of installed security mechanisms.
/freebsd/share/doc/papers/beyond4.3/
H A Dbeyond43.ms68 The fifth is to evaluate alternate access control mechanisms and
110 The 4.3BSD UNIX kernel used 10 different memory allocation mechanisms,
112 These mechanisms have been replaced by a general purpose dynamic
358 weaknesses in the system access mechanisms, rather than actively
370 utilities and network servers to find unintended system access mechanisms.
404 authentication mechanisms and then to integrate
/freebsd/share/man/man9/
H A Ddevice_get_softc.955 mechanisms.
56 Driver writers should not copy such mechanisms found in drivers in the

12345678910>>...23