Searched refs:rep_pl (Results 1 – 1 of 1) sorted by relevance
605 } __packed * rep_pl; in ep11_query_info() local655 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_query_info()667 memcpy(buf, ((u8 *)rep_pl) + sizeof(*rep_pl), rep_pl->data_len); in ep11_query_info()822 } __packed * rep_pl; in _ep11_genaeskey() local911 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in _ep11_genaeskey()924 memcpy(keybuf, rep_pl->data, rep_pl->data_len); in _ep11_genaeskey()1073 p = ((u8 *)rep_pl) + sizeof(*rep_pl); in ep11_cryptsingle()1231 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in _ep11_unwrapkey()1244 memcpy(keybuf, rep_pl->data, rep_pl->data_len); in _ep11_unwrapkey()1391 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in _ep11_wrapkey()[all …]