Searched refs:prep_head (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/s390/crypto/ |
D | zcrypt_ep11misc.c | 373 static inline void prep_head(struct pl_head *h, in prep_head() function 499 prep_head(&req_pl->head, sizeof(*req_pl), api, 38); /* get xcp info */ in ep11_query_info() 726 prep_head(&req_pl->head, sizeof(*req_pl), api, 21); /* GenerateKey */ in ep11_genaeskey() 847 prep_head(&req_pl->head, req_pl_size, api, (mode ? 20 : 19)); in ep11_cryptsingle() 982 prep_head(&req_pl->head, req_pl_size, api, 34); /* UnwrapKey */ in ep11_unwrapkey() 1124 prep_head(&req_pl->head, req_pl_size, api, 33); /* WrapKey */ in ep11_wrapkey()
|