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

/system/security/keystore/include/keystore/
H A DIKeystoreService.h191 virtual int32_t addRngEntropy(const uint8_t* data, size_t dataLength) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp916 virtual int32_t addRngEntropy(const uint8_t* buf, size_t bufLength) function in class:android::BpKeystoreService
923 ALOGD("addRngEntropy() could not contact remote: %d\n", status);
929 ALOGD("addRngEntropy() caught exception %d\n", err);
1564 int32_t ret = addRngEntropy(bytes, size);
H A Dkeystore.cpp2215 int32_t addRngEntropy(const uint8_t* data, size_t dataLength) { function in class:android::KeyStoreProxy

Completed in 74 milliseconds