Home
last modified time | relevance | path

Searched refs:Signature (Results 1 – 25 of 240) sorted by relevance

12345678910

/system/security/keystore/
DSignature.cpp26 status_t Signature::writeToParcel(Parcel* parcel) const { in writeToParcel()
30 status_t Signature::readFromParcel(const Parcel* parcel) { in readFromParcel()
34 Signature::Signature(std::vector<uint8_t> signature_data) : sig_data_(std::move(signature_data)) {} in Signature() function in android::content::pm::Signature
/system/security/keystore/include/keystore/
DSignature.h26 class Signature : public Parcelable {
28 Signature() = default;
30 explicit Signature(std::vector<uint8_t> signature_data);
DKeyAttestationPackageInfo.h34 typedef SharedNullableIterator<const content::pm::Signature, std::vector>
36 typedef std::vector<std::unique_ptr<content::pm::Signature>>
/system/security/keystore/tests/
Daaid_truncation_test.cpp75 using ::android::content::pm::Signature;
114 signatures.push_back(std::make_unique<Signature>(dummy_sig_data)); in TEST()
134 signatures.push_back(std::make_unique<Signature>(dummy_sig_data)); in TEST()
/system/ca-certificates/files/
D7a7c655d.018 Signature Algorithm: ecdsa-with-SHA256
39 Digital Signature, Certificate Sign, CRL Sign
42 Signature Algorithm: ecdsa-with-SHA256
Dd41b5e2a.019 Signature Algorithm: ecdsa-with-SHA384
42 Digital Signature, Certificate Sign, CRL Sign
45 Signature Algorithm: ecdsa-with-SHA384
Dc491639e.021 Signature Algorithm: ecdsa-with-SHA384
44 Digital Signature, Certificate Sign, CRL Sign
47 Signature Algorithm: ecdsa-with-SHA384
D88950faa.021 Signature Algorithm: ecdsa-with-SHA256
49 Digital Signature, Certificate Sign, CRL Sign
50 Signature Algorithm: ecdsa-with-SHA256
/system/tools/xsdc/tests/resources/simple_type/api/
Dremoved.txt1 // Signature format: 2.0
/system/tools/xsdc/tests/resources/nested_type/api/
Dremoved.txt1 // Signature format: 2.0
/system/apex/apexd/sysprop/api/
Dtest-removed.txt1 // Signature format: 2.0
Dcurrent.txt1 // Signature format: 2.0
Dtest-current.txt1 // Signature format: 2.0
Dsystem-removed.txt1 // Signature format: 2.0
Dremoved.txt1 // Signature format: 2.0
Dsystem-current.txt1 // Signature format: 2.0
/system/tools/xsdc/tests/resources/purchase_simple/api/
Dremoved.txt1 // Signature format: 2.0
/system/tools/xsdc/tests/resources/reference/api/
Dremoved.txt1 // Signature format: 2.0
/system/libvintf/xsd/halManifest/api/
Dremoved.txt1 // Signature format: 2.0
/system/tools/xsdc/tests/resources/predefined_types/api/
Dremoved.txt1 // Signature format: 2.0
/system/libvintf/xsd/compatibilityMatrix/api/
Dremoved.txt1 // Signature format: 2.0
/system/tools/xsdc/tests/resources/simple_complex_content/api/
Dremoved.txt1 // Signature format: 2.0
/system/tools/aidl/
Daidl_apicheck.cpp65 new_methods.emplace(m->Signature(), m.get()); in are_compatible_interfaces()
69 const auto found = new_methods.find(old_m->Signature()); in are_compatible_interfaces()
72 << old_m->Signature(); in are_compatible_interfaces()
84 << older.GetCanonicalName() << "." << old_m->Signature(); in are_compatible_interfaces()
90 << old_m->Signature() << " is changed from " << old_m->GetId() << " to " in are_compatible_interfaces()
/system/ca-certificates/google/files/
Dc491639e.021 Signature Algorithm: ecdsa-with-SHA384
43 Digital Signature, Certificate Sign, CRL Sign
46 Signature Algorithm: ecdsa-with-SHA384
Ded39abd0.021 Signature Algorithm: ecdsa-with-SHA384
43 Digital Signature, Certificate Sign, CRL Sign
46 Signature Algorithm: ecdsa-with-SHA384

12345678910