Home | History | Annotate | Download | only in keystore

Lines Matching refs:addRngEntropy

686 KeyStoreServiceReturnCode KeyStoreService::addRngEntropy(const hidl_vec<uint8_t>& entropy) {
688 return KS_HANDLE_HIDL_ERROR(device->addRngEntropy(entropy));
716 rc = addRngEntropy(entropy);
1088 result->resultCode = addRngEntropy(entropy);
1244 result->resultCode = addRngEntropy(entropy);