Searched refs:oid (Results 101 - 125 of 414) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dder_length.c86 len_oid (const heim_oid *oid) argument
91 for (n = 2; n < oid->length; ++n) {
92 unsigned u = oid->components[n];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcertificate.h105 int MatchingComponentAlgorithmIdentifier PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
136 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
160 int MatchingComponentExtension PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
183 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
206 int MatchingComponentValidity PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
229 int MatchingComponentSubjectPublicKeyInfo PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
244 int MatchingComponentExtensions PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
259 int MatchingComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
274 int MatchingComponentRDNSequence PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
303 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInf
[all...]
H A Dcomponentlib.c37 MatchingComponentBits ( char* oid, ComponentSyntaxInfo *csi_attr, argument
44 if ( oid ) {
45 mr = retrieve_matching_rule(oid, (AsnTypeId)csi_attr->csi_comp_desc->cd_type_id );
394 MatchingComponentBool(char* oid, ComponentSyntaxInfo* csi_attr, argument
400 if( oid ) {
401 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
504 MatchingComponentEnum ( char* oid, ComponentSyntaxInfo *csi_attr, argument
511 if( oid ) {
512 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
713 MatchingComponentInt(char* oid, ComponentSyntaxInf argument
822 MatchingComponentNull( char *oid, ComponentSyntaxInfo *csi_attr, ComponentSyntaxInfo *csi_assert ) argument
1022 MatchingComponentOcts( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) argument
1161 MatchingComponentOid( char *oid, ComponentSyntaxInfo *csi_attr , ComponentSyntaxInfo *csi_assert ) argument
1416 MatchingComponentReal(char* oid, ComponentSyntaxInfo *csi_attr, ComponentSyntaxInfo *csi_assert ) argument
1525 MatchingComponentRelativeOid( char* oid, ComponentSyntaxInfo *csi_attr, ComponentSyntaxInfo *csi_assert ) argument
1754 char* oid; local
1941 MatchingComponentAny(char* oid, ComponentAny *result, ComponentAny *result2) argument
2032 AsnOid oid; local
2068 AsnOid oid; local
2097 AsnOid oid; local
2130 InstallAnyByComponentOid(int anyId, AsnOid *oid, unsigned int size, EncodeFcn encode, gser_decoder_func* G_decode, ber_tag_decoder_func* B_decode, ExtractFcn extract, MatchFcn match, FreeFcn free, PrintFcn print) argument
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dasn1-der_length.c108 len_oid (const heim_oid *oid) argument
113 for (n = 2; n < oid->length; ++n) {
114 unsigned u = oid->components[n];
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_x509ext.rb23 assert_equal("basicConstraints", ext.oid)
53 assert_equal("crlDistributionPoints", cdp.oid)
61 assert_equal("crlDistributionPoints", cdp.oid)
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/spnego/
H A Dinit_sec_context.c447 gss_OID_desc oid; local
452 oid.length = (OM_uint32)der_length_oid(resp.u.negTokenResp.supportedMech);
453 oid.elements = malloc(oid.length);
454 if (oid.elements == NULL) {
458 ret = der_put_oid(((uint8_t *)oid.elements) + oid.length - 1,
459 oid.length,
462 if (ret || len != oid.length) {
463 free(oid
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Ddecapsulate.c96 gss_OID oid)
102 ret = _gssapi_verify_mech_header(str, total_len, oid);
168 gss_OID oid)
177 oid);
93 _gsskrb5_verify_header(u_char **str, size_t total_len, const void *type, gss_OID oid) argument
164 _gsskrb5_decapsulate(OM_uint32 *minor_status, gss_buffer_t input_token_buffer, krb5_data *out_data, const void *type, gss_OID oid) argument
H A Dinquire_sec_context_by_oid.c39 heim_oid oid; local
45 &oid, NULL);
53 der_free_oid(&oid);
59 if (oid.length - 1 == prefix.length) {
60 *suffix = oid.components[oid.length - 1];
61 oid.length--;
62 ret = (der_heim_oid_cmp(&oid, &prefix) == 0);
63 oid.length++;
66 der_free_oid(&oid);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPObjClass.h23 string desc, oid; member in class:LDAPObjClass
60 * Returns object class oid
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcsutilities.cpp99 bool certificateHasField(SecCertificateRef cert, const CSSM_OID &oid) argument
103 switch (OSStatus rc = SecCertificateCopyFirstFieldValue(cert, &oid, &value)) {
105 MacOSError::check(SecCertificateReleaseFirstFieldValue(cert, &oid, value));
106 return true; // extension found by oid
108 break; // oid not recognized by CL - continue below
121 if (oid == ext->extnId) {
H A Dreqinterp.h69 bool certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert);
71 bool certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert);
H A Dreqinterp.cpp218 const CSSM_OID *oid; member in struct:Security::CodeSigning::CertField
241 if (OSStatus rc = SecCertificateCopySubjectComponent(cert, cf->oid, &value.aref())) {
267 CssmOid oid((char *)key.data(), key.length());
268 return certFieldGeneric(oid, match, cert);
271 bool Requirement::Interpreter::certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert) argument
273 return cert && certificateHasField(cert, oid) && match(kCFBooleanTrue);
279 CssmOid oid((char *)key.data(), key.length());
280 return certFieldPolicy(oid, match, cert);
283 bool Requirement::Interpreter::certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert) argument
285 return cert && certificateHasPolicy(cert, oid)
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcsutilities.cpp99 bool certificateHasField(SecCertificateRef cert, const CSSM_OID &oid) argument
103 switch (OSStatus rc = SecCertificateCopyFirstFieldValue(cert, &oid, &value)) {
105 MacOSError::check(SecCertificateReleaseFirstFieldValue(cert, &oid, value));
106 return true; // extension found by oid
108 break; // oid not recognized by CL - continue below
121 if (oid == ext->extnId) {
H A Dreqinterp.h69 bool certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert);
71 bool certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert);
H A Dreqinterp.cpp218 const CSSM_OID *oid; member in struct:Security::CodeSigning::CertField
241 if (OSStatus rc = SecCertificateCopySubjectComponent(cert, cf->oid, &value.aref())) {
267 CssmOid oid((char *)key.data(), key.length());
268 return certFieldGeneric(oid, match, cert);
271 bool Requirement::Interpreter::certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert) argument
273 return cert && certificateHasField(cert, oid) && match(kCFBooleanTrue);
279 CssmOid oid((char *)key.data(), key.length());
280 return certFieldPolicy(oid, match, cert);
283 bool Requirement::Interpreter::certFieldPolicy(const CssmOid &oid, const Match &match, SecCertificateRef cert) argument
285 return cert && certificateHasPolicy(cert, oid)
[all...]
/macosx-10.9.5/security_certtool-55105/src/
H A DCertUI.h67 const CSSM_OID *oid; // e.g., CSSMOID_CommonName member in struct:__anon12544
91 /* given a signing key, obtain signing algorithm (int and oid format) */
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A DkeyTemplates.h178 SecAsn1Oid oid; // CSSMOID_PKCS3 member in struct:__anon3534
228 SecAsn1Oid oid; // CSSMOID_ANSI_DH_PUB_NUMBER member in struct:__anon3538
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A DkeyTemplates.h178 SecAsn1Oid oid; // CSSMOID_PKCS3 member in struct:__anon3969
228 SecAsn1Oid oid; // CSSMOID_ANSI_DH_PUB_NUMBER member in struct:__anon3973
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A DkeyTemplates.h178 SecAsn1Oid oid; // CSSMOID_PKCS3 member in struct:__anon4091
228 SecAsn1Oid oid; // CSSMOID_ANSI_DH_PUB_NUMBER member in struct:__anon4095
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A DkeyTemplates.h178 SecAsn1Oid oid; // CSSMOID_PKCS3 member in struct:__anon4213
228 SecAsn1Oid oid; // CSSMOID_ANSI_DH_PUB_NUMBER member in struct:__anon4217
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtimer_queue.h145 extern uint64_t timer_sysctl_get(int oid);
146 extern int timer_sysctl_set(int oid, uint64_t value);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb004.tcl85 set oid [open $t2 w]
87 puts $oid $i
89 close $oid
91 set oid [open $t2.tmp w]
93 puts $oid $f
95 close $oid
H A Dtest003.tcl141 set oid [open $t2 w]
143 puts $oid $i
145 close $oid
148 set oid [open $t2.tmp w]
153 puts $oid $f
155 close $oid
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/
H A Drequirements.grammar125 CssmAutoData oid(Allocator::standard()); oid.fromOid(oids);
126 maker.putData(oid.data(), oid.length());
130 CssmAutoData oid(Allocator::standard()); oid.fromOid(oids);
131 maker.putData(oid.data(), oid.length());
135 CssmAutoData oid(Allocator::standard()); oid
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificateInternal.h272 /* Return the SecCertificateExtensionRef for the extension with the given oid. Return NULL if it does not exist or if an error occours call SecCertificateGetStatus() to see if an error occured or not. */
273 SecCertificateExtensionRef SecCertificateGetExtensionWithOID(SecCertificateRef certificate, CFDataRef oid);
275 CFDataRef SecCertificateExtensionGetDER(SecCertificateExtensionRef extension, CFDataRef oid);
277 CFDataRef SecCertificateExtensionGetOIDDER(SecCertificateExtensionRef extension, CFDataRef oid);
278 CFStringRef SecCertificateExtensionGetOIDString(SecCertificateExtensionRef extension, CFDataRef oid);
295 const DERItem *oid);
305 bool SecCertificateHasMarkerExtension(SecCertificateRef certificate, CFTypeRef oid);

Completed in 207 milliseconds

1234567891011>>