HomeSort by relevance Sort by last modified time
    Searched refs:signature (Results 801 - 825 of 2070) sorted by null

<<31323334353637383940>>

  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.1/
asm-tree-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.4/
asm-tree-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.4/
asm-tree-5.0.4.jar 
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 309 // First int - signature
310 final int signature = handshake.getInt(); local
311 assert signature == ProtocolConstants.PACKET_SIGNATURE;
  /system/core/libmincrypt/
rsa.c 145 // Expected PKCS1.5 signature padding bytes, for a keytool RSA signature.
188 // SHA-1 of PKCS1.5 signature sha_padding for 2048 bit, as above.
233 // SHA-256 of PKCS1.5 signature sha256_padding for 2048 bit, as above.
242 // Verify a 2048-bit RSA PKCS1.5 signature against an expected hash.
250 const uint8_t *signature,
276 buf[i] = signature[i];
  /system/keymaster/include/keymaster/
soft_keymaster_device.h 175 const keymaster_blob_t* signature,
233 const keymaster_blob_t* signature,
  /system/tpm/attestation/common/
print_common_proto.cc 192 output += indent + " signature: ";
194 base::HexEncode(value.signature().data(),
195 value.signature().size()).c_str());
  /system/tpm/trunks/
tpm_utility_impl.h 77 std::string* signature) override;
82 const std::string& signature,
  /toolchain/binutils/binutils-2.25/bfd/
libnlm.h 139 /* Signature for this backend. */
140 char signature[NLM_SIGNATURE_SIZE]; member in struct:nlm_backend_data
195 #define nlm_signature(bfd) (nlm_backend (bfd) -> signature)
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 75 String signature; local
84 signature = jfunc.toString();
86 if (mFunctionsEmitted.contains(signature)) {
89 mFunctionsEmitted.add(signature);
110 signature = jfunc.toString();
112 if (mFunctionsEmitted.contains(signature)) {
115 mFunctionsEmitted.add(signature);
790 // Emit JNI signature (name)
824 String signature = ""; local
828 signature += getJniName(argType)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 464 * If anything emitted above has a type signature, emit it again as
473 CstUtf8 signature = arg.getSignature(); local
475 if (signature != null) {
594 CstUtf8 signature = e.getSignature(); local
596 if (signature != null) {
598 sb.append(signature.toHuman());
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 472 * If anything emitted above has a type signature, emit it again as
481 CstString signature = arg.getSignature(); local
483 if (signature != null) {
602 CstString signature = e.getSignature(); local
604 if (signature != null) {
606 sb.append(signature.toHuman());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 12 import java.security.Signature;
58 * signature BIT STRING
176 // The parameters field SHALL be NULL for RSA based signature algorithms.
336 throw new IllegalArgumentException("Unknown signature type requested");
373 Signature sig;
376 sig = Signature.getInstance(signatureAlgorithm);
380 sig = Signature.getInstance(signatureAlgorithm, provider);
492 Signature sig;
498 sig = Signature.getInstance(getSignatureName(sigAlgId));
502 sig = Signature.getInstance(getSignatureName(sigAlgId), provider)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 464 * If anything emitted above has a type signature, emit it again as
473 CstString signature = arg.getSignature(); local
475 if (signature != null) {
594 CstString signature = e.getSignature(); local
596 if (signature != null) {
598 sb.append(signature.toHuman());
  /external/e2fsprogs/lib/blkid/
probe.h 208 __u8 signature[16]; member in struct:cramfs_super_block
344 unsigned char signature[128]; member in struct:ocfs_volume_header
367 unsigned char signature[8]; member in struct:ocfs2_super_block
509 __u8 signature[2]; member in struct:hfs_mdb
581 __u8 signature[2]; member in struct:hfsplus_vol_header
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 546 Map<Signature, List<InjectableMethod>> bySignature;
553 /* Caches the signature for the last method. */
555 Signature lastSignature;
561 * signature was annotated with a com.google.inject.Inject.
583 bySignature = new HashMap<Signature, List<InjectableMethod>>();
591 bySignature.put(new Signature(im.method), methods);
596 Signature signature = lastSignature = new Signature(method); local
597 List<InjectableMethod> methods = bySignature.get(signature);
636 Signature signature = injectableMethod.method == lastMethod local
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DeprecatedAPIChecker.java 31 System.err.println("Illegal command argument. Specify the API signature file path.");
33 // Load the ICU4J API signature file
103 pw.println("## Error ## Class " + clsName + " is not found in the API signature data.");
119 pw.println("## Error ## Field " + clsName + "." + fName + " is not found in the API signature data.");
138 + " is not found in the API signature data.");
160 + " is not found in the API signature data.");
182 pw.println("## Error ## Enum " + enumName + " is not found in the API signature data.");
198 + " is not found in the API signature data.");
220 + " is not found in the API signature data.");
353 String signature = api.getSignature() local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 226 AttributeInfo signature local
228 if (signature != null) {
229 signature = signature.copy(cp, null);
230 newAttributes.add(signature);
388 * have the same signature. If Y provides a method m(), X must provide it
634 * If there is a bridge method with the same name and signature,
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 93 def signature( self ): member in class:glx_enum_function
247 def signature( self ): member in class:glx_server_enum_function
249 sig = glx_enum_function.signature(self)
358 sig = ef.signature()
483 sig = ef.signature()
609 # that is being done, calculate a unique signature for this
625 # If the calculated signature matches a function that has
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 24 import android.content.pm.Signature;
279 * @param signature The signature of the certificate.
283 public int getCarrierPrivilegeStatus(Signature signature, String packageName) {
292 byte[] certHash = getCertHash(signature, "SHA-1");
293 byte[] certHash256 = getCertHash(signature, "SHA-256");
342 Signature[] signatures = packageInfo.signatures;
343 for (Signature sig : signatures) {
614 * Converts a Signature into a Certificate hash usable for comparison
    [all...]
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 

Completed in 2468 milliseconds

<<31323334353637383940>>