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

/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp481 AttestKeyResponse::~AttestKeyResponse() {
488 bool AttestKeyResponse::AllocateChain(size_t entry_count) {
509 size_t AttestKeyResponse::NonErrorSerializedSize() const {
518 uint8_t* AttestKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const {
527 bool AttestKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) {
/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h617 struct AttestKeyResponse : public KeymasterResponse { struct in namespace:keymaster
618 explicit AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { function in struct:keymaster::AttestKeyResponse
622 ~AttestKeyResponse();

Completed in 60 milliseconds