Home
last modified time | relevance | path

Searched refs:certificate (Results 1 – 25 of 60) sorted by relevance

123

/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DgenerateCertificateRequestV2.cddl8 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/
Dkeymint_attestation_fuzzer.cpp46 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/
DAndroid.bp16 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_attestation_fuzzer.cpp37 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/
DAndroid.bp26 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/
DAndroid.bp29 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/audio/aidl/default/apex/com.android.hardware.audio/
DAndroid.bp16 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/secure_element/aidl/default/
DAndroid.bp48 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/uwb/aidl/default/
DAndroid.bp59 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/apexkey/
DAndroid.bp33 name: "com.android.hardware.certificate",
34 certificate: "com.android.hardware",
/hardware/interfaces/gatekeeper/aidl/software/
DAndroid.bp61 certificate: ":com.google.cf.apex.certificate",
/hardware/interfaces/drm/aidl/android/hardware/drm/
DProvideProvisionResponseResult.aidl26 byte[] certificate;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DProvideProvisionResponseResult.aidl37 byte[] certificate;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DProvideProvisionResponseResult.aidl37 byte[] certificate;
/hardware/interfaces/input/processor/aidl/default/
DAndroid.bp71 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/tetheroffload/aidl/default/
DAndroid.bp59 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/biometrics/face/aidl/default/apex/
DAndroid.bp24 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/threadnetwork/aidl/default/
DAndroid.bp98 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/usb/aidl/default/apex/
DAndroid.bp24 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
DAndroid.bp56 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/thermal/aidl/default/
DAndroid.bp62 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/power/aidl/default/apex/
DAndroid.bp39 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/security/secretkeeper/default/
DAndroid.bp103 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/authsecret/aidl/default/
DAndroid.bp63 certificate: ":com.android.hardware.certificate",
/hardware/interfaces/security/rkp/
DREADME.md10 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:

123