Home | History | Annotate | Download | only in racoon

Lines Matching full:vrand

2736 	vchar_t *vrand;
2738 vrand = eay_set_random(sizeof(result));
2739 memcpy(&result, vrand->v, sizeof(result));
2740 vfree(vrand);