Searched refs:initialize (Results 1 – 12 of 12) sorted by relevance
/system/security/keystore/ |
D | user_state.h | 35 bool initialize(); 50 ResponseCode initialize(const android::String8& pw, Entropy* entropy);
|
D | user_state.cpp | 44 bool UserState::initialize() { in initialize() function in UserState 79 ResponseCode UserState::initialize(const android::String8& pw, Entropy* entropy) { in initialize() function in UserState
|
D | keystore.cpp | 54 ResponseCode KeyStore::initialize() { in initialize() function in KeyStore 65 return userState->initialize(pw, mEntropy); in initializeUser() 533 if (!userState->initialize()) { in getUserState() 693 userState->initialize(); in upgradeKeystore() 704 userState->initialize(); in upgradeKeystore()
|
D | keystore.h | 46 ResponseCode initialize();
|
D | keystore_main.cpp | 229 keyStore.initialize(); in main()
|
/system/core/libnativebridge/tests/ |
D | DummyNativeBridge.cpp | 48 .initialize = &native_bridge_initialize,
|
D | DummyNativeBridge2.cpp | 68 .initialize = &native_bridge2_initialize,
|
/system/core/include/nativebridge/ |
D | native_bridge.h | 107 bool (*initialize)(const NativeBridgeRuntimeCallbacks* runtime_cbs, const char* private_dir, member
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 429 if (callbacks->initialize(runtime_callbacks, app_code_cache_dir, instruction_set)) { in InitializeNativeBridge()
|
/system/bt/doc/ |
D | style_guide.md | 105 As a result of the above rule to declare and initialize variables together, 106 `for` loops should declare and initialize their iterator variable in the
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 11258 This command starts an HMAC sequence. The TPM will create and initialize an HMAC sequence 11639 Depending on hashAlg, the TPM will create and initialize a hash sequence structure or an Event 18173 Measurement (D-CRTM) measurement sequence. On receipt of this indication, the TPM will initialize an 18471 _TPM_Hash_End will complete the digest, initialize PCR[0] with a digest-size value of 4, and then e… 26186 // Re-initialize PCR policies 31717 When an NV counter is created, the TPM shall initialize the 8-octet counter value with a number tha… 31739 counter is the sum of both the volatile and non-volatile parts. If so, then the TPM may initialize … 33427 // If counter index is not been written, initialize it 34047 // If index is not been written, initialize it
|
D | raw_commands_fixed.txt | 11269 This command starts an HMAC sequence. The TPM will create and initialize an HMAC sequence 11650 Depending on hashAlg, the TPM will create and initialize a hash sequence structure or an Event 18184 Measurement (D-CRTM) measurement sequence. On receipt of this indication, the TPM will initialize an 18482 _TPM_Hash_End will complete the digest, initialize PCR[0] with a digest-size value of 4, and then e… 26197 // Re-initialize PCR policies 31726 When an NV counter is created, the TPM shall initialize the 8-octet counter value with a number tha… 31748 counter is the sum of both the volatile and non-volatile parts. If so, then the TPM may initialize … 33436 // If counter index is not been written, initialize it 34056 // If index is not been written, initialize it
|