Lines Matching refs:CPRBX

226 				  struct CPRBX **preqCPRB,  in alloc_and_prep_cprbmem()
227 struct CPRBX **prepCPRB) in alloc_and_prep_cprbmem()
230 size_t cprbplusparamblen = sizeof(struct CPRBX) + paramblen; in alloc_and_prep_cprbmem()
231 struct CPRBX *preqcblk, *prepcblk; in alloc_and_prep_cprbmem()
241 preqcblk = (struct CPRBX *) cprbmem; in alloc_and_prep_cprbmem()
242 prepcblk = (struct CPRBX *) (cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()
245 preqcblk->cprb_len = sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
251 ((u8 __user *) preqcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
253 ((u8 __user *) prepcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
272 memzero_explicit(mem, 2 * (sizeof(struct CPRBX) + paramblen)); in free_cprbmem()
281 struct CPRBX *preqcblk, in prep_xcrb()
282 struct CPRBX *prepcblk) in prep_xcrb()
303 struct CPRBX *preqcblk, *prepcblk; in cca_genseckey()
405 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in cca_genseckey()
445 struct CPRBX *preqcblk, *prepcblk; in cca_clr2seckey()
543 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in cca_clr2seckey()
585 struct CPRBX *preqcblk, *prepcblk; in cca_sec2protkey()
676 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in cca_sec2protkey()
746 struct CPRBX *preqcblk, *prepcblk; in cca_gencipherkey()
898 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in cca_gencipherkey()
950 struct CPRBX *preqcblk, *prepcblk; in _ip_cprb_helper()
1066 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in _ip_cprb_helper()
1185 struct CPRBX *preqcblk, *prepcblk; in cca_cipher2protkey()
1290 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in cca_cipher2protkey()
1351 struct CPRBX *preqcblk, *prepcblk; in cca_ecc2protkey()
1456 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in cca_ecc2protkey()
1504 struct CPRBX *preqcblk, *prepcblk; in cca_query_crypto_facility()
1562 ptr = ((u8 *) prepcblk) + sizeof(struct CPRBX); in cca_query_crypto_facility()