Searched refs:entropyLength (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccdrbg.h | 48 size_t entropyLength, const void* entropy, in ccdrbg_init() argument 52 return info->init(info, drbg, entropyLength, entropy, nonceLength, nonce, psLength, ps); in ccdrbg_init() 60 size_t entropyLength, const void *entropy, in ccdrbg_reseed() argument 63 return info->reseed(drbg, entropyLength, entropy, additionalLength, additional); in ccdrbg_reseed()
|
| H A D | ccdrbg_impl.h | 31 size_t entropyLength, const void* entropy,
|