Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/pem/
Dpem_info.c124 static enum parse_result_t parse_key(X509_INFO *info, const uint8_t *data, in parse_key() function
186 parse_function = parse_key; in STACK_OF()
189 parse_function = parse_key; in STACK_OF()
192 parse_function = parse_key; in STACK_OF()
/external/boringssl/src/crypto/pem/
Dpem_info.c124 static enum parse_result_t parse_key(X509_INFO *info, const uint8_t *data, in parse_key() function
186 parse_function = parse_key; in STACK_OF()
189 parse_function = parse_key; in STACK_OF()
192 parse_function = parse_key; in STACK_OF()
/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()
/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()
110 parse_key = 0; in check()
133 if (parse_key) { in check()
141 if (parse_key && !(l->comment == NULL && expected->l.comment == NULL)) in check()