Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_ep11misc.c1072 struct wk_req_pl { in ep11_wrapkey() struct
1115 req_pl_size = sizeof(struct wk_req_pl) + (iv ? 16 : 0) in ep11_wrapkey()
1122 req_pl = (struct wk_req_pl *)(((u8 *)req) + sizeof(*req)); in ep11_wrapkey()