Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_ccamisc.c183 struct CPRBX **preqCPRB, in alloc_and_prep_cprbmem()
184 struct CPRBX **prepCPRB) in alloc_and_prep_cprbmem()
187 size_t cprbplusparamblen = sizeof(struct CPRBX) + paramblen; in alloc_and_prep_cprbmem()
188 struct CPRBX *preqcblk, *prepcblk; in alloc_and_prep_cprbmem()
198 preqcblk = (struct CPRBX *) cprbmem; in alloc_and_prep_cprbmem()
199 prepcblk = (struct CPRBX *) (cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()
202 preqcblk->cprb_len = sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
208 ((u8 *) preqcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
210 ((u8 *) prepcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
229 memzero_explicit(mem, 2 * (sizeof(struct CPRBX) + paramblen)); in free_cprbmem()
[all …]
Dzcrypt_msgtype6.h124 struct CPRBX cprbx; in rng_type6CPRB_msgX()
139 static struct CPRBX local_cprbx = { in rng_type6CPRB_msgX()
Dzcrypt_msgtype6.c127 static const struct CPRBX static_cprbx = {
265 struct CPRBX cprbx; in ICAMEX_msg_to_type6MEX_msgX()
335 struct CPRBX cprbx; in ICACRT_msg_to_type6CRT_msgX()
402 struct CPRBX cprbx; in XCRB_msg_to_type6CPRB_msgX()
590 struct CPRBX cprbx;
768 struct CPRBX cprbx; in convert_type86_rng()
1287 struct CPRBX cprbx; in zcrypt_msgtype6_rng()
Dzcrypt_cex2c.c76 struct CPRBX cprbx; in zcrypt_cex2c_rng_supported()
80 struct CPRBX cprbx; in zcrypt_cex2c_rng_supported()
/Linux-v5.4/arch/s390/include/uapi/asm/
Dzcrypt.h85 struct CPRBX { struct