Searched refs:signature (Results 51 - 75 of 557) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java67 * The index of the constant pool item that contains the signature of this
70 private int signature; field in class:FieldWriter
104 * @param signature the field's signature. May be <tt>null</tt>.
112 final String signature,
125 if (signature != null) {
126 this.signature = cw.newUTF8(signature);
192 if (signature != 0) {
232 if (signature !
107 FieldWriter( final ClassWriter cw, final int access, final String name, final String desc, final String signature, final Object value) argument
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCP.c47 CFMutableDataRef signature; local
50 signature = CFDataCreateMutable(NULL, sizeof(SCPSignatureData));
51 CFDataSetLength(signature, sizeof(SCPSignatureData));
54 sig = (SCPSignatureDataRef)(void *)CFDataGetBytePtr(signature);
61 return signature;
128 return prefsPrivate->signature;
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A DcsrTemplates.c54 { SEC_ASN1_BIT_STRING, offsetof(NSSCertRequest,signature) },
66 { SEC_ASN1_BIT_STRING, offsetof(NSS_SignedCertRequest,signature) },
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A DcsrTemplates.c54 { SEC_ASN1_BIT_STRING, offsetof(NSSCertRequest,signature) },
66 { SEC_ASN1_BIT_STRING, offsetof(NSS_SignedCertRequest,signature) },
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A DcsrTemplates.c54 { SEC_ASN1_BIT_STRING, offsetof(NSSCertRequest,signature) },
66 { SEC_ASN1_BIT_STRING, offsetof(NSS_SignedCertRequest,signature) },
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A DcsrTemplates.c54 { SEC_ASN1_BIT_STRING, offsetof(NSSCertRequest,signature) },
66 { SEC_ASN1_BIT_STRING, offsetof(NSS_SignedCertRequest,signature) },
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/gke/
H A Dgkreport9 com.apple.message.signature "$main" \
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/Tests/
H A DDER_Ticket.h52 DERItem signature; /* OCTET STRING */ member in struct:__anon4763
70 DERItem signature; /* OCTET STRING */ member in struct:__anon4764
/macosx-10.9.5/KerberosHelper-148/Source/
H A DcheckLocalKDC108 my $signature = shift;
111 if ($signature eq "success") {
114 `syslog -s -k com.apple.message.domain com.apple.kerberos.checkLocalKDC com.apple.message.signature $signature com.apple.message.result $result Message \"$message\"`;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecNetscapeTemplates.h71 * signature BIT STRING
82 CSSM_DATA signature; // length in BITS member in struct:__anon3756
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecNetscapeTemplates.h71 * signature BIT STRING
82 CSSM_DATA signature; // length in BITS member in struct:__anon4642
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecNetscapeTemplates.h71 * signature BIT STRING
82 CSSM_DATA signature; // length in BITS member in struct:__anon4729
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecSignVerifyTransform.h37 // WARNING: kSecInputIsRaw is frequently cryptographically unsafe (for example if you don't blind a DSA or ECDSA signature you give away the key very quickly), please only use it if you really know the math.
53 cryptographic signature. The InputIS defaults to kSecInputIsPlainText,
67 @param signature A CFDataRef with the signature. This value may be
69 to supply it from another signature.
78 cryptographic signature. The InputIS defaults to kSecInputIsPlainText,
84 CFDataRef signature,
/macosx-10.9.5/configd-596.15/nwi/
H A Dnetwork_information_server.h45 unsigned char *signature,
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dmethod-imp.h33 PyObjCMethodSignature* signature,
H A Dmethod-signature.h4 * @header method-signature.h
55 const char* signature; member in struct:_PyObjCMethodSignature
66 extern PyObjCMethodSignature* PyObjCMethodSignature_WithMetaData(const char* signature, PyObject* metadata);
69 Class cls, SEL sel, const char* signature);
H A Dobjc-object.h23 PyObjCMethodSignature* signature; member in struct:__anon12003
40 #define PyObjCObject_GetBlock(object) (((PyObjCBlockObject*)(object))->signature)
41 #define PyObjCObject_SET_BLOCK(object, value) (((PyObjCBlockObject*)(object))->signature = (value))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dmethod-imp.h33 PyObjCMethodSignature* signature,
H A Dmethod-signature.h4 * @header method-signature.h
55 const char* signature; member in struct:_PyObjCMethodSignature
66 extern PyObjCMethodSignature* PyObjCMethodSignature_WithMetaData(const char* signature, PyObject* metadata, BOOL is_native);
69 Class cls, BOOL isClassMethod, SEL sel, const char* signature, BOOL is_native);
H A Dobjc-object.h23 PyObjCMethodSignature* signature; member in struct:__anon12034
40 #define PyObjCObject_GetBlock(object) (((PyObjCBlockObject*)(object))->signature)
41 #define PyObjCObject_SET_BLOCK(object, value) (((PyObjCBlockObject*)(object))->signature = (value))
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorCPP.pm175 return 1 if $function->signature->extendedAttributes->{"Custom"};
178 return 1 if $function->signature->name =~ /getSVGDocument/;
180 if ($codeGenerator->GetArrayType($function->signature->type)) {
184 if ($codeGenerator->GetSequenceType($function->signature->type)) {
196 return 1 if $function->signature->extendedAttributes->{"CallWith"};
202 my $type = $attribute->signature->type;
204 return 1 if $attribute->signature->extendedAttributes->{"Custom"}
205 or $attribute->signature->extendedAttributes->{"CustomGetter"};
228 return 1 if $attribute->signature->extendedAttributes->{"CallWith"};
441 my $attributeConditionalString = $codeGenerator->GenerateConditionalString($attribute->signature);
[all...]
H A DCodeGeneratorJS.pm280 return $attribute->isReadOnly && !$attribute->signature->extendedAttributes->{"Replaceable"};
357 my $hasNumericIndexedGetter = $indexedGetterFunction ? $codeGenerator->IsNumericType($indexedGetterFunction->signature->type) : 0;
443 my $hasNumericIndexedGetter = $indexedGetterFunction ? $codeGenerator->IsNumericType($indexedGetterFunction->signature->type) : 0;
600 return $codeGenerator->WK_lcfirst($className) . "Constructor" . $codeGenerator->WK_ucfirst($attribute->signature->name);
602 return "js" . $interfaceName . $codeGenerator->WK_ucfirst($attribute->signature->name) . ($attribute->signature->type =~ /Constructor$/ ? "Constructor" : "");
609 return "set" . $codeGenerator->WK_ucfirst($className) . "Constructor" . $codeGenerator->WK_ucfirst($attribute->signature->name);
611 return "setJS" . $interfaceName . $codeGenerator->WK_ucfirst($attribute->signature->name) . ($attribute->signature->type =~ /Constructor$/ ? "Constructor" : "");
618 return $codeGenerator->WK_lcfirst($className) . $kind . "Function" . $codeGenerator->WK_ucfirst($function->signature
[all...]
H A DCodeGeneratorObjC.pm439 return 1 if $codeGenerator->GetSequenceType($function->signature->type);
440 return 1 if $codeGenerator->GetArrayType($function->signature->type);
454 my $type = $attribute->signature->type;
463 if ($attribute->signature->name eq "release") {
784 my $attributeName = $attribute->signature->name;
794 my $attributeType = GetObjCType($attribute->signature->type);
795 my $property = "\@property" . GetPropertyAttributes($attribute->signature->type, $attribute->isReadOnly);
813 AddForwardDeclarationsForType($attribute->signature->type, $public);
845 next if ($function->signature->name eq "set" and $interface->extendedAttributes->{"TypedArray"});
846 my $functionName = $function->signature
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtom_doc.rb92 # Internal: Extracts the Signature section's method signature
94 # comment - An RDoc::Comment that will be parsed and have the signature
97 # Returns a String containing the signature and nil if not
99 def self.signature comment singleton method
104 signature = nil
119 signature = part
124 signature and signature.text
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonEC.c25 char signature[8192];
67 signature, &signatureLen);
76 signature, signatureLen, &valid);
84 signature[signatureLen-3] += 3;
87 signature, signatureLen, &valid);

Completed in 301 milliseconds

1234567891011>>