Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/
Ddrbg.h117 unsigned char *Vbuf; member
/Linux-v6.6/crypto/
Ddrbg.c1259 kfree_sensitive(drbg->Vbuf); in drbg_dealloc_state()
1260 drbg->Vbuf = NULL; in drbg_dealloc_state()
1311 drbg->Vbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1312 if (!drbg->Vbuf) { in drbg_alloc_state()
1316 drbg->V = PTR_ALIGN(drbg->Vbuf, ret + 1); in drbg_alloc_state()