Searched refs:critical (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/crypto/openssl/crypto/ts/
H A Dts_lib.c101 int i, critical, n; local
111 critical = X509_EXTENSION_get_critical(ex);
112 BIO_printf(bio, ": %s\n", critical ? "critical" : "");
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dx_exten.c67 ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
H A Dx_crl.c127 * for unhandled critical CRL entry extensions.
176 /* Check for critical CRL entry extensions */
182 if (ext->critical > 0) {
247 * See if we have any unhandled critical CRL extensions and indicate
249 * critical sets the flag. This code accesses the X509_CRL structure
262 if (ext->critical > 0) {
/freebsd-11.0-release/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh83 sensor0 { critical-min = $(( $1 - $2 )); }
88 sensor0 { critical-min = $1; }
147 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then
162 evt=$( check_powerd_event ${cnt} "critical-under")
191 if [ $( get_sensor_key critical-min ) -ne $(( $3 - $4 )) ] ; then
205 evt=$( check_powerd_event ${cnt} "critical-under")
232 get_sensor_info | grep -q critical-min &&
235 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then
250 evt=$( check_powerd_event ${cnt} "critical-under")
259 if [ $( get_sensor_key critical
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dx509_v3.c120 if (((ex->critical > 0) && crit) || ((ex->critical <= 0) && !crit))
247 ex->critical = (crit) ? 0xFF : -1;
281 if (ex->critical > 0)
H A Dx509.h198 ASN1_BOOLEAN critical; member in struct:X509_extension_st
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3conf.c120 if (ext->critical)
121 printf(",critical:\n");
/freebsd-11.0-release/gnu/lib/libgomp/
H A DMakefile12 SRCS= alloc.c barrier.c critical.c env.c \
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dprint.c237 * Dont Care, SHOULD critical, SHOULD NOT critical, MUST critical,
238 * MUST NOT critical
251 if (!e->critical)
256 if (e->critical)
261 if (!e->critical)
266 if (e->critical)
689 if (!e->critical)
959 if (t->extensions->val[i].critical)
[all...]
H A Dca.c924 ext.critical = malloc(sizeof(*ext.critical));
925 if (ext.critical == NULL) {
930 *ext.critical = TRUE;
H A Drevoke.c807 if (crl->crl.tbsCertList.crlExtensions->val[j].critical) {
834 if (crl->crl.tbsCertList.revokedCertificates->val[j].crlEntryExtensions->val[k].critical)
/freebsd-11.0-release/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c449 k1->cert->critical = sshbuf_new();
450 ASSERT_PTR_NE(k1->cert->critical, NULL);
453 put_opt(k1->cert->critical, "force-command", "/usr/bin/true");
454 put_opt(k1->cert->critical, "source-address", "127.0.0.1");
/freebsd-11.0-release/contrib/gcclibs/libgomp/
H A DMakefile.am32 libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \
H A DMakefile.in83 am_libgomp_la_OBJECTS = alloc.lo barrier.lo critical.lo env.lo \
277 libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/critical.Plo@am__quote@
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc293 // Ok to use internal_memset, these places are not performance-critical.
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-isakmp.c136 uint8_t critical; /* bit 7 - critical, rest is RESERVED */ member in struct:isakmp_gen
1841 ikev2_pay_print(netdissect_options *ndo, const char *payname, int critical) argument
1843 ND_PRINT((ndo,"%s%s:", payname, critical&0x80 ? "[C]" : ""));
1854 ikev2_pay_print(ndo, NPSTR(tpay), e.critical);
1886 ikev2_pay_print(ndo, NPSTR(ISAKMP_NPTYPE_T), t.h.critical);
1959 ikev2_pay_print(ndo, NPSTR(ISAKMP_NPTYPE_P), prop.h.critical);
1994 ikev2_pay_print(ndo, "sa", e.critical);
2023 ikev2_pay_print(ndo, NPSTR(tpay), ke.h.critical);
2053 ikev2_pay_print(ndo, NPSTR(tpay), id.h.critical);
[all...]
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A DIBswcountlimits.pm60 # non-critical counters
206 foreach $count (keys %IBswcountlimits::critical) {
/freebsd-11.0-release/crypto/openssh/
H A Dsshkey.h93 struct sshbuf *critical; member in struct:sshkey_cert
H A Dauth-options.c565 error("Certificate critical option \"%s\" "
597 * Set options from critical certificate options. These supersede user key
612 if (parse_option_list(k->cert->critical, pw,
H A Dsshkey.c424 sshbuf_free(cert->critical);
443 (cert->critical = sshbuf_new()) == NULL ||
1718 (ret = sshbuf_putb(to->critical, from->critical)) != 0 ||
1900 * Stash a copies of the critical options and extensions sections
1903 if ((ret = sshbuf_putb(key->cert->critical, crit)) != 0 ||
1909 * Validate critical options and extensions sections format.
1914 sshbuf_reset(key->cert->critical);
2452 (ret = sshbuf_put_stringb(cert, k->cert->critical)) != 0 ||
H A Dssh-keygen.c1636 prepare_options_buf(public->cert->critical, OPTIONS_CRITICAL);
1899 if (sshbuf_len(key->cert->critical) == 0)
1903 show_options(key->cert->critical, 1);
H A Dsshconnect.c720 if (buffer_len(host_key->cert->critical) != 0) {
722 "critical options(s)", host);
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc193 // globals which this critical section addresses.
398 // Now's the time to create the critical section. This is the first time
560 // error handler). We must ensure that the critical section is properly
/freebsd-11.0-release/sys/conf/
H A Dkern.mk198 # but critical for these newer versions.
/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-live.c1224 coalesce_cost (int frequency, bool hot, bool critical) argument
1233 /* Inserting copy on critical edge costs more
1235 if (critical)

Completed in 153 milliseconds

12