Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c489 } __packed * rep_pl; in ep11_query_info() local
511 rep_pl = (struct ep11_info_rep_pl *) (((u8 *) rep) + sizeof(*rep)); in ep11_query_info()
521 rep, sizeof(*rep) + sizeof(*rep_pl) + buflen); in ep11_query_info()
531 rc = check_reply_pl((u8 *)rep_pl, __func__); in ep11_query_info()
534 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_query_info()
539 if (rep_pl->data_len > buflen) { in ep11_query_info()
546 memcpy(buf, ((u8 *) rep_pl) + sizeof(*rep_pl), rep_pl in ep11_query_info()
701 } __packed * rep_pl; ep11_genaeskey() local
829 } __packed * rep_pl; ep11_cryptsingle() local
966 } __packed * rep_pl; ep11_unwrapkey() local
1097 } __packed * rep_pl; ep11_wrapkey() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c593 } __packed * rep_pl; in ep11_query_info() local
615 rep_pl = (struct ep11_info_rep_pl *)(((u8 *)rep) + sizeof(*rep)); in ep11_query_info()
625 rep, sizeof(*rep) + sizeof(*rep_pl) + buflen); in ep11_query_info()
635 rc = check_reply_pl((u8 *)rep_pl, __func__); in ep11_query_info()
638 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_query_info()
643 if (rep_pl->data_len > buflen) { in ep11_query_info()
650 memcpy(buf, ((u8 *)rep_pl) + sizeof(*rep_pl), rep_pl in ep11_query_info()
805 } __packed * rep_pl; _ep11_genaeskey() local
979 } __packed * rep_pl; ep11_cryptsingle() local
1116 } __packed * rep_pl; _ep11_unwrapkey() local
1288 } __packed * rep_pl; _ep11_wrapkey() local
[all...]

Completed in 4 milliseconds