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

1234

/freebsd-10.1-release/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-10.1-release/sys/modules/safe/
H A DMakefile29 .PATH: ${.CURDIR}/../../dev/safe
30 KMOD = safe
31 SRCS = safe.c opt_safe.h
/freebsd-10.1-release/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-10.1-release/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);
/freebsd-10.1-release/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-10.1-release/sys/dev/netmap/
H A Dnetmap_mbq.c128 static void __mbq_purge(struct mbq *q, int safe) argument
133 m = safe ? mbq_safe_dequeue(q) : mbq_dequeue(q);
/freebsd-10.1-release/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-10.1-release/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");
H A Dawk.h46 extern int safe; /* 0 => unsafe, 1 => safe */
/freebsd-10.1-release/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...]
/freebsd-10.1-release/gnu/usr.bin/binutils/libiberty/
H A DMakefile27 safe-ctype.c \
/freebsd-10.1-release/gnu/usr.bin/cc/libiberty/
H A DMakefile19 partition.c pex-unix.c physmem.c safe-ctype.c splay-tree.c xexit.c \
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/binutils/opcodes/
H A DMakefile.am667 $(INCDIR)/opcode/arm.h opintl.h $(INCDIR)/safe-ctype.h \
679 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
690 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
735 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
752 fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
763 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
780 frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
809 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h i386-opc.h \
834 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
845 $(INCDIR)/ansidecl.h $(INCDIR)/safe
[all...]
/freebsd-10.1-release/share/mk/
H A Dsys.mk283 # XXX not -j safe
296 # XXX not -j safe
314 # XXX not -j safe
/freebsd-10.1-release/sys/amd64/conf/
H A DNOTES467 device safe # SafeNet 1141
468 options SAFE_DEBUG # enable debugging support: hw.safe.debug

Completed in 276 milliseconds

1234