Home
last modified time | relevance | path

Searched refs:KeymasterResponse (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h163 struct KeymasterResponse : public KeymasterMessage { struct
164 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() function
353 struct GenerateKeyResponse : public KeymasterResponse {
411 struct GenerateCsrResponse : public KeymasterResponse {
577 struct ImportKeyResponse : public KeymasterResponse {
616 struct ExportKeyResponse : public KeymasterResponse {
667 struct GetVersionResponse : public KeymasterResponse {
702 struct AttestKeyResponse : public KeymasterResponse {
729 struct UpgradeKeyResponse : public KeymasterResponse {
1033 struct GetVersion2Response : public KeymasterResponse {
[all …]
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/ipc/
H A Dtrusty_keymaster_ipc.h36 keymaster::KeymasterResponse* rsp);
/aosp12/system/core/trusty/keymaster/set_attestation_key/
H A Dset_attestation_key.cpp90 struct KeymasterNoResponse : public keymaster::KeymasterResponse {
92 : keymaster::KeymasterResponse(ver) {} in KeymasterNoResponse()
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/legacy/
H A Dtrusty_keymaster_device.h88 KeymasterResponse* response);
/aosp12/system/core/trusty/keymaster/ipc/
H A Dtrusty_keymaster_ipc.cpp213 keymaster::KeymasterResponse* rsp) { in trusty_keymaster_send()
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp102 KeymasterResponse* rsp) { in ForwardCommand()
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp162 size_t KeymasterResponse::SerializedSize() const { in SerializedSize()
169 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()
175 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()