/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/ |
D | generateCertificateRequestV2.cddl | 8 CertificateType, ; The type of certificate being requested. 13 ; A tstr identifying the type of certificate. The set of supported certificate types may 14 ; be extended without requiring a version bump of the HAL. Custom certificate types may 15 ; be used, but the provisioning server may reject the request for an unknown certificate 16 ; type. The currently defined certificate types are: 54 ; certificate will need to be communicated to the verifier out of band, along with the 55 ; SignerName that is expected for the given root certificate. 70 ; A bstr containing a DER-encoded X.509 certificate (RSA, NIST P-curve, or EdDSA) 80 ; Last certificate corresponds to KeyMint's DICE key.
|
/hardware/interfaces/security/keymint/support/fuzzer/ |
D | keymint_attestation_fuzzer.cpp | 46 ASN1_OCTET_STRING* getAttestationRecord(const X509* certificate); 70 ASN1_OCTET_STRING* KeyMintAttestationFuzzer::getAttestationRecord(const X509* certificate) { in getAttestationRecord() argument 76 int32_t location = X509_get_ext_by_OBJ(certificate, oid.get(), -1 /* search from beginning */); in getAttestationRecord() 81 X509_EXTENSION* attestRecordExt = X509_get_ext(certificate, location); in getAttestationRecord()
|
/hardware/interfaces/vibrator/aidl/default/apex/ |
D | Android.bp | 16 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/keymaster/4.0/support/fuzzer/ |
D | keymaster4_attestation_fuzzer.cpp | 37 ASN1_OCTET_STRING* getAttestationRecord(const X509* certificate); 86 ASN1_OCTET_STRING* KeyMaster4AttestationFuzzer::getAttestationRecord(const X509* certificate) { in getAttestationRecord() argument 92 int location = X509_get_ext_by_OBJ(certificate, oid.get(), -1 /* search from beginning */); in getAttestationRecord() 97 X509_EXTENSION* attestRecordExt = X509_get_ext(certificate, location); in getAttestationRecord()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/apex/ |
D | Android.bp | 26 name: "com.google.emulated.camera.provider.hal.certificate", 27 certificate: "com.google.emulated.camera.provider.hal", 47 certificate: ":com.google.emulated.camera.provider.hal.certificate",
|
/hardware/interfaces/wifi/apex/ |
D | Android.bp | 29 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/audio/aidl/default/apex/com.android.hardware.audio/ |
D | Android.bp | 16 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/secure_element/aidl/default/ |
D | Android.bp | 48 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/uwb/aidl/default/ |
D | Android.bp | 59 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/apexkey/ |
D | Android.bp | 33 name: "com.android.hardware.certificate", 34 certificate: "com.android.hardware",
|
/hardware/interfaces/gatekeeper/aidl/software/ |
D | Android.bp | 61 certificate: ":com.google.cf.apex.certificate",
|
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | ProvideProvisionResponseResult.aidl | 26 byte[] certificate;
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | ProvideProvisionResponseResult.aidl | 37 byte[] certificate;
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | ProvideProvisionResponseResult.aidl | 37 byte[] certificate;
|
/hardware/interfaces/input/processor/aidl/default/ |
D | Android.bp | 71 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/tetheroffload/aidl/default/ |
D | Android.bp | 59 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/biometrics/face/aidl/default/apex/ |
D | Android.bp | 24 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/threadnetwork/aidl/default/ |
D | Android.bp | 98 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/usb/aidl/default/apex/ |
D | Android.bp | 24 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/ |
D | Android.bp | 56 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/thermal/aidl/default/ |
D | Android.bp | 62 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/power/aidl/default/apex/ |
D | Android.bp | 39 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/security/secretkeeper/default/ |
D | Android.bp | 103 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/authsecret/aidl/default/ |
D | Android.bp | 63 certificate: ":com.android.hardware.certificate",
|
/hardware/interfaces/security/rkp/ |
D | README.md | 10 it should be usable for other HALs that require certificate provisioning. 42 sign certificate requests. Instead, UDS\_pub is just the first public key in a 44 transitively derived from the UDS and joined in a certificate chain following 55 certificate requests; a single self-signed certificate signifies this phase. 87 "certificate". 95 Note, however, that the certificate chains returned from the provisioning server 151 * **Server** is the backend certificate provisioning server. It has access to 207 The following describes which certificate types may be request based on the RKP VM marker:
|