Home
last modified time | relevance | path

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

/openbsd/src/regress/usr.bin/ssh/unittests/hostkeys/
Dtest_iterate.c52 int parse_key = (ctx->flags & HKF_WANT_PARSE_KEY) != 0; in check() local
75 expected_status = (parse_key || expected->no_parse_status < 0) ? in check()
85 expected_keytype = (parse_key || expected->no_parse_keytype < 0) ? in check()
97 parse_key = 0; in check()
120 if (parse_key) { in check()
128 if (parse_key && !(l->comment == NULL && expected->l.comment == NULL)) in check()
/openbsd/src/lib/libkeynote/
Dheader.h31 extern void parse_key(char *);
Dkeynote-ver.l258 parse_key(char *buf)
Dkeynote-verify.c140 parse_key(buf); in keynote_verify()
/openbsd/src/sbin/ipsecctl/
Dpfkdump.c669 parse_key(struct sadb_ext *ext, struct ipsec_key *ikey) in parse_key() function
773 parse_key(extensions[SADB_EXT_KEY_AUTH], &authkey); in pfkey_print_sa()
780 parse_key(extensions[SADB_EXT_KEY_ENCRYPT], &enckey); in pfkey_print_sa()
855 parse_key(extensions[SADB_EXT_KEY_AUTH], &authkey); in pfkey_print_sa()