Searched refs:devResult (Results 1 – 1 of 1) sorted by relevance
2218 int32_t devResult = KM_ERROR_UNIMPLEMENTED; in addRngEntropy() local2222 devResult = device->add_rng_entropy(device, data, dataLength); in addRngEntropy()2227 if (devResult) { in addRngEntropy()2228 return devResult; in addRngEntropy()