Lines Matching refs:CPRBX
238 struct CPRBX **p_req_cprb, in alloc_and_prep_cprbmem()
239 struct CPRBX **p_rep_cprb, in alloc_and_prep_cprbmem()
243 size_t cprbplusparamblen = sizeof(struct CPRBX) + paramblen; in alloc_and_prep_cprbmem()
245 struct CPRBX *preqcblk, *prepcblk; in alloc_and_prep_cprbmem()
261 preqcblk = (struct CPRBX *)cprbmem; in alloc_and_prep_cprbmem()
262 prepcblk = (struct CPRBX *)(cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()
265 preqcblk->cprb_len = sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
271 ((u8 __user *)preqcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
273 ((u8 __user *)prepcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
292 memzero_explicit(mem, 2 * (sizeof(struct CPRBX) + paramblen)); in free_cprbmem()
305 struct CPRBX *preqcblk, in prep_xcrb()
306 struct CPRBX *prepcblk) in prep_xcrb()
327 struct CPRBX *preqcblk, *prepcblk; in cca_genseckey()
430 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_genseckey()
470 struct CPRBX *preqcblk, *prepcblk; in cca_clr2seckey()
569 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_clr2seckey()
611 struct CPRBX *preqcblk, *prepcblk; in cca_sec2protkey()
706 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_sec2protkey()
776 struct CPRBX *preqcblk, *prepcblk; in cca_gencipherkey()
926 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_gencipherkey()
979 struct CPRBX *preqcblk, *prepcblk; in _ip_cprb_helper()
1094 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in _ip_cprb_helper()
1218 struct CPRBX *preqcblk, *prepcblk; in cca_cipher2protkey()
1324 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_cipher2protkey()
1384 struct CPRBX *preqcblk, *prepcblk; in cca_ecc2protkey()
1488 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_ecc2protkey()
1536 struct CPRBX *preqcblk, *prepcblk; in cca_query_crypto_facility()
1595 ptr = ((u8 *)prepcblk) + sizeof(struct CPRBX); in cca_query_crypto_facility()