Home | History | Annotate | Download | only in racoon

Lines Matching refs:secret_size

2509 		+ sizeof(time_t) + lcconf->secret_size;
2538 buf2 = eay_set_random(lcconf->secret_size);
2541 memcpy(p, buf2->v, lcconf->secret_size);
2542 p += lcconf->secret_size;