Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dsshsig.c297 char *got_namespace = NULL, *sigtype = NULL, *sig_hashalg = NULL; in sshsig_wrap_verify() local
325 (r = sshbuf_get_cstring(signature, &got_namespace, NULL)) != 0 || in sshsig_wrap_verify()
339 if (strcmp(expect_namespace, got_namespace) != 0) { in sshsig_wrap_verify()
342 expect_namespace, got_namespace); in sshsig_wrap_verify()
380 free(got_namespace); in sshsig_wrap_verify()