Searched defs:Entropy (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A Dentropy.h22 class Entropy { class
24 Entropy() : mRandom(-1) {} function in class:Entropy
25 ~Entropy();
H A Dentropy.cpp31 Entropy::~Entropy() {
37 bool Entropy::open() {
47 bool Entropy::generate_random_data(uint8_t* data, size_t size) const {

Completed in 36 milliseconds