Home
last modified time | relevance | path

Searched defs:rand_meth_st (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Drand.h88 struct rand_meth_st { struct
89 void (*seed) (const void *buf, int num);
90 int (*bytes) (uint8_t *buf, size_t num);
91 void (*cleanup) (void);
92 void (*add) (const void *buf, int num, double entropy);
93 int (*pseudorand) (uint8_t *buf, size_t num);
94 int (*status) (void);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Drand.h88 struct rand_meth_st { struct
89 void (*seed) (const void *buf, int num);
90 int (*bytes) (uint8_t *buf, size_t num);
91 void (*cleanup) (void);
92 void (*add) (const void *buf, int num, double entropy);
93 int (*pseudorand) (uint8_t *buf, size_t num);
94 int (*status) (void);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Drand.h102 struct rand_meth_st { struct
103 void (*seed) (const void *buf, int num);
104 int (*bytes) (uint8_t *buf, size_t num);
105 void (*cleanup) (void);
106 void (*add) (const void *buf, int num, double entropy);
107 int (*pseudorand) (uint8_t *buf, size_t num);
108 int (*status) (void);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Drand.h102 struct rand_meth_st { struct
103 void (*seed) (const void *buf, int num);
104 int (*bytes) (uint8_t *buf, size_t num);
105 void (*cleanup) (void);
106 void (*add) (const void *buf, int num, double entropy);
107 int (*pseudorand) (uint8_t *buf, size_t num);
108 int (*status) (void);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Drand.h88 struct rand_meth_st { struct
89 void (*seed) (const void *buf, int num);
90 int (*bytes) (uint8_t *buf, size_t num);
91 void (*cleanup) (void);
92 void (*add) (const void *buf, int num, double entropy);
93 int (*pseudorand) (uint8_t *buf, size_t num);
94 int (*status) (void);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Drand.h88 struct rand_meth_st { struct
89 void (*seed) (const void *buf, int num);
90 int (*bytes) (uint8_t *buf, size_t num);
91 void (*cleanup) (void);
92 void (*add) (const void *buf, int num, double entropy);
93 int (*pseudorand) (uint8_t *buf, size_t num);
94 int (*status) (void);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Drand.h81 struct rand_meth_st { struct
82 void (*seed) (const void *buf, int num);
83 int (*bytes) (unsigned char *buf, int num);
84 void (*cleanup) (void);
85 void (*add) (const void *buf, int num, double entropy);
86 int (*pseudorand) (unsigned char *buf, int num);
87 int (*status) (void);