| /src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| drbg_lib.c | 205 drbg->cleanup_entropy = rand_drbg_cleanup_entropy; 215 drbg->cleanup_entropy = rand_drbg_cleanup_entropy; 361 if (entropy != NULL && drbg->cleanup_entropy != NULL) 362 drbg->cleanup_entropy(drbg, entropy, entropylen); 446 if (entropy != NULL && drbg->cleanup_entropy != NULL) 447 drbg->cleanup_entropy(drbg, entropy, entropylen); 691 RAND_DRBG_cleanup_entropy_fn cleanup_entropy, 698 drbg->cleanup_entropy = cleanup_entropy;
|
| rand_local.h | 285 RAND_DRBG_cleanup_entropy_fn cleanup_entropy; member in struct:rand_drbg_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| rand_drbg.h | 121 RAND_DRBG_cleanup_entropy_fn cleanup_entropy,
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/ |
| drbg.c | 185 /* Implements the cleanup_entropy() callback */ 246 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) function 447 cleanup_entropy(drbg, entropy, entropylen); 451 cleanup_entropy(drbg, entropy, entropylen); 580 cleanup_entropy(drbg, entropy, entropylen);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| drbg.c | 187 /* Implements the cleanup_entropy() callback */ 253 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) function 467 cleanup_entropy(drbg, entropy, entropylen); 471 cleanup_entropy(drbg, entropy, entropylen); 604 cleanup_entropy(drbg, entropy, entropylen);
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| core_dispatch.h | 194 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char *buf, size_t len)) 542 OSSL_CALLBACK *cleanup_entropy,
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| core_dispatch.h | 191 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, 493 OSSL_CALLBACK *cleanup_entropy,
|