Home
last modified time | relevance | path

Searched defs:password (Results 76 – 100 of 163) sorted by relevance

1234567

/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_service.cpp77 …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 Dpbkdf2_openssl.c30 unsigned char *password; member
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_stub.cpp275 std::vector<uint8_t> password; in ProcAuth() local
397 std::vector<uint8_t> password; in ProcAuthUser() local
H A Ddomain_account_plugin_proxy.cpp112 …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 DSSLSocketFactory.java266 private static KeyManager[] createKeyManagers(final KeyStore keystore, final String password) in createKeyManagers()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_client_test.cpp227 string password = "123"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_create_test.cpp1257 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 Dims_service_test.cpp1178 std::string password = "000000"; variable
1195 std::string password = "000000"; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/utils/unittest/
H A Dsqlite3_utils_test.cpp625 uint8_t *password = nullptr; variable
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfkdfcreate_fuzzer/
H A Dhcfkdfcreate_fuzzer.cpp132 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 Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp969 CipherPassword password; variable
1007 CipherPassword password; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp131 …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 Dmock_domain_plugin.cpp96 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 DImsUtImplBase.java431 int serviceClass, @NonNull String password) { in updateCallBarringWithPassword()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DBaseLockSettingsServiceTests.java381 protected LockscreenCredential newPassword(String password) { in newPassword()
H A DLockSettingsServiceTests.java333 final LockscreenCredential password = newPassword("password"); in testVerifyCredential_forPrimaryUser_sendsCredentials() local
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c523 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 Dbackup_manager.cpp299 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 Dobex_utils.cpp247 …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 Dkv_store_delegate_impl.cpp330 DBStatus KvStoreDelegateImpl::Rekey(const CipherPassword &password) in Rekey()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_stub.cpp151 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 DImsUtInterface.java173 String[] barrList, int serviceClass, String password); in updateCallBarring()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java270 String password = null; in startAddAccountSession() local
/aosp14/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java317 protected boolean connectToWifi(String ssid, String password) { in connectToWifi()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1320 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()

1234567