Home
last modified time | relevance | path

Searched refs:addRngEntropy (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/
Dkey_store_service.h92 int32_t addRngEntropy(const uint8_t* data, size_t dataLength);
Dkeystore_client_impl.cpp197 return mapKeystoreError(keystore_->addRngEntropy(StringAsByteArray(entropy), entropy.size())); in addRandomNumberGeneratorEntropy()
DIKeystoreService.cpp980 virtual int32_t addRngEntropy(const uint8_t* buf, size_t bufLength) in addRngEntropy() function in android::BpKeystoreService
1661 int32_t ret = addRngEntropy(bytes, size); in onTransact()
Dkey_store_service.cpp572 int32_t KeyStoreService::addRngEntropy(const uint8_t* data, size_t dataLength) { in addRngEntropy() function in android::KeyStoreService
/system/security/keystore/include/keystore/
DIKeystoreService.h204 virtual int32_t addRngEntropy(const uint8_t* data, size_t dataLength) = 0;