Searched refs:oid (Results 201 - 225 of 414) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest013.tcl184 set oid [open $t2 w]
186 puts $oid $i
188 close $oid
H A Dtest014.tcl201 set oid [open $t2 w]
203 puts $oid $i
205 close $oid
H A Dtest015.tcl208 set oid [open $t2 w]
210 puts $oid $i
212 close $oid
H A Dtest016.tcl160 set oid [open $t2 w]
162 puts $oid $i
164 close $oid
H A Dtest036.tcl146 set oid [open $t2 w]
148 puts $oid $i
150 close $oid
H A Dtest097.tcl108 set oid [open $t2 w]
110 puts $oid $i
112 close $oid
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dauth_gssapi.c160 gss_OID oid; local
189 &export_name, &oid);
195 if(oid != GSS_KRB5_NT_PRINCIPAL_NAME) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dat.c48 const char *oid )
53 return strcmp( syn_oid, oid ) == 0;
464 /* Keep old oid, free new oid;
605 char *oid; local
608 oid = oidm_find( at->at_oid );
609 if ( !oid ) {
613 if ( oid != at->at_oid ) {
615 at->at_oid = oid;
620 char *oid; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DRequirementParser.cpp76 CssmAutoData oid(Allocator::standard()); oid.fromOid(oids);
77 maker.putData(oid.data(), oid.length());
81 CssmAutoData oid(Allocator::standard()); oid.fromOid(oids);
82 maker.putData(oid.data(), oid.length());
86 CssmAutoData oid(Allocator::standard()); oid
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DSession_Crypto.cpp268 const CSSM_OID *oid = cssmAlgToOid(context->AlgorithmType); local
270 if(oid == NULL) {
275 algId.algorithm = *oid;
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DRequirementParser.cpp76 CssmAutoData oid(Allocator::standard()); oid.fromOid(oids);
77 maker.putData(oid.data(), oid.length());
81 CssmAutoData oid(Allocator::standard()); oid.fromOid(oids);
82 maker.putData(oid.data(), oid.length());
86 CssmAutoData oid(Allocator::standard()); oid
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecKey.c69 /* Currently length of SHA512 oid + 1 */
80 0x06, oid.Len, oid.Data,
86 static size_t DEREncodeDigestInfoPrefix(const SecAsn1Oid *oid, argument
88 size_t algIdLen = oid->Length + 4;
102 digestInfo[ix++] = oid->Length;
103 memcpy(&digestInfo[ix], oid->Data, oid->Length);
104 ix += oid->Length;
419 const SecAsn1Oid *oid, cons
418 SecKeyCreatePublicFromDER(CFAllocatorRef allocator, const SecAsn1Oid *oid, const SecAsn1Item *params, const SecAsn1Item *keyData) argument
[all...]
H A DSecCertificateRequest.c94 CFArrayRef oid = CFStringCreateArrayBySeparatingStrings(kCFAllocatorDefault, local
96 CFIndex i = 0, count = CFArrayGetCount(oid);
99 CFStringRef oid_octet = CFArrayGetValueAtIndex(oid, i);
112 CFReleaseSafe(oid);
154 const void * oid, const void * value, const unsigned char type_in, NSS_ATV *nss_atv)
188 if (CFGetTypeID(oid) == CFStringGetTypeID()) {
189 if (CFEqual(kSecOidCommonName, oid)) {
191 } else if (CFEqual(kSecOidCountryName, oid)) {
193 } else if (CFEqual(kSecOidStateProvinceName, oid)) {
195 } else if (CFEqual(kSecOidLocalityName, oid)) {
153 make_nss_atv(PRArenaPool *poolp, const void * oid, const void * value, const unsigned char type_in, NSS_ATV *nss_atv) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/openssl/lib/openssl/
H A Dssl.rb100 next if ext.oid != "subjectAltName"
121 cert.subject.to_a.each{|oid, value|
122 if oid == "CN"
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dsecurity.rb394 extension.oid == "#{x509_entry}AltName"
526 extension.oid == 'subjectAltName'
533 extension.oid == 'subjectAltName'
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c34 MatchingComponentOtherName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { argument
38 if ( oid ) {
39 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
44 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_assert)->type_id );
48 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentOtherName*)csi_attr)->value, (ComponentAny*)&((ComponentOtherName*)csi_assert)->value);
256 MatchingComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { argument
260 if ( oid ) {
261 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
266 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->type_id );
270 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAn
518 MatchingComponentDirectoryString( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) argument
812 MatchingComponentEDIPartyName( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) argument
1048 MatchingComponentGeneralName( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) argument
1545 MatchingComponentGeneralNames( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) argument
1771 MatchingComponentAuthorityKeyIdentifier( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dcontext.c241 gss_buffer_desc oid; local
249 if (mech && gss_oid_to_str(&junk, (gss_OID)mech, &oid) == GSS_S_COMPLETE) {
250 values[2] = CFStringCreateWithFormat(NULL, NULL, CFSTR("%.*s"), (int)oid.length, (char *)oid.value);
251 gss_release_buffer(&junk, &oid);
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12SafeBag.cpp499 const CSSM_OID &oid,
505 coder.allocCopyItem(oid, mOid);
510 CFDataRef oid,
518 coder.allocCopyItem(CFDataGetBytePtr(oid),
519 CFDataGetLength(oid), mOid);
498 P12OpaqueBag( const CSSM_OID &oid, const CSSM_DATA &blob, NSS_Attribute **attrs, SecNssCoder &coder) argument
509 P12OpaqueBag( CFDataRef oid, CFDataRef blob, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12SafeBag.cpp499 const CSSM_OID &oid,
505 coder.allocCopyItem(oid, mOid);
510 CFDataRef oid,
518 coder.allocCopyItem(CFDataGetBytePtr(oid),
519 CFDataGetLength(oid), mOid);
498 P12OpaqueBag( const CSSM_OID &oid, const CSSM_DATA &blob, NSS_Attribute **attrs, SecNssCoder &coder) argument
509 P12OpaqueBag( CFDataRef oid, CFDataRef blob, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DDSML.pm239 my $oid = $elem->{oid};
246 elsif ($oid) {
247 $name = $oid;
253 $elem->{oid} ||= $name;
254 $state->{schema}{oid}{$oid} = $state->{schema}{$elem->{type}}{lc $name} = $elem;
484 unless (($attr->{name} || '') eq ($attr->{oid} || '')) {
498 if (my $oid = $attr->{oid}) {
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dgsstool.c274 print_cred(void *ctx, gss_const_OID oid, gss_cred_id_t cred) argument
292 major = gss_inquire_cred_by_mech(&junk, cred, (gss_OID)oid, &name, NULL, NULL, NULL);
303 str = gss_oid_to_name(oid);
330 diag_cred(void *ctx, gss_const_OID oid, gss_cred_id_t cred) argument
343 major = gss_inquire_cred_by_mech(&junk, cred, (gss_OID)oid, &name, NULL, NULL, NULL);
352 mech = gss_oid_to_name(oid);
453 destroy_cred(void *arg1, gss_const_OID oid, gss_cred_id_t cred) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dcrypto.c128 find_sig_alg(const heim_oid *oid);
246 const heim_oid *oid,
264 ret = der_copy_oid(oid, &id->algorithm);
279 heim_oid2ecnid(heim_oid *oid) argument
285 if (der_heim_oid_cmp(oid, ASN1_OID_ID_EC_GROUP_SECP256R1) == 0)
287 else if (der_heim_oid_cmp(oid, ASN1_OID_ID_EC_GROUP_SECP160R1) == 0)
289 else if (der_heim_oid_cmp(oid, ASN1_OID_ID_EC_GROUP_SECP160R2) == 0)
1529 find_sig_alg(const heim_oid *oid) argument
1533 if (der_heim_oid_cmp(sig_algs[i]->sig_oid, oid) == 0)
1580 hx509_find_private_alg(const heim_oid *oid) argument
245 set_digest_alg(DigestAlgorithmIdentifier *id, const heim_oid *oid, const void *param, size_t length) argument
1881 _hx509_generate_private_key_init(hx509_context context, const heim_oid *oid, struct hx509_generate_private_context **ctx) argument
2187 const heim_oid *oid; member in struct:hx509cipher
2207 heim_oid oid; member in struct:hx509_crypto_data
2437 find_cipher_by_oid(const heim_oid *oid) argument
2889 find_string2key(const heim_oid *oid, const EVP_CIPHER **c, const EVP_MD **md, PBE_string2key_func *s2k) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DCertificateRequest.cpp169 certReqDbg("CertificateRequest(): unknown policy oid");
190 if((attr->oid.Data == NULL) || (attr->value.Data == NULL)) {
193 if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_USERNAME, &attr->oid)) {
204 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_PASSWORD, &attr->oid)) {
207 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_HOSTNAME, &attr->oid)) {
210 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_RENEW, &attr->oid)) {
218 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_ASYNC, &attr->oid)) {
222 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_IS_PENDING, &attr->oid)) {
228 certReqDbg("CertificateRequest(): unknown name/value oid");
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DCertificateRequest.cpp169 certReqDbg("CertificateRequest(): unknown policy oid");
190 if((attr->oid.Data == NULL) || (attr->value.Data == NULL)) {
193 if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_USERNAME, &attr->oid)) {
204 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_PASSWORD, &attr->oid)) {
207 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_HOSTNAME, &attr->oid)) {
210 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_RENEW, &attr->oid)) {
218 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_ASYNC, &attr->oid)) {
222 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_IS_PENDING, &attr->oid)) {
228 certReqDbg("CertificateRequest(): unknown name/value oid");
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DCertificateRequest.cpp169 certReqDbg("CertificateRequest(): unknown policy oid");
190 if((attr->oid.Data == NULL) || (attr->value.Data == NULL)) {
193 if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_USERNAME, &attr->oid)) {
204 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_PASSWORD, &attr->oid)) {
207 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_HOSTNAME, &attr->oid)) {
210 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_RENEW, &attr->oid)) {
218 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_ASYNC, &attr->oid)) {
222 else if(nssCompareCssmData(&CSSMOID_DOTMAC_CERT_REQ_VALUE_IS_PENDING, &attr->oid)) {
228 certReqDbg("CertificateRequest(): unknown name/value oid");

Completed in 313 milliseconds

1234567891011>>