Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_ep11misc.c806 struct crypt_req_pl { in ep11_cryptsingle() struct
841 req_pl_size = sizeof(struct crypt_req_pl) + (iv ? 16 : 0) in ep11_cryptsingle()
846 req_pl = (struct crypt_req_pl *)(((u8 *)req) + sizeof(*req)); in ep11_cryptsingle()