Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/freebsd-9-stable/crypto/heimdal/lib/krb5/
Drd_safe.c41 KRB_SAFE *safe) in verify_checksum() argument
51 c = safe->cksum; in verify_checksum()
52 safe->cksum.cksumtype = 0; in verify_checksum()
53 safe->cksum.checksum.data = NULL; in verify_checksum()
54 safe->cksum.checksum.length = 0; in verify_checksum()
56 ASN1_MALLOC_ENCODE(KRB_SAFE, buf, buf_size, safe, &len, ret); in verify_checksum()
80 safe->cksum = c; in verify_checksum()
93 KRB_SAFE safe; in krb5_rd_safe() local
106 ret = decode_KRB_SAFE (inbuf->data, inbuf->length, &safe, &len); in krb5_rd_safe()
109 if (safe.pvno != 5) { in krb5_rd_safe()
[all …]
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dasn_pack.c91 unsigned char *safe, *p; in ASN1_seq_pack() local
97 if (!(safe = OPENSSL_malloc(safelen))) { in ASN1_seq_pack()
101 p = safe; in ASN1_seq_pack()
107 *buf = safe; in ASN1_seq_pack()
108 return safe; in ASN1_seq_pack()
/freebsd-9-stable/sys/modules/safe/
DMakefile29 .PATH: ${.CURDIR}/../../dev/safe
30 KMOD = safe
31 SRCS = safe.c opt_safe.h
/freebsd-9-stable/contrib/binutils/gas/
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-ctype.h dwarf2dbg.h $(INCDIR)/opcode/cr16.h \
[all …]
/freebsd-9-stable/contrib/bind9/lib/isc/
DMakefile.in63 safe.@O@ serial.@O@ sha1.@O@ sha2.@O@ sockaddr.@O@ stats.@O@ \
80 safe.c serial.c sha1.c sha2.c sockaddr.c stats.c string.c \
96 safe.@O@: safe.c
98 -c ${srcdir}/safe.c
/freebsd-9-stable/contrib/one-true-awk/
Dmain.c58 int safe = 0; /* 1 => "safe" mode */ variable
95 safe = 1; in main()
174 if (!safe) in main()
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-9-stable/crypto/openssl/crypto/bn/
Dbn_depr.c70 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument
85 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb)) in BN_generate_prime()
Dbn_prime.c163 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex() argument
185 if (safe) { in BN_generate_prime_ex()
198 if (!safe) { in BN_generate_prime_ex()
/freebsd-9-stable/lib/libc/rpc/
DREADME35 interfaces of UI Threads to make certain interfaces thread-safe. These
78 2. The RPC library is thread safe for all client-side interfaces
80 (svc_create, svc_run, etc.) are not thread safe in this release. The
81 server-side interfaces will be made thread safe in the next release of
83 interfaces are thread safe.
85 3. As part of the work to make the RPC library thread-safe, rpcgen has
86 been enhanced to generate thread-safe RPC stubs (the -M option). Note
/freebsd-9-stable/contrib/binutils/libiberty/
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-ctype.h
[all …]
/freebsd-9-stable/contrib/binutils/binutils/
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-ctype.h $(INCDIR)/obstack.h \
[all …]
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dcharset.c861 bool safe; in ucn_valid_in_identifier() local
866 safe = p != 0x09C7; /* Use 09CB instead of 09C7 09BE. */ in ucn_valid_in_identifier()
868 safe = p != 0x0B47; /* Use 0B4B instead of 0B47 0B3E. */ in ucn_valid_in_identifier()
870 safe = p != 0x0BC6 && p != 0x0BC7; /* Use 0BCA/0BCB instead. */ in ucn_valid_in_identifier()
872 safe = p != 0x0CC6; /* Use 0CCA instead of 0CC6 0CC2. */ in ucn_valid_in_identifier()
874 safe = p != 0x0D46 && p != 0x0D47; /* Use 0D4A/0D4B instead. */ in ucn_valid_in_identifier()
883 safe = p < 0x1100 || p > 0x1112; in ucn_valid_in_identifier()
885 safe = (p < 0xAC00 || p > 0xD7A3 || (p - 0xAC00) % 28 != 0); in ucn_valid_in_identifier()
890 safe = true; in ucn_valid_in_identifier()
892 if (!safe && c < 0x1161) in ucn_valid_in_identifier()
[all …]
/freebsd-9-stable/sys/dev/netmap/
Dnetmap_mbq.c128 static void __mbq_purge(struct mbq *q, int safe) in __mbq_purge() argument
133 m = safe ? mbq_safe_dequeue(q) : mbq_dequeue(q); in __mbq_purge()
/freebsd-9-stable/contrib/gcclibs/libiberty/
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-ctype.h
[all …]
/freebsd-9-stable/crypto/heimdal/cf/
Dpthreads.m48 [if you want thread safe libraries]),
62 [Define if you want have a thread safe libraries])
/freebsd-9-stable/contrib/bind9/bin/named/
Dlog.c71 ns_log_init(isc_boolean_t safe) { in ns_log_init() argument
95 if (safe) in ns_log_init()
/freebsd-9-stable/crypto/openssl/doc/crypto/
DBN_generate_prime.pod11 BIGNUM *BN_generate_prime(BIGNUM *ret, int num, int safe, BIGNUM *add,
54 If B<safe> is true, it will be a safe prime (i.e. a prime p so
DDH_generate_parameters.pod23 B<prime_len> is the length in bits of the safe prime to be generated.
33 a safe prime, and that B<g> is a suitable generator. In the case of an
/freebsd-9-stable/contrib/binutils/opcodes/
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-ctype.h
[all …]
DMakefile.in1214 $(INCDIR)/opcode/arm.h opintl.h $(INCDIR)/safe-ctype.h \
1226 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
1237 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
1282 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1299 fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
1310 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1327 frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
1356 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h i386-opc.h \
1381 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
1392 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
[all …]
/freebsd-9-stable/contrib/ofed/libsdp/
DNEWS3 major cleanup, verbosity logging and thread safe code
/freebsd-9-stable/crypto/heimdal/tests/kdc/
Duuserver.txt3 safe packet: hej
/freebsd-9-stable/crypto/openssh/
Dmoduli.014 are prime and are safe for use in Diffie-Hellman operations by sshd(8).
32 testing with ssh-keygen(1) produces safe prime moduli
/freebsd-9-stable/contrib/bind9/lib/export/isc/
DMakefile.in75 rwlock.@O@ safe.@O@ serial.@O@ sha1.@O@ sha2.@O@ \
100 safe.c serial.c sha1.c sha2.c sockaddr.c \

12345678910>>...14