Home
last modified time | relevance | path

Searched refs:rep_pl (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c605 } __packed * rep_pl; in ep11_query_info() local
655 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() local
911 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 …]