Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c138 struct cert_ext { struct
143 static struct cert_ext *cert_ext; variable
1607 cert_ext = xreallocarray(cert_ext, ncert_ext + 1, sizeof(*cert_ext)); in cert_ext_add()
1608 cert_ext[ncert_ext].key = xstrdup(key); in cert_ext_add()
1609 cert_ext[ncert_ext].val = value == NULL ? NULL : xstrdup(value); in cert_ext_add()
1610 cert_ext[ncert_ext].crit = iscrit; in cert_ext_add()
1618 const struct cert_ext *a = (const struct cert_ext *)_a; in cert_ext_cmp()
1619 const struct cert_ext *b = (const struct cert_ext *)_b; in cert_ext_cmp()
1641 const struct cert_ext *ext; in prepare_options_buf()
1647 ext = &cert_ext[i]; in prepare_options_buf()
[all …]