HomeSort by: relevance | last modified time | path
    Searched defs:ncerts (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-add.c 447 struct sshkey **certs, size_t ncerts)
453 ncerts = 0;
463 cert_only, certs, ncerts)) == 0) {
837 size_t n, ndest_constraints = 0, ncerts = 0; local
998 certs = xrecallocarray(certs, ncerts, ncerts + 1,
1001 certs[ncerts++] = k;
1003 debug2_f("loaded %zu certificates", ncerts);
1007 certs, ncerts) == -1)
1009 for (n = 0; n < ncerts; n++
    [all...]
ssh-add.c 447 struct sshkey **certs, size_t ncerts)
453 ncerts = 0;
463 cert_only, certs, ncerts)) == 0) {
837 size_t n, ndest_constraints = 0, ncerts = 0; local
998 certs = xrecallocarray(certs, ncerts, ncerts + 1,
1001 certs[ncerts++] = k;
1003 debug2_f("loaded %zu certificates", ncerts);
1007 certs, ncerts) == -1)
1009 for (n = 0; n < ncerts; n++
    [all...]
ssh-agent.c 1184 struct sshkey ***certs, size_t *ncerts)
1237 if (certs == NULL || ncerts == NULL || cert_onlyp == NULL) {
1254 if (*ncerts >= AGENT_MAX_EXT_CERTS) {
1259 *certs = xrecallocarray(*certs, *ncerts, *ncerts + 1,
1265 (*certs)[(*ncerts)++] = k;
1284 int *cert_onlyp, size_t *ncerts, struct sshkey ***certs)
1320 cert_onlyp, certs, ncerts)) != 0)
1555 size_t j, ndest_constraints = 0, ncerts = 0; local
1567 &ncerts, &certs) != 0)
    [all...]
ssh-agent.c 1184 struct sshkey ***certs, size_t *ncerts)
1237 if (certs == NULL || ncerts == NULL || cert_onlyp == NULL) {
1254 if (*ncerts >= AGENT_MAX_EXT_CERTS) {
1259 *certs = xrecallocarray(*certs, *ncerts, *ncerts + 1,
1265 (*certs)[(*ncerts)++] = k;
1284 int *cert_onlyp, size_t *ncerts, struct sshkey ***certs)
1320 cert_onlyp, certs, ncerts)) != 0)
1555 size_t j, ndest_constraints = 0, ncerts = 0; local
1567 &ncerts, &certs) != 0)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 902 int ncerts = 0, ncrls = 0, expect = -1; local
1059 ncerts += ok;
1089 if (ncerts > 0)
apps.c 902 int ncerts = 0, ncrls = 0, expect = -1; local
1059 ncerts += ok;
1089 if (ncerts > 0)
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 873 int ncerts = 0; local
1026 ncerts += ok;
1059 } else if ((pcert != NULL || pcerts != NULL) && ncerts == 0) {
apps.c 873 int ncerts = 0; local
1026 ncerts += ok;
1059 } else if ((pcert != NULL || pcerts != NULL) && ncerts == 0) {

Completed in 56 milliseconds