Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dzcrypt_ep11misc.c1295 struct wk_req_pl { in _ep11_wrapkey() struct
1328 req_pl_size = sizeof(struct wk_req_pl) + (iv ? 16 : 0) in _ep11_wrapkey()
1335 req_pl = (struct wk_req_pl *)(((u8 *)req) + sizeof(*req)); in _ep11_wrapkey()