Searched refs:auth_length (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/ripd/
H A Drip.h79 u_int8_t auth_length; member in struct:md5_auth
H A Dauth.c142 if (a->auth_length != MD5_DIGEST_LENGTH + AUTH_TRLR_HDR_LEN) {
221 a.auth_length = MD5_DIGEST_LENGTH + AUTH_TRLR_HDR_LEN;
/openbsd-current/sbin/iked/
H A Dprint.c214 for (i = 0; i < pol->pol_auth.auth_length; i++)
H A Dikev2_msg.c1024 if (!auth->auth_length) {
1029 auth->auth_length, &psk)) == -1) {
1099 if (!auth->auth_length) {
1104 auth->auth_length, &psk)) == -1) {
H A Dparse.y1051 $$.auth_length = 0;
1062 $$.auth_length = 0;
1083 $$.auth_length = 0;
1098 $$.auth_length = 0;
1199 $$.auth_length = strlen($1);
2173 auth->auth_length = len / 2;
2175 for (i = 0; i < auth->auth_length; i++)
H A Diked.h221 uint8_t auth_length; /* zero if EAP */ member in struct:iked_auth
H A Dikev2.c891 ikeauth.auth_length = ibuf_size(sa->sa_eapmsk);

Completed in 197 milliseconds