Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c957 struct crypt_req_pl { in ep11_cryptsingle() struct
992 req_pl_size = sizeof(struct crypt_req_pl) + (iv ? 16 : 0) in ep11_cryptsingle()
997 req_pl = (struct crypt_req_pl *)(((u8 *)req) + sizeof(*req)); in ep11_cryptsingle()