Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/crypto/
Dzcrypt_ep11misc.c584 } __packed * req_pl; in ep11_query_info() local
603 req_pl = (struct ep11_info_req_pl *)(((u8 *)req) + sizeof(*req)); in ep11_query_info()
604 prep_head(&req_pl->head, sizeof(*req_pl), api, 38); /* get xcp info */ in ep11_query_info()
605 req_pl->query_type_tag = 0x04; in ep11_query_info()
606 req_pl->query_type_len = sizeof(u32); in ep11_query_info()
607 req_pl->query_type = query_type; in ep11_query_info()
608 req_pl->query_subtype_tag = 0x04; in ep11_query_info()
609 req_pl->query_subtype_len = sizeof(u32); in ep11_query_info()
624 req, sizeof(*req) + sizeof(*req_pl), in ep11_query_info()
795 } __packed * req_pl; in _ep11_genaeskey() local
[all …]