Searched refs:vfsize (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp_vfy.c576 int vfsize = 0; local
614 vfsize = BN_num_bytes(v) * 2;
615 if (((vf = OPENSSL_malloc(vfsize)) == NULL))
638 OPENSSL_cleanse(vf, vfsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_vfy.c576 int vfsize = 0; local
614 vfsize = BN_num_bytes(v) * 2;
615 if (((vf = OPENSSL_malloc(vfsize)) == NULL))
638 OPENSSL_cleanse(vf, vfsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.c246 int vfsize, mfsize, gfsize; local
258 vfsize = 0;
274 vfsize = ns * ainfo->vdrain_rate / 1000000;
275 vfsize = ainfo->wcvlwm - ainfo->vburst_size + vfsize;
410 if (abs(vfsize) > VFIFO_SIZE)

Completed in 38 milliseconds