Home
last modified time | relevance | path

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

/netbsd/lib/libutil/
H A Dpasswd.c652 char grpkey[LINE_MAX]; in pw_getpwconf() local
662 (void)snprintf(grpkey, sizeof(grpkey), ":%s", in pw_getpwconf()
664 pw_getconf(data, max, grpkey, option); in pw_getpwconf()
/netbsd/external/bsd/ntp/dist/sntp/
H A Dnetworking.h82 const BIGNUM *grpkey; /* identity challenge key (GQ) */ member
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_crypto.h170 BIGNUM *grpkey; /* GQ group key */
H A Dntp.h324 const BIGNUM *grpkey; /* identity challenge key (GQ) */ member
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c2738 if (peer->grpkey == NULL) { in crypto_gq()
2742 BN_mod_exp(v, peer->grpkey, peer->iffval, n, bctx); in crypto_gq()
3392 peer->grpkey = yp->grpkey; in cert_hike()
3565 ret->grpkey = BN_bin2bn(&data->data[2], in cert_parse()
3649 if (cinf->grpkey != NULL) in cert_free()
3650 BN_free(cinf->grpkey); in cert_free()
/netbsd/external/bsd/ntp/dist/util/
H A Dntp-keygen.c328 char *grpkey = NULL; /* identity extension */ in main() local
650 grpkey = BN_bn2hex(q); in main()
835 x509(pkey_sign, ectx, grpkey, exten, certname); in main()