Searched refs:OID (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh1024/
H A Ddh1024.c33 static gss_OID_desc OID = {9, "\053\006\004\001\052\002\032\002\005" }; variable
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh192/
H A Ddh192.c31 static gss_OID_desc OID = {9, "\053\006\004\001\052\002\032\002\003" }; variable
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh640/
H A Ddh640.c33 static gss_OID_desc OID = {9, "\053\006\004\001\052\002\032\002\004" }; variable
/illumos-gate/usr/src/lib/libkmf/include/
H A Drdn_parser.h68 KMF_OID *OID; member in struct:NameToKind
/illumos-gate/usr/src/lib/libgss/
H A Dg_glue.c192 OM_uint32 gssint_get_mech_type_oid(OID, token)
193 gss_OID OID;
207 * length of mechanism OID
208 * encoding of mechanism OID
216 * <length> - assume only one byte, hence OID length < 127
217 * <mech OID bytes>
219 * The routine fills in the OID value and returns an error as necessary.
222 if (OID == NULL)
249 OID->length = (OM_uint32) *(buffer_ptr++);
250 OID
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h55 #define OID 0x06 /* 6: Object Identifier (numeric sequence) */ macro
104 #define SPNEGO_MECHLIST_TYPE ( SEQUENCE | CONSTRUCTED | OID )
153 // Defines a GSS Mechanism OID. We keep a single static array
159 unsigned char* ucOid; // Byte representation of OID
160 int iLen; // Length of the OID, length and identifier
161 int iActualDataLen; // Length of the actual OID
162 SPNEGO_MECH_OID eMechanismOID; // Which OID is this?
H A Dspnegoparse.c59 // [in] mechOID - OID for MechList
169 // SPNEGO OID Token
210 // [in] pMechTypeList - OID array
211 // [in] MechTypeCnt - OID array length
400 // SPNEGO OID Token
520 // we already know the size of the OID token and value
991 // The next token should be an OID
1030 } // IF Check for SPNEGO OID
1215 // Initializes a SpnegoElement from an OID - normally, this would have
1217 // on the OIDs against the DER information as well as the OID, w
[all...]
H A Dderparse.c34 // The GSS Mechanism OID enumeration values (SPNEGO_MECH_OID) control which offset in
273 // [in] nMechOID - OID we are looking for
283 // Checks the data pointed to by pbTokenData for the specified OID.
293 // Verify that we have an OID token
294 if ( ( nReturn = ASNDerCheckToken( pbTokenData, OID, 0L, nBoundaryLength,
300 // Token Lengths plus the actual length must match the length in our OID list element.
315 } // IF OID Token CHecks
445 // [in] mechoid - Mech OID to put in list.
462 // First the OID
643 // [in] eMechOID - OID t
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_template.c53 * 0 mechanism defines its OID, MODULUS, ROOT, KEYLEN, ALGTYPE (which should
72 * gss_config structure, OID, and the above keyopts to the common
81 mech = __dh_generic_initialize(&dh_mech, OID, &dh_keyopts);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c380 rv = CreateAVA(n2k->OID, vt, (char *)valBuf, a);
412 oidrec = n2k->OID;
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c805 BerValue OID = { NULL, 0 }; local
826 &OID, &Mod, &PubExp, &PriExp, &Prime1,
910 if (OID.bv_val) {
911 free(OID.bv_val);
1794 /* Map the OID to an OpenSSL algorithm */

Completed in 123 milliseconds