Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c1085 struct uw_req_pl { in _ep11_unwrapkey() struct
1135 req_pl_size = sizeof(struct uw_req_pl) + (iv ? 16 : 0) in _ep11_unwrapkey()
1141 req_pl = (struct uw_req_pl *)(((u8 *)req) + sizeof(*req)); in _ep11_unwrapkey()