Home
last modified time | relevance | path

Searched refs:Cbuf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Ddrbg.h120 unsigned char *Cbuf; member
/kernel/linux/linux-6.6/include/crypto/
H A Ddrbg.h120 unsigned char *Cbuf; member
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c1236 kfree_sensitive(drbg->Cbuf); in drbg_dealloc_state()
1237 drbg->Cbuf = NULL; in drbg_dealloc_state()
1291 drbg->Cbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1292 if (!drbg->Cbuf) { in drbg_alloc_state()
1296 drbg->C = PTR_ALIGN(drbg->Cbuf, ret + 1); in drbg_alloc_state()
/kernel/linux/linux-6.6/crypto/
H 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 7 milliseconds