Searched refs:oid (Results 1 - 25 of 414) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c435 /* CTL_UNSPEC is used to get oid to AUTO_OID */
580 int *name = arg1; /* oid element argument vector */
581 int namelen = arg2; /* number of oid element arguments */
623 int *name = arg1; /* oid element argument vector */
624 int namelen = arg2; /* number of oid element arguments */
813 __unused int *name = arg1; /* oid element argument vector */
814 __unused int namelen = arg2; /* number of oid element arguments */
892 int *name = arg1; /* oid element argument vector */
893 int namelen = arg2; /* number of oid element arguments */
1330 int *name = arg1; /* oid elemen
2690 int oid = (int)arg1; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/cf/
H A Ditem.c297 gss_iter_creds (&min_stat, 0, GSS_KRB5_MECHANISM, ^(gss_iter_OID oid, gss_cred_id_t cred) {
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrust.cpp200 // SecPolicyRef -> CssmField (CFDataRef/NULL or oid/value of a SecPolicy)
205 return CssmField(policy->oid(), policy->value());
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...]
H A DTrustAdditions.cpp83 static CSSM_DATA_PTR _copyFieldDataForOid(CSSM_OID_PTR oid, CSSM_DATA_PTR cert, CSSM_CL_HANDLE clHandle);
84 static CFStringRef _decimalStringForOid(CSSM_OID_PTR oid);
86 static void _freeFieldData(CSSM_DATA_PTR value, CSSM_OID_PTR oid, CSSM_CL_HANDLE clHandle);
699 static CSSM_DATA_PTR _copyFieldDataForOid(CSSM_OID_PTR oid, CSSM_DATA_PTR cert, CSSM_CL_HANDLE clHandle) argument
704 CSSM_RETURN crtn = CSSM_CL_CertGetFirstFieldValue(clHandle, cert, oid, &results, &numFields, &value);
1149 static CFStringRef _decimalStringForOid(CSSM_OID_PTR oid) argument
1152 if (!str || oid->Length > 32)
1159 unsigned int x = oid->Data[0] / 40;
1160 unsigned int y = oid->Data[0] % 40;
1169 for (x = 1; x < oid
1190 _freeFieldData(CSSM_DATA_PTR value, CSSM_OID_PTR oid, CSSM_CL_HANDLE clHandle) argument
1224 CSSM_OID_PTR oid = &certPolicyInfo->certPolicyId; local
[all...]
H A DSecItem.cpp3031 CFTypeRef oid = (CFTypeRef) CFDictionaryGetValue(props, kSecPolicyOid); local
3032 if (oid && CFEqual(oid, kSecPolicyAppleX509Basic)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrust.cpp200 // SecPolicyRef -> CssmField (CFDataRef/NULL or oid/value of a SecPolicy)
205 return CssmField(policy->oid(), policy->value());
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...]
H A DTrustAdditions.cpp83 static CSSM_DATA_PTR _copyFieldDataForOid(CSSM_OID_PTR oid, CSSM_DATA_PTR cert, CSSM_CL_HANDLE clHandle);
84 static CFStringRef _decimalStringForOid(CSSM_OID_PTR oid);
86 static void _freeFieldData(CSSM_DATA_PTR value, CSSM_OID_PTR oid, CSSM_CL_HANDLE clHandle);
699 static CSSM_DATA_PTR _copyFieldDataForOid(CSSM_OID_PTR oid, CSSM_DATA_PTR cert, CSSM_CL_HANDLE clHandle) argument
704 CSSM_RETURN crtn = CSSM_CL_CertGetFirstFieldValue(clHandle, cert, oid, &results, &numFields, &value);
1149 static CFStringRef _decimalStringForOid(CSSM_OID_PTR oid) argument
1152 if (!str || oid->Length > 32)
1159 unsigned int x = oid->Data[0] / 40;
1160 unsigned int y = oid->Data[0] % 40;
1169 for (x = 1; x < oid
1190 _freeFieldData(CSSM_DATA_PTR value, CSSM_OID_PTR oid, CSSM_CL_HANDLE clHandle) argument
1224 CSSM_OID_PTR oid = &certPolicyInfo->certPolicyId; local
[all...]
H A DSecItem.cpp3031 CFTypeRef oid = (CFTypeRef) CFDictionaryGetValue(props, kSecPolicyOid); local
3032 if (oid && CFEqual(oid, kSecPolicyAppleX509Basic)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrust.cpp200 // SecPolicyRef -> CssmField (CFDataRef/NULL or oid/value of a SecPolicy)
205 return CssmField(policy->oid(), policy->value());
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...]
H A DTrustAdditions.cpp83 static CSSM_DATA_PTR _copyFieldDataForOid(CSSM_OID_PTR oid, CSSM_DATA_PTR cert, CSSM_CL_HANDLE clHandle);
84 static CFStringRef _decimalStringForOid(CSSM_OID_PTR oid);
86 static void _freeFieldData(CSSM_DATA_PTR value, CSSM_OID_PTR oid, CSSM_CL_HANDLE clHandle);
699 static CSSM_DATA_PTR _copyFieldDataForOid(CSSM_OID_PTR oid, CSSM_DATA_PTR cert, CSSM_CL_HANDLE clHandle) argument
704 CSSM_RETURN crtn = CSSM_CL_CertGetFirstFieldValue(clHandle, cert, oid, &results, &numFields, &value);
1149 static CFStringRef _decimalStringForOid(CSSM_OID_PTR oid) argument
1152 if (!str || oid->Length > 32)
1159 unsigned int x = oid->Data[0] / 40;
1160 unsigned int y = oid->Data[0] % 40;
1169 for (x = 1; x < oid
1190 _freeFieldData(CSSM_DATA_PTR value, CSSM_OID_PTR oid, CSSM_CL_HANDLE clHandle) argument
1224 CSSM_OID_PTR oid = &certPolicyInfo->certPolicyId; local
[all...]
H A DSecItem.cpp3031 CFTypeRef oid = (CFTypeRef) CFDictionaryGetValue(props, kSecPolicyOid); local
3032 if (oid && CFEqual(oid, kSecPolicyAppleX509Basic)) {
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_eval.c529 ID oid; local
536 oid = me->def->original_id;
539 if (oid != idMethodMissing) {
H A Dobject.c131 VALUE oid = rb_obj_id(obj); local
133 st_index_t index = NUM2LONG(oid);
135 st_index_t index = NUM2LL(oid);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/spnego/
H A Daccept_sec_context.c318 gss_OID_desc oid; local
332 oid.length = (OM_uint32)mech_len;
333 oid.elements = mechbuf + sizeof(mechbuf) - mech_len;
335 if (gss_oid_equal(&oid, GSS_SPNEGO_MECHANISM)) {
342 if (gss_oid_equal(&oid, &_gss_spnego_mskrb_mechanism_oid_desc))
345 oidp = &oid;
363 ret = gss_duplicate_oid(minor_status, &oid, mech_p);
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_asn1.c1362 ossl_asn1obj_s_register(VALUE self, VALUE oid, VALUE sn, VALUE ln) argument
1364 StringValue(oid);
1368 if(!OBJ_create(RSTRING_PTR(oid), RSTRING_PTR(sn), RSTRING_PTR(ln)))
1784 * * +oid+: the object identifier as a +String+, e.g. "1.2.3.4.5"
1926 rb_define_method(cASN1ObjectId, "oid", ossl_asn1obj_get_oid, 0);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_mech_switch.c45 _gss_string_to_oid(const char* s, gss_OID oid) argument
52 oid->length = 0;
53 oid->elements = NULL;
56 * First figure out how many numbers in the oid, then
57 * calculate the compiled oid size.
146 oid->length = (OM_uint32)byte_count;
147 oid->elements = res;
212 /* pick up the oid sets of names */
239 char *name, *oid, *lib, *kobj; local
289 oid
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_private.h755 const char *ssl_ext_lookup(apr_pool_t *p, conn_rec *c, int peer, const char *oid);
H A Dssl_private.h.orig753 const char *ssl_ext_lookup(apr_pool_t *p, conn_rec *c, int peer, const char *oid);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtimer_call.c1323 timer_sysctl_get(int oid) argument
1327 switch (oid) {
1471 timer_sysctl_set(int oid, uint64_t value) argument
1473 switch (oid) {
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsnmp-supplies.c615 int oid[CUPS_SNMP_MAX_OID]; /* OID for character set */ local
635 _cupsSNMPCopyOID(oid, prtLocalizationCharacterSet, CUPS_SNMP_MAX_OID);
636 oid[prtLocalizationCharacterSetOffset - 2] = packet.object_value.integer;
641 oid))
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecPolicy.c448 CFSTR("<%@: oid: %@ options %@"), typeStr,
479 oid (ok) is a caller provided string, only its cf type has been checked.
482 SecPolicyRef SecPolicyCreate(CFStringRef oid, CFDictionaryRef options) { argument
485 require(oid, errOut);
492 CFRetain(oid);
493 result->_oid = oid;
591 CFStringRef oid = (CFStringRef) CFRetain(policyRef->_oid);
595 CFStringRef outOid = oid;
596 if (CFEqual(oid, kSecPolicyOIDBasicX509)) {
599 else if (CFEqual(oid, kSecPolicyOIDSSLServe
684 SecPolicySetOid(SecPolicyRef policy, CFStringRef oid) argument
710 CFStringRef oid = (CFStringRef) CFRetain(policyRef->_oid); local
825 CFTypeRef oid = NULL; local
909 add_oid(CFMutableDictionaryRef options, CFStringRef policy_key, const DERItem *oid) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecPolicyServer.c109 CFStringRef oid = SecDERItemCopyOIDDecimalRepresentation(kCFAllocatorDefault, policyOID); local
110 if (oid && evToPolicyAnchorDigest)
112 result = (CFArrayRef)CFDictionaryGetValue(evToPolicyAnchorDigest, oid);
118 CFRelease(oid);
136 CFArrayRef digests = SecPolicyAnchorDigestsForEVPolicy(&ix->oid);
139 secdebug("ev", "found anchor for policy oid");
1168 oid_t oid;
1196 if (oid_equal(policy_set->oid, info->p_oid)) {
1214 /* Return true iff node has a child with a valid_policy equal to oid. */
1216 const oid_t *oid) {
1215 policy_tree_has_child_with_oid(policy_tree_t node, const oid_t *oid) argument
2239 CFStringRef oid = (CFStringRef)CFArrayGetValueAtIndex(array, 0); local
[all...]

Completed in 340 milliseconds

1234567891011>>