Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshsig.c311 char *got_namespace = NULL, *sigtype = NULL, *sig_hashalg = NULL; in sshsig_wrap_verify() local
339 (r = sshbuf_get_cstring(signature, &got_namespace, NULL)) != 0 || in sshsig_wrap_verify()
353 if (strcmp(expect_namespace, got_namespace) != 0) { in sshsig_wrap_verify()
356 expect_namespace, got_namespace); in sshsig_wrap_verify()
394 free(got_namespace); in sshsig_wrap_verify()