Home | History | Annotate | Download | only in rand

Lines Matching defs:in

11  * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
97 * for passing in sharing options being disabled by our /STANDARD=ANSI89 */
103 /* #define RFILE ".rnd" - defined in ../../e_os.h */
106 * Entropy devices and EGD sockets are handled in rand_unix.c */
118 FILE *in;
125 * initialized in the call to stat(). We need to clear the entire
137 in=vms_fopen(file,"rb",VMS_OPEN_ATTRS);
139 in=fopen(file,"rb");
141 if (in == NULL) goto err;
150 setvbuf(in, NULL, _IONBF, 0); /* don't do buffered reads */
160 i=fread(buf,1,n,in);
175 fclose(in);
223 * resulted in an RMS race condition in rename() which could
229 * the delete and rename code, this can result in ascending file
234 * whether or not you NEED a persistent rand file in a concurrent