Searched defs:rpmb_state (Results 1 – 3 of 3) sorted by relevance
46 struct rpmb_state { struct47 struct rpmb_key key;48 void* mmc_handle;49 uint32_t write_counter;50 bool first_write_complete;51 bool verify_failed;
101 struct rpmb_state* rpmb_state; member
45 static struct rpmb_dev_state rpmb_state = { variable