/freebsd/lib/libgssapi/ |
H A D | gss_inquire_cred.c | 58 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 D | gss_acquire_cred.3 | 80 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 D | gss_indicate_mechs.3 | 33 .Nd Determine available underlying authentication mechanisms 45 mechanisms are available. 51 Set of implementation-supported mechanisms.
|
H A D | gss_inquire_cred.3 | 46 .Fa "gss_OID_set *mechanisms" 90 .It mechanisms 91 Set of mechanisms supported by the credential.
|
H A D | gss_inquire_mechs_for_name.3 | 33 .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.
|
H A D | gssapi.3 | 41 cryptographic mechanisms. 187 List mechanisms that support the specified name-type 203 Determine available underlying authentication mechanisms
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_inquire_cred.c | 51 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 D | doxygen.c | 36 * 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
|
H A D | compat.h | 82 * API-as-SPI compatibility for compatibility with MIT mechanisms; 83 * native Heimdal mechanisms should not use these.
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | inquire_cred.c | 42 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 D | add_cred.c | 111 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 D | copy_ccache.c | 167 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()
|
H A D | acquire_cred.c | 434 ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms); in _gsskrb5_acquire_cred_ext() 437 &handle->mechanisms); in _gsskrb5_acquire_cred_ext() 439 if (handle->mechanisms != NULL) in _gsskrb5_acquire_cred_ext() 440 gss_release_oid_set(NULL, &handle->mechanisms); in _gsskrb5_acquire_cred_ext()
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | creds.c | 45 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/sys/contrib/openzfs/module/icp/spi/ |
H A D | kcf_spi.c | 46 * list of mechanisms supported by the provider and an ops vector containing 69 /* process the mechanisms supported by the provider */ in crypto_register_provider() 150 /* remove the provider from the mechanisms tables */ in crypto_unregister_provider() 194 * of the specified mechanisms was malformed, or CRYPTO_HOST_MEMORY 195 * if the table of mechanisms is full. 235 * Don't allow multiple providers with disabled mechanisms in init_prov_mechs() 236 * to register. Subsequent enabling of mechanisms will result in in init_prov_mechs() 270 /* remove the provider from the mechanisms tables */ in undo_register_provider()
|
/freebsd/share/doc/papers/jail/ |
H A D | paper.ms | 67 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 D | index.html | 24 <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 D | gssapi_mechs_intro.html | 3 <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/contrib/ofed/opensm/include/complib/ |
H A D | cl_atomic.h | 87 * 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 D | ss10 | 54 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 D | gssapi_mechs_intro.3 | 5 gssapi_mechs_intro \- GSS-API mechanisms 6 .SH "GSS-API mechanisms"
|
/freebsd/lib/librpcsec_gss/ |
H A D | rpc_gss_get_mechanisms.3 | 30 .Nd "Get installed mechanisms" 40 terminated list of installed security mechanisms.
|
/freebsd/share/man/man9/ |
H A D | device_get_softc.9 | 55 mechanisms. 56 Driver writers should not copy such mechanisms found in drivers in the
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | gss-commands.in | 36 name = "supported-mechanisms" 37 help = "Print the supported mechanisms"
|
/freebsd/share/doc/papers/beyond4.3/ |
H A D | beyond43.ms | 68 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
|