Home | History | Annotate | Download | only in racoon

Lines Matching full:ive

363  * initialize iv(A), ive(A).                     initialize iv(A), ive(A).
364 * encode by ive(A).
365 * save to iv(B). ---[packet(B)]--> save to ive(B).
368 * sync iv(B) with ive(B).
370 * encode by ive(B).
371 * save to ive(C). <--[packet(C)]--- save to iv(C).
378 * initialize iv(A), ive(A). initialize iv(A), ive(A).
379 * encode by ive(A).
380 * save to iv(B). ---[packet(B)]--> save to ive(B).
383 * sync iv(B) with ive(B).
394 * The reason why the responder synchronizes iv with ive after checking the
405 vchar_t *ive; /* for encoding packet */