deimos.openssl.rand

Undocumented in source.

Public Imports

deimos.openssl.ossl_typ
public import deimos.openssl.ossl_typ;
Undocumented in source.
deimos.openssl.e_os2
public import deimos.openssl.e_os2;
Undocumented in source.

Members

Aliases

FIPS_RAND_SIZE_T
alias FIPS_RAND_SIZE_T = size_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ERR_load_RAND_strings
void ERR_load_RAND_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_SSLeay
RAND_METHOD* RAND_SSLeay()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_add
void RAND_add(const(void)* buf, int num, double entropy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_bytes
int RAND_bytes(ubyte* buf, int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_cleanup
void RAND_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_egd
int RAND_egd(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_egd_bytes
int RAND_egd_bytes(const(char)* path, int bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_event
int RAND_event(UINT , WPARAM , LPARAM )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_event
int RAND_event(UINT , WPARAM , LPARAM )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_file_name
const(char)* RAND_file_name(char* file, size_t num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_get_rand_method
const(RAND_METHOD)* RAND_get_rand_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_init_fips
int RAND_init_fips(void )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_load_file
int RAND_load_file(const(char)* file, c_long max_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_poll
int RAND_poll()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_pseudo_bytes
int RAND_pseudo_bytes(ubyte* buf, int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_query_egd_bytes
int RAND_query_egd_bytes(const(char)* path, ubyte* buf, int bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_screen
void RAND_screen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_screen
void RAND_screen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_seed
void RAND_seed(const(void)* buf, int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_set_fips_drbg_type
void RAND_set_fips_drbg_type(int type, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_set_rand_engine
int RAND_set_rand_engine(ENGINE* engine)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_set_rand_method
int RAND_set_rand_method(const(RAND_METHOD)* meth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_status
int RAND_status()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_write_file
int RAND_write_file(const(char)* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

RAND_F_RAND_GET_RAND_METHOD
enum RAND_F_RAND_GET_RAND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_F_RAND_INIT_FIPS
enum RAND_F_RAND_INIT_FIPS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_F_SSLEAY_RAND_BYTES
enum RAND_F_SSLEAY_RAND_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_R_DUAL_EC_DRBG_DISABLED
enum RAND_R_DUAL_EC_DRBG_DISABLED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_R_ERROR_INITIALISING_DRBG
enum RAND_R_ERROR_INITIALISING_DRBG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_R_ERROR_INSTANTIATING_DRBG
enum RAND_R_ERROR_INSTANTIATING_DRBG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_R_NO_FIPS_RANDOM_METHOD_SET
enum RAND_R_NO_FIPS_RANDOM_METHOD_SET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_R_PRNG_NOT_SEEDED
enum RAND_R_PRNG_NOT_SEEDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

rand_meth_st
struct rand_meth_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

rand_predictable
int rand_predictable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta