�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.19
Web Server : Apache
System : Linux bob 6.17.4-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.4-2 (2025-12-19T07:49Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /opt/bitninja-python-dojo/embedded/include/openssl/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //opt/bitninja-python-dojo/embedded/include/openssl/rand.h
/* crypto/rand/rand.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
 * This package is an SSL implementation written
 * by Eric Young (eay@cryptsoft.com).
 * The implementation was written so as to conform with Netscapes SSL.
 *
 * This library is free for commercial and non-commercial use as long as
 * the following conditions are aheared to.  The following conditions
 * apply to all code found in this distribution, be it the RC4, RSA,
 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
 * included with this distribution is covered by the same copyright terms
 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
 *
 * Copyright remains Eric Young's, and as such any Copyright notices in
 * the code are not to be removed.
 * If this package is used in a product, Eric Young should be given attribution
 * as the author of the parts of the library used.
 * This can be in the form of a textual message at program startup or
 * in documentation (online or textual) provided with the package.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *    "This product includes cryptographic software written by
 *     Eric Young (eay@cryptsoft.com)"
 *    The word 'cryptographic' can be left out if the rouines from the library
 *    being used are not cryptographic related :-).
 * 4. If you include any Windows specific code (or a derivative thereof) from
 *    the apps directory (application code) you must include an acknowledgement:
 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
 *
 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 * The licence and distribution terms for any publically available version or
 * derivative of this code cannot be changed.  i.e. this code cannot simply be
 * copied and put under another distribution licence
 * [including the GNU Public Licence.]
 */

#ifndef HEADER_RAND_H
# define HEADER_RAND_H

# include <stdlib.h>
# include <openssl/ossl_typ.h>
# include <openssl/e_os2.h>

# if defined(OPENSSL_SYS_WINDOWS)
#  include <windows.h>
# endif

#ifdef  __cplusplus
extern "C" {
#endif

# if defined(OPENSSL_FIPS)
#  define FIPS_RAND_SIZE_T size_t
# endif

/* Already defined in ossl_typ.h */
/* typedef struct rand_meth_st RAND_METHOD; */

struct rand_meth_st {
    void (*seed) (const void *buf, int num);
    int (*bytes) (unsigned char *buf, int num);
    void (*cleanup) (void);
    void (*add) (const void *buf, int num, double entropy);
    int (*pseudorand) (unsigned char *buf, int num);
    int (*status) (void);
};

# ifdef BN_DEBUG
extern int rand_predictable;
# endif

int RAND_set_rand_method(const RAND_METHOD *meth);
const RAND_METHOD *RAND_get_rand_method(void);
# ifndef OPENSSL_NO_ENGINE
int RAND_set_rand_engine(ENGINE *engine);
# endif
RAND_METHOD *RAND_SSLeay(void);
void RAND_cleanup(void);
int RAND_bytes(unsigned char *buf, int num);
int RAND_pseudo_bytes(unsigned char *buf, int num);
void RAND_seed(const void *buf, int num);
void RAND_add(const void *buf, int num, double entropy);
int RAND_load_file(const char *file, long max_bytes);
int RAND_write_file(const char *file);
const char *RAND_file_name(char *file, size_t num);
int RAND_status(void);
int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
int RAND_egd(const char *path);
int RAND_egd_bytes(const char *path, int bytes);
int RAND_poll(void);

# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)

void RAND_screen(void);
int RAND_event(UINT, WPARAM, LPARAM);

# endif

# ifdef OPENSSL_FIPS
void RAND_set_fips_drbg_type(int type, int flags);
int RAND_init_fips(void);
# endif

/* BEGIN ERROR CODES */
/*
 * The following lines are auto generated by the script mkerr.pl. Any changes
 * made after this point may be overwritten when the script is next run.
 */
void ERR_load_RAND_strings(void);

/* Error codes for the RAND functions. */

/* Function codes. */
# define RAND_F_RAND_GET_RAND_METHOD                      101
# define RAND_F_RAND_INIT_FIPS                            102
# define RAND_F_SSLEAY_RAND_BYTES                         100

/* Reason codes. */
# define RAND_R_DUAL_EC_DRBG_DISABLED                     104
# define RAND_R_ERROR_INITIALISING_DRBG                   102
# define RAND_R_ERROR_INSTANTIATING_DRBG                  103
# define RAND_R_NO_FIPS_RANDOM_METHOD_SET                 101
# define RAND_R_PRNG_NOT_SEEDED                           100

#ifdef  __cplusplus
}
#endif
#endif

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
February 12 2024 9:08:44
root
0755
aes.h
6.002 KB
December 13 2023 8:49:26
root
0644
asn1.h
62.028 KB
December 13 2023 8:49:26
root
0644
asn1_mac.h
23.862 KB
December 13 2023 8:49:26
root
0644
asn1t.h
33.667 KB
December 13 2023 8:49:26
root
0644
bio.h
37.834 KB
December 13 2023 8:49:26
root
0644
blowfish.h
5.226 KB
December 13 2023 8:49:26
root
0644
bn.h
42.913 KB
December 13 2023 8:49:26
root
0644
buffer.h
4.908 KB
December 13 2023 8:49:26
root
0644
camellia.h
5.435 KB
December 13 2023 8:49:26
root
0644
cast.h
4.55 KB
December 13 2023 8:49:26
root
0644
cmac.h
3.181 KB
December 13 2023 8:49:26
root
0644
cms.h
28.035 KB
December 13 2023 8:49:26
root
0644
conf.h
11.053 KB
December 13 2023 8:49:26
root
0644
conf_api.h
4.05 KB
December 13 2023 8:49:26
root
0644
crypto.h
27.019 KB
December 13 2023 8:49:26
root
0644
des.h
11.634 KB
December 13 2023 8:49:26
root
0644
des_old.h
20.982 KB
December 13 2023 8:49:26
root
0644
dh.h
16.36 KB
December 13 2023 8:49:26
root
0644
dsa.h
13.55 KB
December 13 2023 8:49:26
root
0644
dso.h
19.736 KB
December 13 2023 8:49:26
root
0644
dtls1.h
8.834 KB
December 13 2023 8:49:26
root
0644
e_os2.h
10.688 KB
December 13 2023 8:49:26
root
0644
ebcdic.h
0.602 KB
December 13 2023 8:49:26
root
0644
ec.h
55.002 KB
December 13 2023 8:49:26
root
0644
ecdh.h
5.069 KB
December 13 2023 8:49:26
root
0644
ecdsa.h
13.709 KB
December 13 2023 8:49:26
root
0644
engine.h
43.893 KB
December 13 2023 8:49:26
root
0644
err.h
16.455 KB
December 13 2023 8:49:26
root
0644
evp.h
71.658 KB
December 13 2023 8:49:26
root
0644
hmac.h
4.429 KB
December 13 2023 8:49:26
root
0644
krb5_asn.h
7.974 KB
December 13 2023 8:49:26
root
0644
kssl.h
6.692 KB
December 13 2023 8:49:26
root
0644
lhash.h
9.325 KB
December 13 2023 8:49:26
root
0644
md4.h
4.674 KB
December 13 2023 8:49:26
root
0644
md5.h
4.673 KB
December 13 2023 8:49:26
root
0644
modes.h
8.066 KB
December 13 2023 8:49:26
root
0644
obj_mac.h
171.54 KB
December 13 2023 8:49:26
root
0644
objects.h
46.449 KB
December 13 2023 8:49:26
root
0644
ocsp.h
26.511 KB
December 13 2023 8:49:26
root
0644
opensslconf.h
7.82 KB
December 13 2023 8:49:26
root
0644
opensslv.h
3.849 KB
December 13 2023 8:49:26
root
0644
ossl_typ.h
7.648 KB
December 13 2023 8:49:26
root
0644
pem.h
25.331 KB
December 13 2023 8:49:26
root
0644
pem2.h
2.795 KB
December 13 2023 8:49:26
root
0644
pkcs12.h
14.503 KB
December 13 2023 8:49:26
root
0644
pkcs7.h
20.291 KB
December 13 2023 8:49:26
root
0644
pqueue.h
3.587 KB
December 13 2023 8:49:26
root
0644
rand.h
5.637 KB
December 13 2023 8:49:26
root
0644
rc2.h
4.439 KB
December 13 2023 8:49:26
root
0644
rc4.h
3.718 KB
December 13 2023 8:49:26
root
0644
ripemd.h
4.269 KB
December 13 2023 8:49:26
root
0644
rsa.h
29.038 KB
December 13 2023 8:49:26
root
0644
safestack.h
198.147 KB
December 13 2023 8:49:26
root
0644
seed.h
5.898 KB
December 13 2023 8:49:26
root
0644
sha.h
7.743 KB
December 13 2023 8:49:26
root
0644
srp.h
5.786 KB
December 13 2023 8:49:26
root
0644
srtp.h
6.482 KB
December 13 2023 8:49:26
root
0644
ssl.h
145.642 KB
December 13 2023 8:49:26
root
0644
ssl2.h
11.767 KB
December 13 2023 8:49:26
root
0644
ssl23.h
3.7 KB
December 13 2023 8:49:26
root
0644
ssl3.h
32.501 KB
December 13 2023 8:49:26
root
0644
stack.h
4.426 KB
December 13 2023 8:49:26
root
0644
symhacks.h
27.165 KB
December 13 2023 8:49:26
root
0644
tls1.h
38.487 KB
December 13 2023 8:49:26
root
0644
ts.h
33.75 KB
December 13 2023 8:49:26
root
0644
txt_db.h
4.522 KB
December 13 2023 8:49:26
root
0644
ui.h
18.249 KB
December 13 2023 8:49:26
root
0644
ui_compat.h
3.412 KB
December 13 2023 8:49:26
root
0644
whrlpool.h
1.058 KB
December 13 2023 8:49:26
root
0644
x509.h
52.065 KB
December 13 2023 8:49:26
root
0644
x509_vfy.h
28.619 KB
December 13 2023 8:49:26
root
0644
x509v3.h
39.508 KB
December 13 2023 8:49:26
root
0644

NineSec Team - 2022