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

/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libkmf/include/
H A Drdn_parser.h68 KMF_OID *OID; member in struct:NameToKind
/opensolaris-onvv-gate/usr/src/lib/libgss/
H A Dg_glue.c191 OM_uint32 gssint_get_mech_type_oid(OID, token)
192 gss_OID OID;
206 * length of mechanism OID
207 * encoding of mechanism OID
215 * <length> - assume only one byte, hence OID length < 127
216 * <mech OID bytes>
218 * The routine fills in the OID value and returns an error as necessary.
221 if (OID == NULL)
248 OID->length = (OM_uint32) *(buffer_ptr++);
249 OID
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h56 #define OID 0x06 /* 6: Object Identifier (numeric sequence) */ macro
105 #define SPNEGO_MECHLIST_TYPE ( SEQUENCE | CONSTRUCTED | OID )
154 // Defines a GSS Mechanism OID. We keep a single static array
160 unsigned char* ucOid; // Byte representation of OID
161 int iLen; // Length of the OID, length and identifier
162 int iActualDataLen; // Length of the actual OID
163 SPNEGO_MECH_OID eMechanismOID; // Which OID is this?
H A Dspnegoparse.c57 // [in] mechOID - OID for MechList
167 // SPNEGO OID Token
208 // [in] MechType - OID in MechList
383 // SPNEGO OID Token
503 // we already know the size of the OID token and value
974 // The next token should be an OID
1013 } // IF Check for SPNEGO OID
1198 // Initializes a SpnegoElement from an OID - normally, this would have
1200 // on the OIDs against the DER information as well as the OID, we need
1214 if ( *pbTokenData == OID )
[all...]
H A Dderparse.c33 // The GSS Mechanism OID enumeration values (SPNEGO_MECH_OID) control which offset in
271 // [in] nMechOID - OID we are looking for
281 // Checks the data pointed to by pbTokenData for the specified OID.
291 // Verify that we have an OID token
292 if ( ( nReturn = ASNDerCheckToken( pbTokenData, OID, 0L, nBoundaryLength,
298 // Token Lengths plus the actual length must match the length in our OID list element.
313 } // IF OID Token CHecks
443 // [in] mechoid - Mech OID to put in list.
454 // OID.
460 // First the OID
[all...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c380 rv = CreateAVA(n2k->OID, vt, (char *)valBuf, a);
412 oidrec = n2k->OID;
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c802 BerValue OID = { NULL, 0 }; local
823 &OID, &Mod, &PubExp, &PriExp, &Prime1,
907 if (OID.bv_val) {
908 free(OID.bv_val);
1791 /* Map the OID to an OpenSSL algorithm */

Completed in 181 milliseconds