Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dzcrypt_ep11misc.c605 } __packed * rep_pl; in ep11_query_info() local
627 rep_pl = (struct ep11_info_rep_pl *)(((u8 *)rep) + sizeof(*rep)); in ep11_query_info()
637 rep, sizeof(*rep) + sizeof(*rep_pl) + buflen); in ep11_query_info()
652 rc = check_reply_pl((u8 *)rep_pl, __func__); in ep11_query_info()
655 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_query_info()
660 if (rep_pl->data_len > buflen) { 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
883 rep_pl = (struct keygen_rep_pl *)(((u8 *)rep) + sizeof(*rep)); in _ep11_genaeskey()
893 rep, sizeof(*rep) + sizeof(*rep_pl)); in _ep11_genaeskey()
[all …]