Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pem/
Dpem_info.c125 static enum parse_result_t parse_key(X509_INFO *info, const uint8_t *data, in parse_key() function
187 parse_function = parse_key; in STACK_OF()
190 parse_function = parse_key; in STACK_OF()
193 parse_function = parse_key; in STACK_OF()
/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c57 int parse_key = (ctx->flags & HKF_WANT_PARSE_KEY) != 0; in check() local
80 expected_status = (parse_key || expected->no_parse_status < 0) ? in check()
90 expected_keytype = (parse_key || expected->no_parse_keytype < 0) ? in check()
94 if (parse_key && (expected->l.keytype == KEY_RSA1 || in check()
98 parse_key = 0; in check()
106 parse_key = 0; in check()
131 if (parse_key) { in check()
139 if (parse_key && !(l->comment == NULL && expected->l.comment == NULL)) in check()
/external/ltp/testcases/kernel/input/
Dinput06.c166 static int parse_key(struct input_event *iev) in parse_key() function
217 ret = parse_key(iev); in check_events()