Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c1087 struct uw_rep_pl { in _ep11_unwrapkey() struct
1154 rep = alloc_cprbmem(sizeof(struct uw_rep_pl), xflags); in _ep11_unwrapkey()
1157 rep_pl = (struct uw_rep_pl *)(((u8 *)rep) + sizeof(*rep)); in _ep11_unwrapkey()
1200 free_cprbmem(rep, sizeof(struct uw_rep_pl), true, xflags); in _ep11_unwrapkey()