Lines Matching defs:certs
1178 struct sshkey ***certs, size_t *ncerts)
1228 "associated-certs-v00@openssh.com") == 0) {
1229 if (certs == NULL || ncerts == NULL || cert_onlyp == NULL) {
1234 if (*certs != NULL) {
1249 *certs = xrecallocarray(*certs, *ncerts, *ncerts + 1,
1250 sizeof(**certs));
1255 (*certs)[(*ncerts)++] = k;
1274 int *cert_onlyp, size_t *ncerts, struct sshkey ***certs)
1330 cert_onlyp, certs, ncerts)) != 0)
1566 struct sshkey **certs = NULL;
1577 &ncerts, &certs) != 0) {
1608 if (!sshkey_is_cert(certs[j]))
1610 if (!sshkey_equal_public(keys[i], certs[j]))
1612 if (pkcs11_make_cert(keys[i], certs[j], &k) != 0)
1638 sshkey_free(certs[j]);
1639 free(certs);