Searched defs:auth (Results 1 – 6 of 6) sorted by relevance
/system/vold/ |
D | KeyStorage.cpp | 99 static bool generateKeymasterKey(Keymaster& keymaster, const KeyAuthentication& auth, in generateKeymasterKey() 125 static keymaster::AuthorizationSetBuilder beginParams(const KeyAuthentication& auth, in beginParams() 140 const KeyAuthentication& auth, const std::string& appId, in encryptWithKeymasterKey() 165 const KeyAuthentication& auth, const std::string& appId, in decryptWithKeymasterKey() 237 static bool generateAppId(const KeyAuthentication& auth, const std::string& stretching, in generateAppId() 246 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const std::string& key) { in storeKey() 282 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, std::string* key) { in retrieveKey()
|
D | Ext4Crypt.cpp | 253 const android::vold::KeyAuthentication& auth, in read_and_fixate_user_ce_key() 270 const android::vold::KeyAuthentication& auth) { in read_and_install_user_ce_key() 316 const android::vold::KeyAuthentication& auth, const std::string& key) { in store_key() 601 auto auth = secret.empty() ? kEmptyAuthentication in e4crypt_add_user_key_auth() local 643 android::vold::KeyAuthentication auth(token, secret); in e4crypt_unlock_user_key() local
|
/system/tpm/trunks/ |
D | password_authorization_delegate.cc | 39 TPMS_AUTH_COMMAND auth; in GetCommandAuthorization() local
|
D | hmac_authorization_delegate.cc | 64 TPMS_AUTH_COMMAND auth; in GetCommandAuthorization() local
|
D | mock_tpm.cc | 148 const TPMT_SIGNATURE& auth, in PolicySigned() 164 const TPMT_SIGNATURE& auth, in PolicySignedSync()
|
D | tpm_generated.cc | 18314 const TPM2B_AUTH& auth, in SerializeCommand_HMAC_Start() 18554 const TPM2B_AUTH& auth, in HMAC_Start() 18583 const TPM2B_AUTH& auth, in HMAC_StartSync() 18608 const TPM2B_AUTH& auth, in SerializeCommand_HashSequenceStart() 18835 const TPM2B_AUTH& auth, in HashSequenceStart() 18860 const TPM2B_AUTH& auth, in HashSequenceStartSync() 23197 const TPMI_RH_PROVISION& auth, in SerializeCommand_SetCommandCodeAuditStatus() 23428 const TPMI_RH_PROVISION& auth, in SetCommandCodeAuditStatus() 23459 const TPMI_RH_PROVISION& auth, in SetCommandCodeAuditStatusSync() 24925 const TPM2B_DIGEST& auth, in SerializeCommand_PCR_SetAuthValue() [all …]
|