/external/chromium_org/net/cert/ |
ct_signed_certificate_timestamp_log_param.cc | 107 HashAlgorithmToString(sct.signature.hash_algorithm)); 109 SignatureAlgorithmToString(sct.signature.signature_algorithm)); 111 "signature_data", sct.signature.signature_data, out);
|
/external/chromium_org/net/quic/crypto/ |
quic_crypto_client_config.h | 64 // SetProof stores a certificate chain and signature. 66 base::StringPiece signature); 71 // Clears the certificate chain and signature and invalidates the proof. 74 // SetProofValid records that the certificate chain and signature have been 76 // (Note: this does not check the chain or signature.) 87 const std::string& signature() const; 108 base::StringPiece signature, 116 std::string server_config_sig_; // A signature of |server_config_|. 172 // signature are placed in the CETV value of the CHLO.
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x_all.c | 76 a->signature,a->cert_info,r)); 82 a->sig_alg,a->signature,a->req_info,r)); 88 a->sig_algor,a->signature,a->spkac,r)); 94 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CINF), x->cert_info->signature, 95 x->sig_alg, x->signature, x->cert_info,pkey,md)); 101 x->cert_info->signature, 102 x->sig_alg, x->signature, x->cert_info, ctx); 108 x->signature, x->req_info,pkey,md)); 114 x->sig_alg, NULL, x->signature, x->req_info, ctx); 121 x->sig_alg, x->signature, x->crl,pkey,md)) [all...] |
/external/jhead/ |
iptc.c | 39 // - IPTC Signature: 14 bytes ("Photoshop 3.0\0") 40 // - 8BIM Signature 4 bytes ("8BIM") 46 // - Signature 2 bytes (0x1C02) 74 ErrNonfatal("IPTC type signature mismatch\n",0,0); 99 short signature; local 106 signature = (*pos << 8) + (*(pos+1)); 109 if (signature != 0x1C02){
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassWriter.java | 48 * method will be ignored, and computed automatically from the signature and
314 * The constant pool item that contains the signature of this class.
316 private int signature;
field in class:ClassWriter 584 final String signature,
592 if (ClassReader.SIGNATURES && signature != null) {
593 this.signature = newUTF8(signature);
671 final String signature,
674 return new FieldWriter(this, access, name, desc, signature, value);
681 final String signature,
[all...] |
/external/openssl/crypto/x509/ |
x_all.c | 76 a->signature,a->cert_info,r)); 82 a->sig_alg,a->signature,a->req_info,r)); 88 a->sig_algor,a->signature,a->spkac,r)); 94 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CINF), x->cert_info->signature, 95 x->sig_alg, x->signature, x->cert_info,pkey,md)); 102 x->cert_info->signature, 103 x->sig_alg, x->signature, x->cert_info, ctx); 109 x->signature, x->req_info,pkey,md)); 115 x->sig_alg, NULL, x->signature, x->req_info, ctx); 122 x->sig_alg, x->signature, x->crl,pkey,md)) [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
LevelSystem.java | 103 int signature; local 105 signature = (byte)byteStream.read(); 106 if (signature == 96) {
|
/frameworks/av/include/media/ |
IDrm.h | 108 Vector<uint8_t> &signature) = 0; 113 Vector<uint8_t> const &signature, 120 Vector<uint8_t> &signature) = 0;
|
/frameworks/av/media/libmediaplayerservice/ |
Drm.h | 112 Vector<uint8_t> &signature); 117 Vector<uint8_t> const &signature, 124 Vector<uint8_t> &signature);
|
/libcore/luni/src/main/native/ |
java_lang_System.cpp | 72 ScopedUtfChars signature(env, javaSignature); 73 if (signature.c_str() == NULL) { 76 jfieldID fieldID = env->GetStaticFieldID(clazz, name.c_str(), signature.c_str());
|
/system/core/libmincrypt/test/ |
rsa_test.c | 112 // PKCS#1 v1.5 Signature Example 15.1 149 // PKCS#1 v1.5 Signature Example 15.2 181 // PKCS#1 v1.5 Signature Example 15.3 219 // PKCS#1 v1.5 Signature Example 15.4 245 // PKCS#1 v1.5 Signature Example 15.5 268 // PKCS#1 v1.5 Signature Example 15.6 297 // PKCS#1 v1.5 Signature Example 15.7 327 // PKCS#1 v1.5 Signature Example 15.8 363 // PKCS#1 v1.5 Signature Example 15.9 397 // PKCS#1 v1.5 Signature Example 15.1 804 unsigned char* signature; local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ |
asm-debug-all-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/dalvik/dx/src/com/android/dx/dex/cf/ |
AttributeTranslator.java | 83 * {@code Signature} attribute if present. 90 Annotation signature = getSignature(attribs); local 92 if (signature != null) { 93 result = Annotations.combine(result, signature); 199 * Gets the {@code Signature} attribute out of a given 203 * @return {@code null-ok;} the converted {@code Signature} annotation, 207 AttSignature signature = (AttSignature) local 210 if (signature == null) { 214 return AnnotationUtils.makeSignature(signature.getSignature());
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
ParsedEvent.java | 424 private String signature; field in class:ParsedEvent.Event_CLASS_PREPARE 438 signature = packet.getNextValueAsString(); 450 * @return Returns the signature. 453 return signature; 476 private String signature; field in class:ParsedEvent.Event_CLASS_UNLOAD 486 signature = packet.getNextValueAsString(); 490 * @return Returns the signature. 493 return signature;
|
/external/chromium_org/chrome/common/mac/ |
mock_launchd.cc | 202 CFSocketSignature signature; local 203 signature.protocolFamily = PF_UNIX; 204 signature.socketType = SOCK_STREAM; 205 signature.protocol = 0; 210 signature.address = address; 213 CFSocketCreateWithSocketSignature(NULL, &signature, 0, NULL, NULL);
|
/external/chromium_org/crypto/ |
signature_verifier_unittest.cc | 114 // The signature algorithm is specified as the following ASN.1 structure: 127 // RSA signature, a big integer in the big-endian byte order. 128 const uint8 signature[256] = { local 201 // We use the signature verifier to perform four signature verification 210 signature, sizeof(signature), 221 signature, sizeof(signature), 230 // Test 3: verify the signature with incorrect data 913 const char* signature; member in struct:SignatureExample 1075 std::vector<uint8> signature; local [all...] |
ec_signature_creator_nss.cc | 44 // Compute signature of hash. 55 // DER encode the signature. 71 std::vector<uint8>* signature) { 93 signature->assign(result.data, result.data + result.len);
|
/libcore/luni/src/main/java/java/security/ |
Signature.java | 31 * {@code Signature} is an engine class which is capable of creating and 37 public abstract class Signature extends SignatureSpi { 40 private static final String SERVICE = "Signature"; 52 * Constant that indicates that this {@code Signature} instance has not yet 58 * Constant that indicates that this {@code Signature} instance has been 64 * Constant that indicates that this {@code Signature} instance has been 70 * Represents the current state of this {@code Signature}. The three 77 * Constructs a new instance of {@code Signature} with the name of 83 protected Signature(String algorithm) { 88 * Returns a new instance of {@code Signature} that utilizes the specifie [all...] |
/art/runtime/ |
dex_file_test.cc | 238 // Check the signature for the static initializer. 244 std::string signature(raw->GetMethodSignature(method_id).ToString()); 245 ASSERT_EQ("()V", signature); 257 std::string signature(raw->GetMethodSignature(method_id).ToString()); 258 ASSERT_EQ("(IDJLjava/lang/Object;)Ljava/lang/Float;", signature); 268 std::string signature(raw->GetMethodSignature(method_id).ToString()); 269 ASSERT_EQ("(ZSC)LGetMethodSignature;", signature); 323 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_); local 324 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature);
|
well_known_classes.cc | 125 static jfieldID CacheField(JNIEnv* env, jclass c, bool is_static, const char* name, const char* signature) { 126 jfieldID fid = is_static ? env->GetStaticFieldID(c, name, signature) : env->GetFieldID(c, name, signature); 128 LOG(FATAL) << "Couldn't find field \"" << name << "\" with signature \"" << signature << "\""; local 133 jmethodID CacheMethod(JNIEnv* env, jclass c, bool is_static, const char* name, const char* signature) { 134 jmethodID mid = is_static ? env->GetStaticMethodID(c, name, signature) : env->GetMethodID(c, name, signature); 136 LOG(FATAL) << "Couldn't find method \"" << name << "\" with signature \"" << signature << "\""; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/security/ |
KeyStoreUsage.java | 53 import java.security.Signature; 110 * Text field in the UI that holds the signature. 186 final String signature = mCipherText.getText().toString(); 189 new VerifyTask().execute(alias, data, signature); 361 * Use a PrivateKey in the KeyStore to create a signature over 371 Signature s = Signature.getInstance("SHA256withRSA"); 374 byte[] signature = s.sign(); 376 return Base64.encodeToString(signature, Base64.DEFAULT); 422 byte[] signature; [all...] |
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
extended_authenticator.h | 89 // new |key|. The update is authorized by providing the |signature| of the 95 const std::string& signature, 129 const std::string& signature,
|
/external/chromium_org/components/nacl/browser/ |
nacl_browser.h | 117 bool QueryKnownToValidate(const std::string& signature, bool off_the_record); 118 void SetKnownToValidate(const std::string& signature, bool off_the_record);
|
/external/chromium_org/net/android/ |
keystore.cc | 93 std::vector<uint8>* signature) { 113 // Write signature to string. 114 JavaByteArrayToByteVector(env, signature_ref.obj(), signature);
|