Lines Matching refs:namespace
56 const char *namespace) in check_sig() argument
68 ASSERT_INT_EQ(sshsig_verifyb(rawsig, msg, namespace, in check_sig()
82 char *namespace; in tests() local
95 namespace = sshbuf_dup_string(msg); in tests()
96 ASSERT_PTR_NE(namespace, NULL); in tests()
103 check_sig("rsa.pub", "rsa.sig", msg, namespace); in tests()
108 check_sig("dsa.pub", "dsa.sig", msg, namespace); in tests()
114 check_sig("ecdsa.pub", "ecdsa.sig", msg, namespace); in tests()
120 check_sig("ed25519.pub", "ed25519.sig", msg, namespace); in tests()
126 check_sig("ecdsa_sk.pub", "ecdsa_sk.sig", msg, namespace); in tests()
131 check_sig("ed25519_sk.pub", "ed25519_sk.sig", msg, namespace); in tests()
137 msg, namespace); in tests()
143 free(namespace); in tests()