OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addRngEntropy
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/security/
IKeystoreService.aidl
59
int
addRngEntropy
(in byte[] data);
/system/security/keystore/
key_store_service.h
92
int32_t
addRngEntropy
(const uint8_t* data, size_t dataLength);
keystore_client_impl.cpp
197
return mapKeystoreError(keystore_->
addRngEntropy
(StringAsByteArray(entropy), entropy.size()));
IKeystoreService.cpp
980
virtual int32_t
addRngEntropy
(const uint8_t* buf, size_t bufLength)
[
all
...]
key_store_service.cpp
572
int32_t KeyStoreService::
addRngEntropy
(const uint8_t* data, size_t dataLength) {
[
all
...]
/frameworks/base/keystore/java/android/security/
KeyStore.java
410
public boolean
addRngEntropy
(byte[] data) {
412
return mBinder.
addRngEntropy
(data) == NO_ERROR;
/system/security/keystore/include/keystore/
IKeystoreService.h
204
virtual int32_t
addRngEntropy
(const uint8_t* data, size_t dataLength) = 0;
Completed in 183 milliseconds