Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Ddrbg.h117 unsigned char *Vbuf; member
/linux/crypto/
H A Ddrbg.c1244 kfree_sensitive(drbg->Vbuf); in drbg_dealloc_state()
1245 drbg->Vbuf = NULL; in drbg_dealloc_state()
1296 drbg->Vbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1297 if (!drbg->Vbuf) { in drbg_alloc_state()
1301 drbg->V = PTR_ALIGN(drbg->Vbuf, ret + 1); in drbg_alloc_state()