Searched refs:pd_client_uid (Results 1 – 4 of 4) sorted by relevance
39 memcpy(scbk, pd->sc.pd_client_uid, 8); in osdp_compute_scbk()252 pd->sc.pd_client_uid[0] = BYTE_0(pd->id.vendor_code); in osdp_sc_setup()253 pd->sc.pd_client_uid[1] = BYTE_1(pd->id.vendor_code); in osdp_sc_setup()254 pd->sc.pd_client_uid[2] = BYTE_0(pd->id.model); in osdp_sc_setup()255 pd->sc.pd_client_uid[3] = BYTE_1(pd->id.version); in osdp_sc_setup()256 pd->sc.pd_client_uid[4] = BYTE_0(pd->id.serial_number); in osdp_sc_setup()257 pd->sc.pd_client_uid[5] = BYTE_1(pd->id.serial_number); in osdp_sc_setup()258 pd->sc.pd_client_uid[6] = BYTE_2(pd->id.serial_number); in osdp_sc_setup()259 pd->sc.pd_client_uid[7] = BYTE_3(pd->id.serial_number); in osdp_sc_setup()
438 uint8_t pd_client_uid[8]; member
745 memcpy(buf + len, pd->sc.pd_client_uid, 8); in pd_build_reply()
521 memcpy(pd->sc.pd_client_uid, buf + pos, 8); in cp_decode_response()