HomeSort by relevance Sort by last modified time
    Searched defs:AttestKeyResponse (Results 1 - 2 of 2) sorted by null

  /system/keymaster/android_keymaster/
android_keymaster_messages.cpp 481 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/
android_keymaster_messages.h 617 struct AttestKeyResponse : public KeymasterResponse {
618 explicit AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {
622 ~AttestKeyResponse();
    [all...]

Completed in 514 milliseconds