Searched defs:GenerateKeyResponse (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/
H A Dgoogle_keymaster_messages.cpp62 GenerateKeyResponse::~GenerateKeyResponse() {
66 size_t GenerateKeyResponse::NonErrorSerializedSize() const {
71 uint8_t* GenerateKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const {
77 bool GenerateKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) {
/system/keymaster/include/keymaster/
H A Dgoogle_keymaster_messages.h118 struct GenerateKeyResponse : public KeymasterResponse { struct in namespace:keymaster
119 GenerateKeyResponse() { function in struct:keymaster::GenerateKeyResponse
124 ~GenerateKeyResponse();

Completed in 58 milliseconds