Searched refs:cleanup_entropy (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/providers/implementations/rands/ |
D | drbg.c | 248 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in cleanup_entropy() function 462 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 466 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 599 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_reseed()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
D | drbg.c | 248 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in cleanup_entropy() function 462 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 466 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 599 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_reseed()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | rand_drbg.h | 121 RAND_DRBG_cleanup_entropy_fn cleanup_entropy,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | core_dispatch.h | 191 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, 493 OSSL_CALLBACK *cleanup_entropy,
|
/third_party/openssl/include/openssl/ |
D | core_dispatch.h | 191 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, 493 OSSL_CALLBACK *cleanup_entropy,
|
/third_party/openssl/doc/man7/ |
D | provider-base.pod | 79 void cleanup_entropy(const OSSL_CORE_HANDLE *handle, 307 cleanup_entropy() is used to clean up and free the buffer returned by
|