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

/system/security/keystore/
H A Dkey_store_service.h92 int32_t addRngEntropy(const uint8_t* data, size_t dataLength);
H A Dkeystore_client_impl.cpp197 return mapKeystoreError(keystore_->addRngEntropy(StringAsByteArray(entropy), entropy.size()));
H A DIKeystoreService.cpp980 virtual int32_t addRngEntropy(const uint8_t* buf, size_t bufLength) function in class:android::BpKeystoreService
987 ALOGD("addRngEntropy() could not contact remote: %d\n", status);
993 ALOGD("addRngEntropy() caught exception %d\n", err);
1679 int32_t ret = addRngEntropy(bytes, size);
H A Dkey_store_service.cpp586 int32_t KeyStoreService::addRngEntropy(const uint8_t* data, size_t dataLength) { function in class:android::KeyStoreService
/system/security/keystore/include/keystore/
H A DIKeystoreService.h205 virtual int32_t addRngEntropy(const uint8_t* data, size_t dataLength) = 0;

Completed in 51 milliseconds