Home
last modified time | relevance | path

Searched refs:RAND (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/crypto/openssl/doc/crypto/
DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND method
22 information about how these RAND API functions are affected by the use of
29 true only whilst no ENGINE has been set as a default for RAND, so this function
62 default ENGINE is specified for RAND functionality using an ENGINE API function,
63 that will override any RAND defaults set using the RAND API (ie.
65 to control default implementations for use in RAND and other cryptographic
79 reverted as the ENGINE API transparently overrides RAND defaults if used,
80 otherwise RAND API functions work as before. RAND_set_rand_engine() was also
DRAND_bytes.pod36 functions return -1 if they are not supported by the current RAND
Dengine.pod460 and set it as the default for everything except RAND and then return a
/freebsd-9-stable/contrib/wpa/hostapd/
Dhostapd.sim_db2 # IMSI:Kc:SRES:RAND
6 # RAND: hex, 16 octets
/freebsd-9-stable/usr.sbin/pc-sysinstall/backend/
Dfunctions-cleanup.sh300 RAND="`jot -r 1 1 9000`"
304 VAL="freebsd-${RAND}"
306 VAL="pcbsd-${RAND}"
/freebsd-9-stable/usr.bin/ee/nls/de_DE.ISO8859-1/
Dee.msg144 134 "RAND"
145 135 "[RAND]"
/freebsd-9-stable/crypto/openssl/crypto/engine/
DREADME66 ENGINE code being linked in *and* because of that DSA, DH, and RAND also. If we
72 hooking to ENGINE works from RSA, DSA, DH, RAND, as well as adding new hooking
158 RSA, DSA, DH, and RAND all have their own ENGINE_TABLE code as well, and the
205 RSA, DSA, DH, and RAND functions that were fiddled during the original ENGINE
/freebsd-9-stable/usr.bin/calendar/calendars/
Dcalendar.computer23 02/11 Last day of JOSS service at RAND Corp., 1966
/freebsd-9-stable/contrib/groff/src/preproc/pic/
Dpic.y164 %token RAND
229 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1608 | RAND '(' any_expr ')'
1610 | RAND '(' ')'
Dlex.cpp498 { "rand", RAND }, in lookup_keyword()
/freebsd-9-stable/crypto/openssl/crypto/err/
Dopenssl.ec25 L RAND crypto/rand/rand.h crypto/rand/rand_err.c
/freebsd-9-stable/crypto/openssl/crypto/des/
DVERSION198 Changed des_locl.h so RAND is always defined.
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2536 SDValue RAND = ReassociateOps(ISD::AND, SDLoc(N), N0, N1); in visitAND() local
2537 if (RAND.getNode() != 0) in visitAND()
2538 return RAND; in visitAND()
/freebsd-9-stable/crypto/openssl/doc/
Dssleay.txt4968 the RAND library routines or state. Try to pass as much data
4974 When a program has finished with the RAND library, if it so
6447 RAND This psuedo-random number library is based on MD5 at it's core
/freebsd-9-stable/crypto/openssl/
DCHANGES3129 default_algorithms = RSA, DSA, RAND, CIPHERS, DIGESTS
3283 API changes worth noting - some RSA, DSA, DH, and RAND functions that