Searched refs:rpmb_dprint_buf (Results 1 – 1 of 1) sorted by relevance
/trusty/user/app/storage/ |
D | rpmb.c | 62 static void rpmb_dprint_buf(const char* prefix, in rpmb_dprint_buf() function 85 rpmb_dprint_buf(prefix, u16.byte, sizeof(u16.byte)); in rpmb_dprint_u16() 89 rpmb_dprint_buf(prefix, u32.byte, sizeof(u32.byte)); in rpmb_dprint_u32() 97 rpmb_dprint_buf(prefix, key.byte, sizeof(key.byte)); in rpmb_dprint_key() 99 rpmb_dprint_buf(expected_prefix, expected_key.byte, in rpmb_dprint_key() 229 rpmb_dprint_buf(" nonce ", res.nonce.byte, sizeof(res.nonce.byte)); in rpmb_program_key() 261 rpmb_dprint_buf(" nonce ", res.nonce.byte, sizeof(res.nonce.byte)); in rpmb_read_counter() 339 rpmb_dprint_buf(" data ", res[i].data, sizeof(res[i].data)); in rpmb_read_data() 340 rpmb_dprint_buf(" nonce ", res[i].nonce.byte, in rpmb_read_data() 452 rpmb_dprint_buf(" data ", cmd[i].data, sizeof(cmd[i].data)); in rpmb_write_data() [all …]
|