/ohos5.0/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_plugin_service.cpp | 77 …mainAccountPluginService::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, in Auth()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/kdf/src/ |
H A D | pbkdf2_openssl.c | 30 unsigned char *password; member
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_account_stub.cpp | 275 std::vector<uint8_t> password; in ProcAuth() local 397 std::vector<uint8_t> password; in ProcAuthUser() local
|
H A D | domain_account_plugin_proxy.cpp | 112 …DomainAccountPluginProxy::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, in Auth()
|
/aosp14/frameworks/base/core/java/org/apache/http/conn/ssl/ |
H A D | SSLSocketFactory.java | 266 private static KeyManager[] createKeyManagers(final KeyStore keystore, final String password) in createKeyManagers()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pbap/ |
H A D | pbap_client_test.cpp | 227 string password = "123"; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_create_test.cpp | 1257 vector<uint8_t> password; variable 1463 CipherPassword password; variable 1594 CipherPassword password; variable
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/ |
H A D | ims_service_test.cpp | 1178 std::string password = "000000"; variable 1195 std::string password = "000000"; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/utils/unittest/ |
H A D | sqlite3_utils_test.cpp | 625 uint8_t *password = nullptr; variable
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfkdfcreate_fuzzer/ |
H A D | hcfkdfcreate_fuzzer.cpp | 132 HcfBlob password = {.data = const_cast<uint8_t *>(data), .len = size}; in TestPbkdfGenerateSecretWithoutInfo() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 969 CipherPassword password; variable 1007 CipherPassword password; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kvdb_service_client.cpp | 131 …AppId &appId, const StoreId &storeId, const Options &options, const std::vector<uint8_t> &password) in AfterCreate() 342 … const AppId &appId, const StoreId &storeId, std::vector<uint8_t> &password, int32_t passwordType) in GetBackupPassword()
|
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_plugin.cpp | 96 void MockDomainPlugin::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, in Auth()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsUtImplBase.java | 431 int serviceClass, @NonNull String password) { in updateCallBarringWithPassword()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | BaseLockSettingsServiceTests.java | 381 protected LockscreenCredential newPassword(String password) { in newPassword()
|
H A D | LockSettingsServiceTests.java | 333 final LockscreenCredential password = newPassword("password"); in testVerifyCredential_forPrimaryUser_sendsCredentials() local
|
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/ |
H A D | sqlite3_utils.c | 523 int32_t EncryptedDb(DbContext *ctx, const uint8_t *password, uint32_t len) in EncryptedDb() 539 int32_t UpdateDbPassword(DbContext *ctx, const uint8_t *password, uint32_t len) in UpdateDbPassword()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/ |
H A D | backup_manager.cpp | 299 bool BackupManager::GetPassWord(const StoreMetaData &meta, std::vector<uint8_t> &password) in GetPassWord()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 247 …or<uint8_t> ObexUtils::MakeRequestDigest(const uint8_t *nonce, int sz, const std::string &password) in MakeRequestDigest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_impl.cpp | 330 DBStatus KvStoreDelegateImpl::Rekey(const CipherPassword &password) in Rekey()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_stub.cpp | 151 std::vector<uint8_t> password; in OnAfterCreate() local 430 std::vector<uint8_t> password; in OnGetBackupPassword() local
|
/aosp14/frameworks/base/telephony/java/com/android/ims/ |
H A D | ImsUtInterface.java | 173 String[] barrList, int serviceClass, String password); in updateCallBarring()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | TestAccountType1Authenticator.java | 270 String password = null; in startAddAccountSession() local
|
/aosp14/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
H A D | ConnectivityManagerTestBase.java | 317 protected boolean connectToWifi(String ssid, String password) { in connectToWifi()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 1320 void setKeystorePassword(byte[] password, int userHandle) { in setKeystorePassword() 1324 private void unlockKeystore(byte[] password, int userHandle) { in unlockKeystore() 1751 private void updatePasswordHistory(LockscreenCredential password, int userHandle) { in updatePasswordHistory() 1923 LockscreenCredential password) { in tieProfileLockToParent() 2286 private void setUserPasswordMetrics(LockscreenCredential password, @UserIdInt int userHandle) { in setUserPasswordMetrics()
|