Searched defs:oids (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/
H A Dgen_oids.c59 static const gss_OID_desc oids[] = { variable
80 const gss_OID_desc * const gss_nt_user_name = oids+0;
81 const gss_OID_desc * const gss_nt_machine_uid_name = oids+1;
82 const gss_OID_desc * const gss_nt_string_uid_name = oids+2;
83 const gss_OID_desc * const gss_nt_service_name = oids+3;
85 const gss_OID_desc * const gss_nt_service_name_v2 = oids+4;
86 const gss_OID_desc * const gss_nt_exported_name = oids+6;
99 const gss_OID GSS_C_NT_USER_NAME = (gss_OID)oids+0;
100 const gss_OID GSS_C_NT_MACHINE_UID_NAME = (gss_OID)oids+1;
101 const gss_OID GSS_C_NT_STRING_UID_NAME = (gss_OID)oids
[all...]
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h410 * using the MP_FreeOidList API. Although oids is declared to be an
414 * structures in the oids array.
416 * @note The @a oids array is a variable length array, despite its declaration
424 * The number of object IDs in the @a oids array.
432 MP_OID oids[1]; member in struct:_MP_OID_LIST
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c2161 __s_api_contain_passwd_control_oid(char **oids) argument
2165 if (oids == NULL)
2168 for (oid = oids; *oid; oid++) {
2185 __s_api_contain_account_usable_control_oid(char **oids) argument
2189 if (oids == NULL)
2192 for (oid = oids; *oid; oid++) {
/illumos-gate/usr/src/lib/libima/common/
H A Dima.h449 * using the IMA_FreeObjectIdList API. Although oids is declared to be an
454 * @note The @a oids array is a variable length array, despite its declaration
462 * The number of object IDs in the @a oids array.
470 IMA_OID oids[1]; member in struct:_IMA_OID_LIST
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6194 krb5_algorithm_identifier ***oids)
6201 *oids = NULL;
6220 *oids = loids;
6190 create_krb5_supportedCMSTypes(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, krb5_algorithm_identifier ***oids) argument

Completed in 138 milliseconds