Home | History | Annotate | Download | only in racoon

Lines Matching full:vrand

2813 	vchar_t *vrand;
2815 vrand = eay_set_random(sizeof(result));
2816 memcpy(&result, vrand->v, sizeof(result));
2817 vfree(vrand);