Home
last modified time | relevance | path

Searched defs:min_len (Results 1 - 25 of 42) sorted by relevance

12

/third_party/node/deps/openssl/openssl/include/crypto/
H A Drand_pool.h78 size_t min_len; /* minimum number of random bytes requested */ member
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Dprov_seed.c15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument
47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
H A Drand_pool.c22 ossl_rand_pool_new(int entropy_requested, int secure, size_t min_len, size_t max_len) ossl_rand_pool_new() argument
[all...]
/third_party/openssl/crypto/rand/
H A Dprov_seed.c15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument
47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
H A Drand_pool.c22 ossl_rand_pool_new(int entropy_requested, int secure, size_t min_len, size_t max_len) ossl_rand_pool_new() argument
[all...]
/third_party/openssl/include/crypto/
H A Drand_pool.h78 size_t min_len; /* minimum number of random bytes requested */ member
/third_party/toybox/toys/posix/
H A Dcmp.c31 int i, len1, len2, min_len, size = sizeof(toybuf)/2; in do_cmp() local
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_seeding.c47 ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_prov_get_entropy() argument
63 ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, size_t min_len, size_t max_len, const void *salt,size_t salt_len) ossl_prov_get_nonce() argument
/third_party/openssl/providers/common/
H A Dprovider_seeding.c47 ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_prov_get_entropy() argument
63 ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, size_t min_len, size_t max_len, const void *salt,size_t salt_len) ossl_prov_get_nonce() argument
/third_party/musl/porting/linux/user/src/linux/
H A Dgetprocpid.c20 static int __find_and_convert_pid(char *buf, int len, int min_len) in __find_and_convert_pid() argument
/third_party/musl/src/linux/linux/
H A Dgetprocpid.c35 static int __find_and_convert_pid(char *buf, int len, int min_len) in __find_and_convert_pid() argument
/third_party/ffmpeg/libavutil/
H A Dtx_priv.h193 int min_len; /* Minimum length of transform, must be >= 1 */ member
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dseed_src.c177 seed_get_seed(void *vseed, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) seed_get_seed() argument
H A Dcrngt.c102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
H A Dtest_rng.c230 test_rng_get_seed(void *vtest, unsigned char **pout, int entropy, size_t min_len, size_t max_len, ossl_unused int prediction_resistance, ossl_unused const unsigned char *adin, ossl_unused size_t adin_len) test_rng_get_seed() argument
H A Ddrbg.c144 ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) ossl_drbg_get_seed() argument
194 get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) get_entropy() argument
312 prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, size_t min_len, size_t max_len) prov_drbg_get_nonce() argument
/third_party/openssl/providers/implementations/rands/
H A Dcrngt.c102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
H A Dtest_rng.c230 test_rng_get_seed(void *vtest, unsigned char **pout, int entropy, size_t min_len, size_t max_len, ossl_unused int prediction_resistance, ossl_unused const unsigned char *adin, ossl_unused size_t adin_len) test_rng_get_seed() argument
H A Dseed_src.c177 seed_get_seed(void *vseed, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) seed_get_seed() argument
H A Ddrbg.c144 ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) ossl_drbg_get_seed() argument
194 get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) get_entropy() argument
312 prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, size_t min_len, size_t max_len) prov_drbg_get_nonce() argument
/third_party/elfutils/src/
H A Dstrings.c104 static size_t min_len = 4; variable
/third_party/python/Objects/
H A Dstructseq.c139 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c1071 int min_len = __itt_min(len, (int)(sizeof(gr) - 1)); in __itt_get_groups() local
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c36 int i, min_len; in PEM_def_callback() local
/third_party/openssl/crypto/pem/
H A Dpem_lib.c36 int i, min_len; in PEM_def_callback() local

Completed in 28 milliseconds

12