Searched refs:rep_pl (Results 1 – 1 of 1) sorted by relevance
593 } __packed * rep_pl; in ep11_query_info() local638 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_query_info()650 memcpy(buf, ((u8 *)rep_pl) + sizeof(*rep_pl), rep_pl->data_len); in ep11_query_info()805 } __packed * rep_pl; in _ep11_genaeskey() local890 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in _ep11_genaeskey()903 memcpy(keybuf, rep_pl->data, rep_pl->data_len); in _ep11_genaeskey()1047 p = ((u8 *)rep_pl) + sizeof(*rep_pl); in ep11_cryptsingle()1200 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in _ep11_unwrapkey()1213 memcpy(keybuf, rep_pl->data, rep_pl->data_len); in _ep11_unwrapkey()1355 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in _ep11_wrapkey()[all …]