Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A Ddrbg.h120 unsigned char *Cbuf; member
/linux-6.3-rc2/crypto/
A Ddrbg.c1262 kfree_sensitive(drbg->Cbuf); in drbg_dealloc_state()
1263 drbg->Cbuf = NULL; in drbg_dealloc_state()
1317 drbg->Cbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1318 if (!drbg->Cbuf) { in drbg_alloc_state()
1322 drbg->C = PTR_ALIGN(drbg->Cbuf, ret + 1); in drbg_alloc_state()

Completed in 9 milliseconds