Searched refs:Cbuf (Results 1 – 2 of 2) sorted by relevance
120 unsigned char *Cbuf; member
1247 kfree_sensitive(drbg->Cbuf); in drbg_dealloc_state()1248 drbg->Cbuf = NULL; in drbg_dealloc_state()1302 drbg->Cbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()1303 if (!drbg->Cbuf) { in drbg_alloc_state()1307 drbg->C = PTR_ALIGN(drbg->Cbuf, ret + 1); in drbg_alloc_state()