Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshsig.c310 char *got_namespace = NULL, *sigtype = NULL, *sig_hashalg = NULL; in sshsig_wrap_verify() local
338 (r = sshbuf_get_cstring(signature, &got_namespace, NULL)) != 0 || in sshsig_wrap_verify()
352 if (strcmp(expect_namespace, got_namespace) != 0) { in sshsig_wrap_verify()
355 expect_namespace, got_namespace); in sshsig_wrap_verify()
393 free(got_namespace); in sshsig_wrap_verify()