Searched refs:prep_head (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/s390/crypto/ |
D | zcrypt_ep11misc.c | 473 static inline void prep_head(struct pl_head *h, in prep_head() function 616 prep_head(&req_pl->head, sizeof(*req_pl), api, 38); /* get xcp info */ in ep11_query_info() 858 prep_head(&req_pl->head, req_pl_size, api, 21); /* GenerateKey */ in _ep11_genaeskey() 1019 prep_head(&req_pl->head, req_pl_size, api, (mode ? 20 : 19)); in ep11_cryptsingle() 1168 prep_head(&req_pl->head, req_pl_size, api, 34); /* UnwrapKey */ in _ep11_unwrapkey() 1338 prep_head(&req_pl->head, req_pl_size, api, 33); /* WrapKey */ in _ep11_wrapkey()
|