Searched refs:oid (Results 226 - 250 of 414) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Demitter.c362 SYMID oid; local
399 st_lookup( e->markers, n, (st_data_t *)&oid ) &&
400 st_lookup( e->anchors, (st_data_t)oid, (st_data_t *)&anchor_name ) )
1289 SYMID oid = 0; local
1305 if ( ! st_lookup( e->markers, n, (st_data_t *)&oid ) )
1310 oid = e->markers->num_entries + 1;
1311 st_insert( e->markers, n, (st_data_t)oid );
1320 if ( ! st_lookup( e->anchors, (st_data_t)oid, (st_data_t *)&anchor_name ) )
1336 st_insert( e->anchors, (st_data_t)oid, (st_data_t)anchor_name );
1342 return oid;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest017.tcl163 set oid [open $t2.tmp w]
169 puts $oid $f
171 close $oid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAsynConnection.cpp233 LDAPMessageQueue* LDAPAsynConnection::extOperation(const string& oid, argument
236 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER," oid:" << oid << endl);
237 LDAPExtRequest *req = new LDAPExtRequest(oid, value, this,cons);
H A DLDAPAsynConnection.h233 * @param oid The dotted decimal representation of the extended
239 LDAPMessageQueue* extOperation(const std::string& oid,
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecPolicy.cpp100 SecPolicyGetOID(SecPolicyRef policyRef, CSSM_OID* oid) argument
103 Required(oid) = Policy::required(policyRef)->oid();
H A DSecCertificateP.c98 DERAlgorithmId _algId; /* oid and params of _pubKeyDER. */
1421 certificate->_algId.oid. */
1634 const DERItem *oid) {
1636 if (oid->length == 0) {
1640 if (oid->length > MAX_OID_SIZE) {
1650 uint32_t x = oid->data[0] / 40;
1651 uint32_t y = oid->data[0] % 40;
1661 for (x = 1; x < oid->length; ++x)
1663 value = (value << 7) | (oid->data[x] & 0x7F);
1666 if (!(oid
1633 SecDERItemCopyOIDDecimalRepresentation(CFAllocatorRef allocator, const DERItem *oid) argument
1675 copyLocalizedOidDescription(CFAllocatorRef allocator, const DERItem *oid) argument
2017 appendOIDProperty(CFMutableArrayRef properties, CFStringRef label, const DERItem *oid) argument
4280 CFStringRef label, oid = NULL; local
4659 CFDataRef oid = CFDataCreate(kCFAllocatorDefault, local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmscinfo.c152 /* do not copy the oid, just create a reference */
153 rv = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentType), &(cinfo->contentTypeTag->oid));
235 srtn = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentTypeTag->oid), eContentType);
341 return &(cinfo->contentTypeTag->oid);
H A Dsecalgid.c72 if (SECITEM_CopyItem(arena, &id->algorithm, &oiddata->oid))
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecPolicy.cpp100 SecPolicyGetOID(SecPolicyRef policyRef, CSSM_OID* oid) argument
103 Required(oid) = Policy::required(policyRef)->oid();
H A DSecCertificateP.c98 DERAlgorithmId _algId; /* oid and params of _pubKeyDER. */
1421 certificate->_algId.oid. */
1634 const DERItem *oid) {
1636 if (oid->length == 0) {
1640 if (oid->length > MAX_OID_SIZE) {
1650 uint32_t x = oid->data[0] / 40;
1651 uint32_t y = oid->data[0] % 40;
1661 for (x = 1; x < oid->length; ++x)
1663 value = (value << 7) | (oid->data[x] & 0x7F);
1666 if (!(oid
1633 SecDERItemCopyOIDDecimalRepresentation(CFAllocatorRef allocator, const DERItem *oid) argument
1675 copyLocalizedOidDescription(CFAllocatorRef allocator, const DERItem *oid) argument
2017 appendOIDProperty(CFMutableArrayRef properties, CFStringRef label, const DERItem *oid) argument
4280 CFStringRef label, oid = NULL; local
4659 CFDataRef oid = CFDataCreate(kCFAllocatorDefault, local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecPolicy.cpp100 SecPolicyGetOID(SecPolicyRef policyRef, CSSM_OID* oid) argument
103 Required(oid) = Policy::required(policyRef)->oid();
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmscinfo.c152 /* do not copy the oid, just create a reference */
153 rv = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentType), &(cinfo->contentTypeTag->oid));
235 srtn = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentTypeTag->oid), eContentType);
341 return &(cinfo->contentTypeTag->oid);
H A Dsecalgid.c72 if (SECITEM_CopyItem(arena, &id->algorithm, &oiddata->oid))
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr_eval.c201 #define NUM_OID_ELTS 8 /* start with 8 oid slots, resize when needed */
207 ASN1_OBJECT *oid; local
215 /* Determine the oid we are looking for */
216 if ((oid = OBJ_txt2obj(oidstr, 1)) == NULL) {
233 if (OBJ_cmp(ext->object, oid) == 0) {
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_x509cert.rb92 assert_equal(ca_exts[i].first, ext.oid)
107 assert_equal(ee1_exts[i].first, ext.oid)
122 assert_equal(ee2_exts[i].first, ext.oid)
H A Dutils.rb138 extensions.each{|oid, value, critical|
139 cert.add_extension(ef.create_extension(oid, value, critical))
166 extensions.each{|oid, value, critical|
167 crl.add_extension(ef.create_extension(oid, value, critical))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldif.h115 LDAP_CONST char *oid ));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dcr.c353 char *oid = oidm_find( cr->cr_oid ); local
354 if ( !oid ) {
358 if ( oid != cr->cr_oid ) {
360 cr->cr_oid = oid;
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcsutilities.h99 bool certificateHasField(SecCertificateRef cert, const CSSM_OID &oid);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcsutilities.h99 bool certificateHasField(SecCertificateRef cert, const CSSM_OID &oid);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/libDER/
H A DDER_Keys.c27 { DER_OFFSET(DERAlgorithmId, oid),
/macosx-10.9.5/SecurityTool-55115/
H A Dkey_create.c376 subjectNames[0].oid = &CSSMOID_CommonName;
378 subjectNames[1].oid = &CSSMOID_OrganizationName;
380 subjectNames[2].oid = &CSSMOID_CountryName;
382 subjectNames[3].oid = &CSSMOID_StateProvinceName;
H A Dtrusted_cert_add.c142 const CSSM_OID *oid = NULL; local
144 oid = policyStringToOid(policy);
145 if(oid == NULL) {
150 SecPolicyRef policyRef = oidToPolicy(oid);
/macosx-10.9.5/ruby-104/ruby/sample/openssl/
H A Dcrlstore.rb96 if cdp_ext = cert.extensions.find { |ext| RE_CDP =~ ext.oid }
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dca.c410 * @param oid extended key usage to add.
420 const heim_oid *oid)
428 if (der_heim_oid_cmp(oid, &tbs->eku.val[i]) == 0)
438 ret = der_copy_oid(oid, &tbs->eku.val[tbs->eku.len]);
558 * @param oid the oid of the OtherName.
569 const heim_oid *oid,
576 gn.u.otherName.type_id = *oid;
689 const heim_oid *oid,
710 oid,
418 hx509_ca_tbs_add_eku(hx509_context context, hx509_ca_tbs tbs, const heim_oid *oid) argument
567 hx509_ca_tbs_add_san_otherName(hx509_context context, hx509_ca_tbs tbs, const heim_oid *oid, const heim_octet_string *os) argument
687 add_utf8_san(hx509_context context, hx509_ca_tbs tbs, const heim_oid *oid, const char *string) argument
912 add_extension(hx509_context context, TBSCertificate *tbsc, int critical_flag, const heim_oid *oid, const heim_octet_string *data) argument
[all...]

Completed in 246 milliseconds

1234567891011>>