Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/crypto/
Dzcrypt_ep11misc.c1264 struct wk_req_pl { in _ep11_wrapkey() struct
1297 req_pl_size = sizeof(struct wk_req_pl) + (iv ? 16 : 0) in _ep11_wrapkey()
1304 req_pl = (struct wk_req_pl *)(((u8 *)req) + sizeof(*req)); in _ep11_wrapkey()