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

1234

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Drd_safe.c41 KRB_SAFE *safe)
51 c = safe->cksum;
52 safe->cksum.cksumtype = 0;
53 safe->cksum.checksum.data = NULL;
54 safe->cksum.checksum.length = 0;
56 ASN1_MALLOC_ENCODE(KRB_SAFE, buf, buf_size, safe, &len, ret);
80 safe->cksum = c;
93 KRB_SAFE safe; local
106 ret = decode_KRB_SAFE (inbuf->data, inbuf->length, &safe, &len);
109 if (safe
39 verify_checksum(krb5_context context, krb5_auth_context auth_context, KRB_SAFE *safe) argument
[all...]
/freebsd-9.3-release/sys/modules/safe/
H A DMakefile29 .PATH: ${.CURDIR}/../../dev/safe
30 KMOD = safe
31 SRCS = safe.c opt_safe.h
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsafe.c23 #include <isc/safe.h>
H A Dhmacmd5.c31 #include <isc/safe.h>
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn_pack.c91 unsigned char *safe, *p; local
97 if (!(safe = OPENSSL_malloc(safelen))) {
101 p = safe;
107 *buf = safe;
108 return safe;
/freebsd-9.3-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-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlog.h59 ns_log_init(isc_boolean_t safe);
65 * If 'safe' is true, use a default configuration that refrains
/freebsd-9.3-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-9.3-release/contrib/bind9/bin/named/
H A Dlog.c71 ns_log_init(isc_boolean_t safe) { argument
95 if (safe)
/freebsd-9.3-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-9.3-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-9.3-release/gnu/usr.bin/binutils/libiberty/
H A DMakefile27 safe-ctype.c \
/freebsd-9.3-release/gnu/usr.bin/cc/libiberty/
H A DMakefile17 partition.c pex-unix.c physmem.c safe-ctype.c splay-tree.c xexit.c \
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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...]

Completed in 177 milliseconds

1234