Searched refs:oid (Results 26 - 50 of 414) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmcert.h44 CssmField(const CSSM_OID &oid, const CSSM_DATA &value) argument
45 { FieldOid = oid; FieldValue = value; }
47 CssmField(const CSSM_OID &oid) argument
48 { FieldOid = oid; FieldValue = CssmData(); }
51 CssmOid &oid() { return CssmOid::overlay(FieldOid); } function in class:Security::CssmField
53 const CssmOid &oid() const { return CssmOid::overlay(FieldOid); } function in class:Security::CssmField
H A Dcssmdata.cpp150 // Will not process oid elements out of unsigned long range.
152 void CssmOwnedData::fromOid(const char *oid) argument
157 unsigned long q1 = strtoul(oid, (char **)&oid, 10);
158 if (*oid++ != '.')
160 unsigned long q2 = strtoul(oid, (char **)&oid, 10);
162 while (oid[0] == '.') {
163 oid++;
164 putOid(*this, strtoul(oid, (cha
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmcert.h44 CssmField(const CSSM_OID &oid, const CSSM_DATA &value) argument
45 { FieldOid = oid; FieldValue = value; }
47 CssmField(const CSSM_OID &oid) argument
48 { FieldOid = oid; FieldValue = CssmData(); }
51 CssmOid &oid() { return CssmOid::overlay(FieldOid); } function in class:Security::CssmField
53 const CssmOid &oid() const { return CssmOid::overlay(FieldOid); } function in class:Security::CssmField
H A Dcssmdata.cpp150 // Will not process oid elements out of unsigned long range.
152 void CssmOwnedData::fromOid(const char *oid) argument
157 unsigned long q1 = strtoul(oid, (char **)&oid, 10);
158 if (*oid++ != '.')
160 unsigned long q2 = strtoul(oid, (char **)&oid, 10);
162 while (oid[0] == '.') {
163 oid++;
164 putOid(*this, strtoul(oid, (cha
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPControl.h21 * @param oid: The Object Identifier of the Control
27 LDAPCtrl(const char *oid, bool critical=false, const char *data=0,
32 * @param oid: The Object Identifier of the Control
37 LDAPCtrl(const std::string& oid, bool critical,
H A DLDAPControl.cpp13 LDAPCtrl::LDAPCtrl(const char *oid, bool critical, const char* data, argument
17 " oid:" << oid << endl << " critical:" << critical << endl);
18 m_oid = oid;
29 LDAPCtrl::LDAPCtrl(const string& oid, bool critical, const string& data){ argument
32 " oid:" << oid << endl << " critical:" << critical << endl);
33 m_oid=oid;
H A DLDAPObjClass.cpp15 oid = string ();
27 oid = oc.oid;
89 oid = string ();
91 oid = oc_oid;
95 return oid;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dextended.c26 struct berval *oid; member in struct:exop
46 if( ber_bvcmp( exop_table[i].oid, &op->oq_extended.rs_reqoid ) == 0 ) {
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dmakemib52 * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer
63 oid["iso"]=1
194 if (oid[parent] == "") {
200 if (oid[new] > 0 && oid[new] != value) {
202 inn(FILENAME), parent, new, value, oid[new]
208 if (oid[sib] == value) {
219 oid[new]=value
233 # newitem=sofar"."item"("oid[item]")"
246 item, item, oid[ite
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_newsysctl.c113 STATIC int name2oid (char *name, int *oid, int *len);
235 * If this oid has a number OID_AUTO, give it a number which
236 * is greater than any current oid. Make sure it is at least
237 * OID_AUTO_START to leave space for pre-assigned oid numbers.
240 /* First, find the highest oid in the parent list >OID_AUTO_START-1 */
256 * Insert the oid into the parent's list in order.
543 * given oid depth out to the kernel log, via printf
686 struct sysctl_oid *oid; local
707 SLIST_FOREACH(oid, lsp, oid_link) {
708 if (oid
878 struct sysctl_oid *oid; local
913 name2oid(char *name, int *oid, int *len) argument
1011 int error, oid[CTL_MAXNAME]; local
1096 struct sysctl_oid *oid; local
1377 struct sysctl_oid *oid; local
1649 int oid[2]; local
1674 int oid[CTL_MAXNAME + 2]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsattr.c82 if (SECITEM_CopyItem(poolp, &(attr->type), &(attr->typeTag->oid)) != SECSuccess)
345 SECOidData *oid; local
351 oid = SECOID_FindOIDByTag(oidtag);
352 if (oid == NULL)
356 if (attr1->type.Length == oid->oid.Length && PORT_Memcmp (attr1->type.Data,
357 oid->oid.Data,
358 oid->oid
[all...]
H A Dsecoidt.h51 SECItem oid; member in struct:SECOidDataStr
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsattr.c82 if (SECITEM_CopyItem(poolp, &(attr->type), &(attr->typeTag->oid)) != SECSuccess)
345 SECOidData *oid; local
351 oid = SECOID_FindOIDByTag(oidtag);
352 if (oid == NULL)
356 if (attr1->type.Length == oid->oid.Length && PORT_Memcmp (attr1->type.Data,
357 oid->oid.Data,
358 oid->oid
[all...]
H A Dsecoidt.h51 SECItem oid; member in struct:SECOidDataStr
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Doidsalg.c38 const CSSM_OID *oid; member in struct:__anon4580
53 * On the oid-to-alg map, we'll handle either one, mapping to
131 const CSSM_OID *oid,
136 for(ent=oidToAlgMap; ent->oid; ent++) {
137 if(compareCssmData(ent->oid, oid)) {
150 for(ent=oidToAlgMap; ent->oid; ent++) {
152 return ent->oid;
130 cssmOidToAlg( const CSSM_OID *oid, CSSM_ALGORITHMS *alg) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_utils.c50 _gss_free_oid(OM_uint32 *minor_status, gss_OID oid) argument
53 if (oid->elements) {
54 free(oid->elements);
55 oid->elements = NULL;
56 oid->length = 0;
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_x509attr.c89 * Attribute.new(oid [, value]) => attr
94 VALUE oid, value; local
99 if(rb_scan_args(argc, argv, "11", &oid, &value) == 1){
100 oid = ossl_to_der_if_possible(oid);
101 StringValue(oid);
102 p = (unsigned char *)RSTRING_PTR(oid);
103 x = d2i_X509_ATTRIBUTE(&attr, &p, RSTRING_LEN(oid));
110 rb_funcall(self, rb_intern("oid="), 1, oid);
121 ossl_x509attr_set_oid(VALUE self, VALUE oid) argument
145 ASN1_OBJECT *oid; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdbtest002.tcl96 set oid [open $t2 w]
100 puts $oid [expr $subdb * $newent + $i]
103 close $oid
106 set oid [open $t4 r]
107 for {set i 1} {[gets $oid line] >= 0} {incr i} {
110 close $oid
112 set oid [open $t2 w]
119 puts $oid $farr($beg)
122 close $oid
/macosx-10.9.5/SecurityTool-55115/
H A Dtrusted_cert_utils.c234 const CSSM_OID *oid)
239 ortn = SecPolicyCopy(CSSM_CERT_X_509v3, oid, &policyRef);
248 const CSSM_OID *oid; member in struct:__anon5162
277 const CSSM_OID *oid = NULL; local
283 oid = os->oid;
287 if(oid == NULL) {
292 return oidToPolicy(oid);
297 const CSSM_OID *oid)
304 if(compareOids(oid, o
233 oidToPolicy( const CSSM_OID *oid) argument
296 oidToOidString( const CSSM_OID *oid) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_security.rb37 constraints = cert.extensions.find { |ext| ext.oid == 'basicConstraints' }
40 key_usage = cert.extensions.find { |ext| ext.oid == 'keyUsage' }
44 key_ident = cert.extensions.find { |ext| ext.oid == 'subjectKeyIdentifier' }
81 constraints = cert.extensions.find { |ext| ext.oid == 'subjectAltName' }
84 constraints = cert.extensions.find { |ext| ext.oid == 'basicConstraints' }
87 key_usage = cert.extensions.find { |ext| ext.oid == 'keyUsage' }
91 key_ident = cert.extensions.find { |ext| ext.oid == 'subjectKeyIdentifier' }
133 extension.oid == 'subjectAltName'
182 constraints = signed.extensions.find { |ext| ext.oid == 'issuerAltName' }
185 constraints = signed.extensions.find { |ext| ext.oid
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DSchema.pm172 # Given name or oid, return element or undef if not of appropriate type
179 my $oid = $self->{oid};
184 ($elem or ($elem = $oid->{$_} and $elem->{type} eq $type))
209 # The {oid} piece here is a little redundant since we control the other
214 # ->{oid}->{$oid}->{
222 # ... etc per oid details
226 # lowercase names to the hash stored in the oid struucture
327 my $oid
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsidechannel.c297 * "oid" contains a numeric OID consisting of integers separated by periods,
316 const char *oid, /* I - OID to query */
328 DEBUG_printf(("cupsSideChannelSNMPGet(oid=\"%s\", data=%p, datalen=%p(%d), "
329 "timeout=%.3f)", oid, data, datalen, datalen ? *datalen : -1,
336 if (!oid || !*oid || !data || !datalen || *datalen < 2)
345 if (cupsSideChannelWrite(CUPS_SC_CMD_SNMP_GET, CUPS_SC_STATUS_NONE, oid,
346 (int)strlen(oid) + 1, timeout))
368 * Parse the response of the form "oid\0value"...
400 * "oid" contain
315 cupsSideChannelSNMPGet( const char *oid, char *data, int *datalen, double timeout) argument
421 cupsSideChannelSNMPWalk( const char *oid, double timeout, cups_sc_walk_func_t cb, void *context) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dregen.sh7 perl ./gen-oid.pl -b base -h ./oid.txt > ./gssapi/gssapi_oid.h
8 perl ./gen-oid.pl -b base ./oid.txt > ./mech/gss_oid.
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dstctrl.c48 struct berval ip, name, oid, id; local
86 ber_str2bv( formatOID, 0, 0, &oid );
89 if ( oid.bv_len > 1024 ) goto param_error;
110 tag = ber_printf( ber, "{OOOO}", &ip, &name, &oid, &id );
167 struct berval *oid,
178 oid == NULL ||
193 BER_BVZERO( oid );
261 tag = ber_scanf( ber, "o", oid );
162 ldap_parse_session_tracking_control( LDAP *ld, LDAPControl *ctrl, struct berval *ip, struct berval *name, struct berval *oid, struct berval *id ) argument
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DPolicyCursor.h51 PolicyCursor(const CSSM_OID* oid, const CSSM_DATA* value);
55 static void policy(const CSSM_OID* oid, SecPointer<Policy> &policy);

Completed in 266 milliseconds

1234567891011>>