Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_ep11misc.c934 struct uw_req_pl { in ep11_unwrapkey() struct
975 req_pl_size = sizeof(struct uw_req_pl) + (iv ? 16 : 0) in ep11_unwrapkey()
980 req_pl = (struct uw_req_pl *)(((u8 *)req) + sizeof(*req)); in ep11_unwrapkey()