Searched defs:special (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dpkcs11dh_link.c746 int special = 0; local
781 special = *r.base;
784 special = uint16_fromregion(&r);
786 switch (special) {
810 * special, but it might not be. If it's 0 and the prime is not
811 * special, we have a problem.
821 if (special != 0) {
H A Dopenssldh_link.c433 int special = 0; local
463 special = *r.base;
466 special = uint16_fromregion(&r);
468 switch (special) {
489 * special, but it might not be. If it's 0 and the prime is not
490 * special, we have a problem.
501 if (special != 0) {
/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-keygen.c286 int hide = 1, special = 0, quiet = 0; local
339 special = 1;
367 if (special != 0 && keyclass != key_dh) {
493 if (special && bits == 0)
495 else if (special &&
498 fprintf(stderr, "When using the special prime (-S) "
617 if (special != 0) {
722 if (keyclass == key_dsa || (keyclass == key_dh && !special)) {
/bind-9.11.3/lib/isccfg/
H A Dparser.c370 cfg_parse_special(cfg_parser_t *pctx, int special) { argument
377 pctx->token.value.as_char == special)
380 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special);

Completed in 25 milliseconds