Searched defs:OID (Results 1 - 6 of 6) 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/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?
/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 75 milliseconds