Home
last modified time | relevance | path

Searched refs:Cbuf (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/crypto/
Ddrbg.h114 unsigned char *Cbuf; member
/Linux-v4.19/crypto/
Ddrbg.c1137 kzfree(drbg->Cbuf); in drbg_dealloc_state()
1138 drbg->Cbuf = NULL; in drbg_dealloc_state()
1187 drbg->Cbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1188 if (!drbg->Cbuf) { in drbg_alloc_state()
1192 drbg->C = PTR_ALIGN(drbg->Cbuf, ret + 1); in drbg_alloc_state()