Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dgoogle_keymaster_messages.h43 struct KeymasterResponse : public Serializable { struct
55 struct SupportedAlgorithmsResponse : public KeymasterResponse { argument
67 template <typename T> struct SupportedResponse : public KeymasterResponse {
118 struct GenerateKeyResponse : public KeymasterResponse {
152 struct GetKeyCharacteristicsResponse : public KeymasterResponse {
179 struct BeginOperationResponse : public KeymasterResponse {
196 struct UpdateOperationResponse : public KeymasterResponse {
213 struct FinishOperationResponse : public KeymasterResponse {
245 struct ImportKeyResponse : public KeymasterResponse {
281 struct ExportKeyResponse : public KeymasterResponse {
[all …]
/system/keymaster/
Dgoogle_keymaster_messages.cpp22 size_t KeymasterResponse::SerializedSize() const { in SerializedSize()
29 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()
36 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
Dgoogle_keymaster_messages_test.cpp55 class EmptyKeymasterResponse : public KeymasterResponse {