Searched refs:entropy (Results 1 – 12 of 12) sorted by relevance
/system/security/keystore2/src/ |
D | lib.rs | 25 pub mod entropy; module
|
D | keystore2_main.rs | 17 use keystore2::entropy; 75 entropy::register_feeder(); in main()
|
D | security_level.rs | 978 entropy: &[u8], in generateKey() 983 let result = self.generate_key(key, attestation_key, params, flags, entropy); in generateKey()
|
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | IKeystoreSecurityLevel.aidl | 134 in KeyParameter[] params, in int flags, in byte[] entropy); in generateKey() argument
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
D | IKeystoreSecurityLevel.aidl | 39 …nKey, in android.hardware.security.keymint.KeyParameter[] params, in int flags, in byte[] entropy); in generateKey() argument
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | IKeystoreSecurityLevel.aidl | 39 …nKey, in android.hardware.security.keymint.KeyParameter[] params, in int flags, in byte[] entropy); in generateKey() argument
|
/system/core/trusty/confirmationui/ |
D | README | 18 NOTE that a secure input device end point needs a good source of entropy
|
/system/security/keystore/include/keystore/ |
D | keystore_client_mock.h | 43 MOCK_METHOD1(addRandomNumberGeneratorEntropy, int32_t(const std::string& entropy));
|
D | keystore_client.h | 90 virtual KeyStoreNativeReturnCode addRandomNumberGeneratorEntropy(const std::string& entropy,
|
D | keystore_client_impl.h | 48 KeyStoreNativeReturnCode addRandomNumberGeneratorEntropy(const std::string& entropy,
|
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 150 vector<uint8_t> entropy; in generateKey() local 179 0 /* flags */, entropy, &keyMetadata); in generateKey()
|
/system/core/rootdir/ |
D | init.rc | 122 # Mix device-specific information into the entropy pool 637 # Avoid predictable entropy pool. Carry over entropy from previous boot. 638 copy /data/system/entropy.dat /dev/urandom
|