Searched refs:prep_head (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 478 static inline void prep_head(struct pl_head *h, in prep_head() function 604 prep_head(&req_pl->head, sizeof(*req_pl), api, 38); /* get xcp info */ in ep11_query_info() 842 prep_head(&req_pl->head, req_pl_size, api, 21); /* GenerateKey */ in _ep11_genaeskey() 998 prep_head(&req_pl->head, req_pl_size, api, (mode ? 20 : 19)); in ep11_cryptsingle() 1142 prep_head(&req_pl->head, req_pl_size, api, 34); /* UnwrapKey */ in _ep11_unwrapkey() 1307 prep_head(&req_pl->head, req_pl_size, api, 33); /* WrapKey */ in _ep11_wrapkey()
|