Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 192) sorted by relevance

12345678

/freebsd-head/crypto/openssl/util/
HDmkerr.pl302 my @reasons = sort grep( /^${lib}_/, keys %rcodes );
368 foreach my $i ( @reasons ) {
471 foreach my $i ( @reasons ) {
557 foreach my $i ( @reasons ) {
HDfind-unused-errs27 echo Function and reasons
/freebsd-head/crypto/openssl/crypto/x509/
HDv3_crld.c225 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
325 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
476 if (point->reasons) in i2r_crldp()
477 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
HDv3_purp.c316 if (dp->reasons != NULL) { in setup_dp()
317 if (dp->reasons->length > 0) in setup_dp()
318 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
319 if (dp->reasons->length > 1) in setup_dp()
320 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
HDx509_vfy.c1061 unsigned int reasons, best_reasons = 0; in get_crl_sk() local
1068 reasons = *preasons; in get_crl_sk()
1069 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); in get_crl_sk()
1089 best_reasons = reasons; in get_crl_sk()
1490 unsigned int reasons; in get_crl_delta() local
1495 reasons = ctx->current_reasons; in get_crl_delta()
1497 &issuer, &crl_score, &reasons, ctx->crls); in get_crl_delta()
1508 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl); in get_crl_delta()
1517 ctx->current_reasons = reasons; in get_crl_delta()
/freebsd-head/sys/contrib/openzfs/udev/rules.d/
HD60-zvol.rules.in7 # compatibility reasons. These are no longer created anymore, and should
/freebsd-head/crypto/openssl/doc/man7/
HDEVP_MD-SHAKE.pod65 For backwards compatibility reasons the default xoflen length for SHAKE-128 is
69 For backwards compatibility reasons the default xoflen length for SHAKE-256 is
/freebsd-head/sys/contrib/device-tree/Bindings/input/touchscreen/
HDzinitix.txt14 with a particular ts firmware for unknown reasons. Available
/freebsd-head/sys/contrib/device-tree/Bindings/mmc/
HDmmc-spi-slot.txt15 binding from mmc.txt, for historical reasons.
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDd3.c1485 u32 reasons = status->wakeup_reasons; in iwl_mvm_report_wakeup_reasons() local
1487 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mvm_report_wakeup_reasons()
1494 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mvm_report_wakeup_reasons()
1497 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mvm_report_wakeup_reasons()
1501 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mvm_report_wakeup_reasons()
1506 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mvm_report_wakeup_reasons()
1509 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mvm_report_wakeup_reasons()
1512 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mvm_report_wakeup_reasons()
1515 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mvm_report_wakeup_reasons()
1518 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_LINK_LOSS) in iwl_mvm_report_wakeup_reasons()
[all …]
/freebsd-head/sys/contrib/device-tree/Bindings/usb/
Dmediatek,mtu3.txt31 it's considered valid for compatibility reasons, not allowed for
35 it's considered valid for compatibility reasons, not allowed for
/freebsd-head/sys/contrib/device-tree/Bindings/powerpc/fsl/
HDccf.txt19 is retained for compatibility reasons, as it was already
/freebsd-head/share/examples/tests/
HDREADME16 consistency reasons and required to get the right layout under
/freebsd-head/crypto/openssl/doc/man3/
HDSSL_get_peer_signature_nid.pod36 possible reasons for failure: the cipher suite has no signature (e.g. it
HDERR_GET_LIB.pod31 libraries may use the same value to signal different reasons.
HDTS_VERIFY_CTX_set_certs.pod50 compatibility reasons, but it is deprecated in OpenSSL 3.0.0.
HDSSL_get_verify_result.pod21 of a certificate can fail because of many reasons at the same time. Only
HDX509_sign.pod39 For efficiency reasons and to work around ASN.1 encoding issues the encoding
HDOPENSSL_LH_stats.pod27 many entries are in it. For historical reasons, this function also outputs a
HDOPENSSL_config.pod44 There are several reasons why calling the OpenSSL configuration routines is
/freebsd-head/sys/contrib/device-tree/Bindings/power/supply/
Dti,bq24735.txt12 to the ACOK pin on the bq24735. Note: for backwards compatibility reasons,
/freebsd-head/sys/contrib/device-tree/Bindings/serial/
HDmvebu-uart.txt31 - For backward compatibility reasons, a single element interrupts
/freebsd-head/lib/libefivar/
HDFreeBSD-update11 for several reasons. We're moving from wide rotuines to narrow routines. The
/freebsd-head/crypto/openssl/doc/man5/
HDx509v3_config.pod316 value, and the reasons and cRLIssuer fields will be omitted.
337 =item reasons
339 A multi-value field that contains the reasons for revocation. The recognized
362 reasons = keyCompromise, CACompromise
389 A multi-value field that contains the reasons for revocation. The recognized
/freebsd-head/usr.sbin/wlanstats/
HDwlanstats.c579 static const char *reasons[] = { in setreason() local
604 if (v < nitems(reasons) && reasons[v] != NULL) in setreason()
605 snprintf(b, bs, "%s (%u)", reasons[v], v); in setreason()

12345678