Searched refs:safe (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Drd_safe.c39 KRB_SAFE *safe)
49 c = safe->cksum;
50 safe->cksum.cksumtype = 0;
51 safe->cksum.checksum.data = NULL;
52 safe->cksum.checksum.length = 0;
54 ASN1_MALLOC_ENCODE(KRB_SAFE, buf, buf_size, safe, &len, ret);
78 safe->cksum = c;
91 KRB_SAFE safe; local
105 /* if these fields are not present in the safe-part, silently
110 ret = decode_KRB_SAFE (inbuf->data, inbuf->length, &safe,
37 verify_checksum(krb5_context context, krb5_auth_context auth_context, KRB_SAFE *safe) argument
[all...]
/freebsd-11-stable/sys/modules/safe/
H A DMakefile26 # $FreeBSD: stable/11/sys/modules/safe/Makefile 319182 2017-05-30 04:11:12Z ngie $
29 .PATH: ${SRCTOP}/sys/dev/safe
30 KMOD = safe
31 SRCS = safe.c opt_safe.h
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_pack.c92 unsigned char *safe, *p; local
98 if (!(safe = OPENSSL_malloc(safelen))) {
102 p = safe;
108 *buf = safe;
109 return safe;
/freebsd-11-stable/crypto/openssl/apps/
H A Dprime.c66 int safe = 0; local
88 else if (!strcmp(*argv, "-safe"))
89 safe = 1;
126 BN_generate_prime_ex(bn, bits, safe, NULL, NULL, NULL);
160 BIO_printf(bio_err, "%-14s safe prime\n", "-safe");
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_depr.c70 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, argument
85 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
H A Dbn_prime.c163 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, argument
185 if (safe) {
198 if (!safe) {
206 * for "safe prime" generation, check that (p-1)/2 is prime. Since a
227 /* We have a safe prime test pass */
/freebsd-11-stable/tools/tools/atsectl/
H A Datsectl.c124 uint32_t safe; local
143 safe = block[ALTERA_ETHERNET_OPTION_BITS_OFF + 0] << 24;
144 safe |= block[ALTERA_ETHERNET_OPTION_BITS_OFF + 1] << 16;
145 safe |= block[ALTERA_ETHERNET_OPTION_BITS_OFF + 2] << 8;
146 safe |= block[ALTERA_ETHERNET_OPTION_BITS_OFF + 3];
155 (safe != le32toh(0x00005afe)) ?
237 /* Write the "safe" out, just to be sure. */
/freebsd-11-stable/contrib/one-true-awk/
H A Dmain.c58 int safe = 0; /* 1 => "safe" mode */ variable
94 if (strcmp(argv[1], "-safe") == 0)
95 safe = 1;
174 if (!safe)
H A Dawkgram.y242 if (safe) SYNTAX("cmd | getline is unsafe");
245 if (safe) SYNTAX("cmd | getline is unsafe");
296 if (safe) SYNTAX("print | is unsafe");
299 if (safe) SYNTAX("print >> is unsafe");
302 if (safe) SYNTAX("print > is unsafe");
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mbq.c131 static void __mbq_purge(struct mbq *q, int safe) argument
136 m = safe ? mbq_safe_dequeue(q) : mbq_dequeue(q);
/freebsd-11-stable/lib/libclang_rt/
H A DMakefile.inc29 CFLAGS+= -fno-sanitize=safe-stack
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am1013 $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
1020 $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
1024 $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
1028 struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1032 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1037 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1042 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
1049 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1055 $(INCDIR)/safe-ctype.h dwarf2dbg.h $(BFDDIR)/libbfd.h \
1062 $(INCDIR)/safe
[all...]
H A DMakefile.in775 $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
783 $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
788 $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
793 struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
798 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
804 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
810 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
818 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
825 $(INCDIR)/safe-ctype.h dwarf2dbg.h $(BFDDIR)/libbfd.h \
833 $(INCDIR)/safe
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile27 safe-ctype.c \
/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile19 partition.c pex-unix.c physmem.c safe-ctype.c splay-tree.c xexit.c \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc14 // This file is extremely careful to only do signal-safe things while in a
96 /// Signal-safe removal of files.
97 /// Inserting and erasing from the list isn't signal-safe, but removal of files
98 /// themselves is signal-safe. Memory is freed when the head is freed, deletion
99 /// is therefore not signal-safe either.
105 // Not signal-safe.
109 // Not signal-safe.
117 // Not signal-safe.
130 // Not signal-safe.
153 // Signal-safe
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c862 bool safe;
867 safe = p != 0x09C7; /* Use 09CB instead of 09C7 09BE. */
869 safe = p != 0x0B47; /* Use 0B4B instead of 0B47 0B3E. */
871 safe = p != 0x0BC6 && p != 0x0BC7; /* Use 0BCA/0BCB instead. */
873 safe = p != 0x0CC6; /* Use 0CCA instead of 0CC6 0CC2. */
875 safe = p != 0x0D46 && p != 0x0D47; /* Use 0D4A/0D4B instead. */
884 safe = p < 0x1100 || p > 0x1112;
886 safe = (p < 0xAC00 || p > 0xD7A3 || (p - 0xAC00) % 28 != 0);
891 safe = true;
893 if (!safe
861 bool safe; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfnmatch.c48 #include <safe-ctype.h>
H A Dsafe-ctype.c29 It is defined by @file{safe-ctype.h}, and will be an integer constant
59 These twelve macros are defined by @file{safe-ctype.h}. Each has the
101 These six macros are defined by @file{safe-ctype.h} and provide
119 #include <safe-ctype.h>
123 #error "<safe-ctype.h> requires EOF == -1"
H A DMakefile.in151 safe-ctype.c setenv.c sigsetmask.c snprintf.c sort.c spaces.c \
177 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o \
220 $(INCDIR)/safe-ctype.h \
490 $(INCDIR)/safe-ctype.h
504 $(INCDIR)/safe-ctype.h
524 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
604 $(INCDIR)/safe-ctype.h
645 $(INCDIR)/safe-ctype.h
711 $(INCDIR)/safe-ctype.h
731 $(INCDIR)/safe
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfnmatch.c48 #include <safe-ctype.h>
H A Dsafe-ctype.c29 It is defined by @file{safe-ctype.h}, and will be an integer constant
59 These twelve macros are defined by @file{safe-ctype.h}. Each has the
101 These six macros are defined by @file{safe-ctype.h} and provide
119 #include <safe-ctype.h>
123 #error "<safe-ctype.h> requires EOF == -1"
H A DMakefile.in151 safe-ctype.c setenv.c sigsetmask.c snprintf.c sort.c spaces.c \
177 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o \
220 $(INCDIR)/safe-ctype.h \
507 $(INCDIR)/safe-ctype.h
521 $(INCDIR)/safe-ctype.h
541 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
621 $(INCDIR)/safe-ctype.h
655 $(INCDIR)/safe-ctype.h
669 $(INCDIR)/safe-ctype.h
735 $(INCDIR)/safe
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.am487 $(INCDIR)/safe-ctype.h bucomm.h
501 $(INCDIR)/dyn-string.h bucomm.h dlltool.h $(INCDIR)/safe-ctype.h
528 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h $(BFDDIR)/libnlm.h \
551 bucomm.h dwarf.h $(INCDIR)/safe-ctype.h $(INCDIR)/dis-asm.h \
562 $(INCDIR)/safe-ctype.h windres.h $(INCDIR)/ansidecl.h \
610 $(INCDIR)/safe-ctype.h windres.h winduni.h windint.h
627 $(INCDIR)/safe-ctype.h $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
633 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h bucomm.h
636 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
645 $(INCDIR)/ansidecl.h $(INCDIR)/safe
[all...]
/freebsd-11-stable/release/tools/
H A Dgce.conf47 kern.timecounter.hardware=ACPI-safe

Completed in 191 milliseconds

1234