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

  /src/external/mpl/bind/dist/lib/dns/
acl.c 522 * insecure.
558 * Return true iff the acl 'a' is considered insecure, that is,
568 bool insecure; local
579 insecure = insecure_prefix_found;
581 if (insecure) {
589 /* A negated match can never be insecure. */
616 /* No insecure elements were found. */
acl.c 522 * insecure.
558 * Return true iff the acl 'a' is considered insecure, that is,
568 bool insecure; local
579 insecure = insecure_prefix_found;
581 if (insecure) {
589 /* A negated match can never be insecure. */
616 /* No insecure elements were found. */
acl.c 522 * insecure.
558 * Return true iff the acl 'a' is considered insecure, that is,
568 bool insecure; local
579 insecure = insecure_prefix_found;
581 if (insecure) {
589 /* A negated match can never be insecure. */
616 /* No insecure elements were found. */
validator.c 209 * indicating that they did not validate, but could be cached as insecure.
297 * are going to treat the message as insecure and just assume the DS was at
309 * to treat the message as insecure.
411 "secure DS; refusing insecure-delegation proof");
532 * The proof claims an insecure delegation. Reject it if the NSEC3
541 "secure DS; refusing insecure-delegation proof");
773 * means we're insecure.
916 bool insecure = false; local
921 insecure = is_insecure_referral(
927 if (insecure) {
    [all...]
validator.c 209 * indicating that they did not validate, but could be cached as insecure.
297 * are going to treat the message as insecure and just assume the DS was at
309 * to treat the message as insecure.
411 "secure DS; refusing insecure-delegation proof");
532 * The proof claims an insecure delegation. Reject it if the NSEC3
541 "secure DS; refusing insecure-delegation proof");
773 * means we're insecure.
916 bool insecure = false; local
921 insecure = is_insecure_referral(
927 if (insecure) {
    [all...]
validator.c 209 * indicating that they did not validate, but could be cached as insecure.
297 * are going to treat the message as insecure and just assume the DS was at
309 * to treat the message as insecure.
411 "secure DS; refusing insecure-delegation proof");
532 * The proof claims an insecure delegation. Reject it if the NSEC3
541 "secure DS; refusing insecure-delegation proof");
773 * means we're insecure.
916 bool insecure = false; local
921 insecure = is_insecure_referral(
927 if (insecure) {
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c 500 * insecure.
536 * Return true iff the acl 'a' is considered insecure, that is,
546 bool insecure; local
558 insecure = insecure_prefix_found;
560 if (insecure) {
568 /* A negated match can never be insecure. */
595 /* No insecure elements were found. */
acl.c 500 * insecure.
536 * Return true iff the acl 'a' is considered insecure, that is,
546 bool insecure; local
558 insecure = insecure_prefix_found;
560 if (insecure) {
568 /* A negated match can never be insecure. */
595 /* No insecure elements were found. */
acl.c 500 * insecure.
536 * Return true iff the acl 'a' is considered insecure, that is,
546 bool insecure; local
558 insecure = insecure_prefix_found;
560 if (insecure) {
568 /* A negated match can never be insecure. */
595 /* No insecure elements were found. */
  /src/usr.sbin/rpcbind/
rpcbind.c 103 int insecure = 0; variable
910 insecure = 1;
rpcbind.c 103 int insecure = 0; variable
910 insecure = 1;
rpcbind.c 103 int insecure = 0; variable
910 insecure = 1;
  /src/usr.sbin/ypbind/
ypbind.c 123 static int insecure; variable
465 /* don't support insecure servers by default */
466 if (!insecure && ntohs(addr->sin_port) >= IPPORT_RESERVED) {
1628 "Usage: %s [-broadcast] [-insecure] [-ypset] [-ypsetme]%s\n",
1654 if (!strcmp("-insecure", *argv)) {
1655 insecure = 1;
ypbind.c 123 static int insecure; variable
465 /* don't support insecure servers by default */
466 if (!insecure && ntohs(addr->sin_port) >= IPPORT_RESERVED) {
1628 "Usage: %s [-broadcast] [-insecure] [-ypset] [-ypsetme]%s\n",
1654 if (!strcmp("-insecure", *argv)) {
1655 insecure = 1;
ypbind.c 123 static int insecure; variable
465 /* don't support insecure servers by default */
466 if (!insecure && ntohs(addr->sin_port) >= IPPORT_RESERVED) {
1628 "Usage: %s [-broadcast] [-insecure] [-ypset] [-ypsetme]%s\n",
1654 if (!strcmp("-insecure", *argv)) {
1655 insecure = 1;
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 157 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__omapi_protocol_object
166 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__anon24450
omapip_p.h 157 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__omapi_protocol_object
166 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__anon24450
omapip_p.h 157 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__omapi_protocol_object
166 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__anon24450
  /src/external/bsd/unbound/dist/daemon/
remote.c 2735 int* insecure, int* prime, int* tls)
2746 if(*args == 'i' && insecure)
2747 *insecure = 1;
2784 int insecure = 0, tls = 0; local
2788 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL, &tls))
2794 if(insecure && worker->env.anchors) {
2820 int insecure = 0; local
2823 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL, NULL))
2827 if(insecure && worker->env.anchors)
2841 int insecure = 0, prime = 0, tls = 0 local
2897 int insecure = 0; local
3342 int insecure; local
3372 int insecure; local
    [all...]
remote.c 2735 int* insecure, int* prime, int* tls)
2746 if(*args == 'i' && insecure)
2747 *insecure = 1;
2784 int insecure = 0, tls = 0; local
2788 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL, &tls))
2794 if(insecure && worker->env.anchors) {
2820 int insecure = 0; local
2823 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL, NULL))
2827 if(insecure && worker->env.anchors)
2841 int insecure = 0, prime = 0, tls = 0 local
2897 int insecure = 0; local
3342 int insecure; local
3372 int insecure; local
    [all...]
remote.c 2735 int* insecure, int* prime, int* tls)
2746 if(*args == 'i' && insecure)
2747 *insecure = 1;
2784 int insecure = 0, tls = 0; local
2788 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL, &tls))
2794 if(insecure && worker->env.anchors) {
2820 int insecure = 0; local
2823 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL, NULL))
2827 if(insecure && worker->env.anchors)
2841 int insecure = 0, prime = 0, tls = 0 local
2897 int insecure = 0; local
3342 int insecure; local
3372 int insecure; local
    [all...]

Completed in 135 milliseconds