Lines Matching refs:CPRBX

221 				  struct CPRBX **p_req_cprb,  in alloc_and_prep_cprbmem()
222 struct CPRBX **p_rep_cprb) in alloc_and_prep_cprbmem()
225 size_t cprbplusparamblen = sizeof(struct CPRBX) + paramblen; in alloc_and_prep_cprbmem()
226 struct CPRBX *preqcblk, *prepcblk; in alloc_and_prep_cprbmem()
236 preqcblk = (struct CPRBX *)cprbmem; in alloc_and_prep_cprbmem()
237 prepcblk = (struct CPRBX *)(cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()
240 preqcblk->cprb_len = sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
246 ((u8 __user *)preqcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
248 ((u8 __user *)prepcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
267 memzero_explicit(mem, 2 * (sizeof(struct CPRBX) + paramblen)); in free_cprbmem()
276 struct CPRBX *preqcblk, in prep_xcrb()
277 struct CPRBX *prepcblk) in prep_xcrb()
298 struct CPRBX *preqcblk, *prepcblk; in cca_genseckey()
400 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_genseckey()
440 struct CPRBX *preqcblk, *prepcblk; in cca_clr2seckey()
538 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_clr2seckey()
580 struct CPRBX *preqcblk, *prepcblk; in cca_sec2protkey()
674 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_sec2protkey()
744 struct CPRBX *preqcblk, *prepcblk; in cca_gencipherkey()
893 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_gencipherkey()
945 struct CPRBX *preqcblk, *prepcblk; in _ip_cprb_helper()
1059 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in _ip_cprb_helper()
1174 struct CPRBX *preqcblk, *prepcblk; in cca_cipher2protkey()
1279 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_cipher2protkey()
1339 struct CPRBX *preqcblk, *prepcblk; in cca_ecc2protkey()
1442 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_ecc2protkey()
1489 struct CPRBX *preqcblk, *prepcblk; in cca_query_crypto_facility()
1547 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_query_crypto_facility()