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

/freebsd-11-stable/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c57 int parse_key = (ctx->flags & HKF_WANT_PARSE_KEY) != 0; local
80 expected_status = (parse_key || expected->no_parse_status < 0) ?
90 expected_keytype = (parse_key || expected->no_parse_keytype < 0) ?
94 if (parse_key && (expected->l.keytype == KEY_RSA1 ||
98 parse_key = 0;
106 parse_key = 0;
131 if (parse_key) {
139 if (parse_key && !(l->comment == NULL && expected->l.comment == NULL))

Completed in 121 milliseconds