/external/vboot_reference/tests/ |
vboot_display_tests.c | 53 memcpy(bhdr->signature, BMPBLOCK_SIGNATURE, BMPBLOCK_SIGNATURE_SIZE); 157 bhdr->signature[0] ^= 0x5a; 206 bhdr->signature[0] ^= 0x5a;
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
MockDrmCryptoPlugin.h | 124 Vector<uint8_t> &signature); 129 Vector<uint8_t> const &signature, 136 Vector<uint8_t> &signature);
|
/frameworks/av/include/media/ |
Drm.h | 114 Vector<uint8_t> &signature); 119 Vector<uint8_t> const &signature, 126 Vector<uint8_t> &signature);
|
/frameworks/native/include/media/drm/ |
DrmAPI.h | 235 // the secure stop message to the server which verifies the signature and 311 // Compute a signature on the provided message using the mac algorithm 313 // and return the signature. 317 Vector<uint8_t> &signature) = 0; 319 // Compute a signature on the provided message using the mac algorithm 326 Vector<uint8_t> const &signature, 330 // Compute an RSA signature on the provided message using the algorithm 336 Vector<uint8_t> &signature) = 0;
|
/libcore/ojluni/src/main/native/ |
jni_util.h | 152 * method name, and signature string. 163 const char *signature, 173 const char *signature, 181 const char *signature,
|
/system/core/crash_reporter/ |
crash_reporter.cc | 214 std::string signature; local 222 &signature, 224 fprintf(stderr, "Signature could not be generated.\n"); 227 printf("Kernel crash signature is \"%s\".\n", signature.c_str()); 254 "Generate signature from given kcrash file");
|
/system/security/keystore/ |
key_store_service.h | 65 const uint8_t* signature, size_t signatureLength); 111 const uint8_t* signature, size_t signatureLength, const uint8_t* entropy, 224 uint8_t** out, size_t* outLength, const uint8_t* signature,
|
/system/update_engine/payload_consumer/ |
payload_verifier.cc | 33 // defined in RFC3447. It is prepended to the actual signature (32 bytes) to 49 // OCTET STRING(2+32) <actual signature bytes...> 93 LOG(INFO) << "signature blob size = " << signature_blob.size(); 103 // Tries every signature in the signature blob. 105 const Signatures_Signature& signature = signatures.signatures(i); local 106 brillo::Blob sig_data(signature.data().begin(), signature.data().end()); 112 LOG(INFO) << "Verified correct signature " << i + 1 << " out of " 153 LOG(ERROR) << "Signature size is too big for public key size." [all...] |
/system/tpm/trunks/ |
tpm_utility_test.cc | 767 signature_out.signature.rsassa.sig.size = 2; 768 signature_out.signature.rsassa.sig.buffer[0] = 'h'; 769 signature_out.signature.rsassa.sig.buffer[1] = 'i'; 770 std::string signature; local 788 &signature)); 789 EXPECT_EQ(0, signature.compare("hi")); 796 std::string signature; local 812 &signature)); 819 std::string signature; local 838 std::string signature; local 851 std::string signature; local 870 std::string signature; local 889 std::string signature; local 908 std::string signature; local 924 std::string signature; local 954 std::string signature; local 981 std::string signature; local 1001 std::string signature; local 1021 std::string signature; local 1039 std::string signature; local 1057 std::string signature; local 1075 std::string signature; local 1093 std::string signature; local 1111 std::string signature; local 1135 std::string signature; local [all...] |
tpm_generated_test.cc | 272 const TPMT_SIGNATURE& signature) { 276 signature.signature.rsassa.sig); 390 std::string signature("\x00\x14" // sig_scheme=RSASSA 392 "\x00\x09" // signature size 393 "signature", // signature bytes 408 command_response += signed_data + signature + auth_out; 437 EXPECT_EQ("signature", signature_);
|
/dalvik/dexdump/ |
DexDump.cpp | 81 const char* signature; member in struct:FieldMethodInfo 424 printf("signature : %02x%02x...%02x%02x\n", 425 pHeader->signature[0], pHeader->signature[1], 426 pHeader->signature[kSHA1DigestLen-2], 427 pHeader->signature[kSHA1DigestLen-1]); 633 const char *signature) 637 signature); 669 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); 688 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
auth.py | 158 boto.log.debug('Signature:\n%s' % auth) 212 s += "Algorithm=%s,Signature=%s" % (self.algorithm(), b64_hmac) 287 s += "Signature=%s" % b64_hmac 484 def signature(self, http_request, string_to_sign): member in class:HmacAuthV4Handler 526 # before we generate the signature. 532 # the signature will use req.auth_path. 542 signature = self.signature(req, string_to_sign) 543 boto.log.debug('Signature:\n%s' % signature) [all...] |
/art/test/115-native-bridge/ |
nativebridge.cc | 35 const char* signature; member in struct:NativeBridgeMethod 72 mid = env->GetStaticMethodID(klass, methods[i].name, nb_method->signature); 74 mid = env->GetMethodID(klass, methods[i].name, nb_method->signature); 78 if (strcmp(shorty, methods[i].signature) == 0) { 79 printf(" name:%s, signature:%s, shorty:%s.\n", 80 methods[i].name, nb_method->signature, shorty);
|
/art/tools/dmtracedump/ |
createtesttrace.cc | 68 char* signature; member in struct:dataRecord 210 /* Parse the name to support "class.method signature" */ 213 records[nextRecord].signature = nullptr; 229 records[nextRecord].signature = strndup(save_cp, len); 373 } else if (pRecord->signature == nullptr) { 378 pRecord->className, pRecord->methodName, pRecord->signature);
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
proxy_generator.cc | 338 DbusSignature signature; local 341 CHECK(signature.Parse(prop.type, &type)); 504 block.PopOffset(); // Method signature arguments 553 DbusSignature signature; local 556 CHECK(signature.Parse(prop.type, &type)); 586 DbusSignature signature; local 595 CHECK(signature.Parse(prop.type, &type)); 641 DbusSignature signature; local 652 CHECK(signature.Parse(argument.type, &argument_type)); 662 CHECK(signature.Parse(argument.type, &argument_type)) 708 DbusSignature signature; local 772 DbusSignature signature; local 799 DbusSignature signature; local 905 DbusSignature signature; local [all...] |
/external/google-breakpad/src/google_breakpad/common/ |
minidump_format.h | 130 uint32_t signature; member in struct:__anon12285 145 /* For (MDVSFixedFileInfo).signature */ 253 uint32_t signature; member in struct:__anon12288 264 /* For (MDRawHeader).signature and (MDRawHeader).version. Note that only the 423 uint32_t signature; member in struct:__anon12296 429 uint32_t signature; /* time_t debug information created */ member in struct:__anon12297 437 #define MD_CVINFOPDB20_SIGNATURE 0x3031424e /* cvHeader.signature = '01BN' */ 441 MDGUID signature; /* GUID, identifies PDB file */ member in struct:__anon12298 463 * directly in the CodeView record itself. These signature values will [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Trie2.java | 70 // uint32_t signature; 99 /* check the signature */ 100 header.signature = bytes.getInt(); 101 switch (header.signature) { 109 header.signature = 0x54726932; 467 dos.writeInt(header.signature); 629 int signature; field in class:Trie2.UTrie2Header [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Trie2.java | 68 // uint32_t signature; 97 /* check the signature */ 98 header.signature = bytes.getInt(); 99 switch (header.signature) { 107 header.signature = 0x54726932; 465 dos.writeInt(header.signature); 627 int signature; field in class:Trie2.UTrie2Header [all...] |
/external/vboot_reference/firmware/lib/cgptlib/ |
cgptlib_internal.c | 77 if (Memcmp(h->signature, GPT_HEADER_SIGNATURE, 79 Memcmp(h->signature, GPT_HEADER_SIGNATURE2, 213 if (Memcmp(h1->signature, h2->signature, sizeof(h1->signature)))
|
/art/compiler/utils/ |
test_dex_file_builder.h | 60 void AddMethod(const std::string& class_descriptor, const std::string& signature, 66 ProtoKey proto_key = CreateProtoKey(signature); 214 // Leave signature as zeros. 257 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, 259 ProtoKey proto_key = CreateProtoKey(signature); 326 ProtoKey CreateProtoKey(const std::string& signature) { 327 CHECK_EQ(signature[0], '('); 328 const char* args = signature.c_str() + 1;
|
/external/guice/lib/build/ |
asm-5.0.3.jar | |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CertImpl.java | 91 public static final String SIGNATURE = "signature"; 121 // x509.signature 122 public static final String SIG = NAME + DOT + SIGNATURE; 132 protected byte[] signature = null; field in class:X509CertImpl 159 * the signature of this certificate. Null if the certificate has not 165 * successfully verify the signature of this certificate, or the 401 * @exception NoSuchAlgorithmException on unsupported signature 404 * @exception SignatureException on signature errors. 423 * @exception NoSuchAlgorithmException on unsupported signature [all...] |
/prebuilts/devtools/tools/lib/ |
asm-5.0.3.jar | |
/prebuilts/misc/common/asm/ |
asm-5.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.1/ |
asm-4.1.jar | |