Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/
H A Ddrbg.h120 unsigned char *Cbuf; member
/OK3568_Linux_fs/kernel/crypto/
H A Ddrbg.c1237 kfree_sensitive(drbg->Cbuf); in drbg_dealloc_state()
1238 drbg->Cbuf = NULL; in drbg_dealloc_state()
1292 drbg->Cbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1293 if (!drbg->Cbuf) { in drbg_alloc_state()
1297 drbg->C = PTR_ALIGN(drbg->Cbuf, ret + 1); in drbg_alloc_state()