Home
last modified time | relevance | path

Searched defs:passwd (Results 101 - 125 of 134) sorted by relevance

123456

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp757 DBStatus KvStoreNbDelegateImpl::Export(const std::string &filePath, const CipherPassword &passwd, bool force) in Export() argument
790 DBStatus KvStoreNbDelegateImpl::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp281 CipherPassword passwd; in InitStorages() local
331 CipherPassword passwd; in CheckSubStorageVersion() local
742 Rekey(const CipherPassword &passwd) Rekey() argument
772 Export(const std::string &filePath, const CipherPassword &passwd) Export() argument
798 Import(const std::string &filePath, const CipherPassword &passwd) Import() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp1572 CipherPassword passwd; in HWTEST_F() local
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthink-lmi.c697 char *auth_str, *passwd; in cert_to_password_store() local
/third_party/curl/lib/vtls/
H A Dmbedtls.c506 const char *passwd = ssl_config->key_passwd; in mbed_connect_step1() local
/third_party/curl/packages/OS400/
H A Dos400sys.c540 Curl_ldap_simple_bind_s_a(void *ld, char *dn, char *passwd) in Curl_ldap_simple_bind_s_a() argument
/third_party/curl/lib/
H A Dimap.c510 char *passwd; in imap_perform_login() local
H A Dopenldap.c413 struct berval passwd; in oldap_perform_bind() local
/third_party/lwip/src/netif/ppp/
H A Dppp.c218 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd) { in ppp_set_auth() argument
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs37 pub struct passwd { structure names
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h471 std::string passwd = ""; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1388 static bool SetSQLiteKey(sqlite3 *db, const std::vector<uint8_t> &passwd) argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1448 int SQLiteSingleVerNaturalStore::Rekey(const CipherPassword &passwd) in Rekey() argument
1497 int SQLiteSingleVerNaturalStore::Export(const std::string &filePath, const CipherPassword &passwd) in Export() argument
1541 int SQLiteSingleVerNaturalStore::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
1665 CipherPassword passwd; in InitDataBaseOption() local
[all...]
H A Dsqlite_single_ver_natural_store_connection.cpp478 int SQLiteSingleVerNaturalStoreConnection::Rekey(const CipherPassword &passwd) in Rekey() argument
498 int SQLiteSingleVerNaturalStoreConnection::Export(const std::string &filePath, const CipherPassword &passwd) in Export() argument
512 int SQLiteSingleVerNaturalStoreConnection::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
H A Dsqlite_utils.cpp457 int SQLiteUtils::SetKey(sqlite3 *db, CipherType type, const CipherPassword &passwd, bool setWal, uint32_t iterTimes) in SetKey() argument
938 int SQLiteUtils::ExportDatabase(sqlite3 *db, CipherType type, const CipherPassword &passwd, in ExportDatabase() argument
965 int SQLiteUtils::Rekey(sqlite3 *db, const CipherPassword &passwd) in Rekey() argument
980 int SQLiteUtils::ExportDatabase(sqlite3 *db, CipherType type, const CipherPassword &passwd, in ExportDatabase() argument
990 Rekey(sqlite3 *db, const CipherPassword &passwd) Rekey() argument
1171 ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &srcPasswd, const std::string &targetFile, const CipherPassword &passwd) ExportDatabase() argument
1191 ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &srcPasswd, const std::string &targetFile, const CipherPassword &passwd) ExportDatabase() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_config.cc3168 auto passwd = read_passwd_from_file(opt, optarg); in parse_config() local
/third_party/lwip/src/include/netif/ppp/
H A Dppp.h255 const char *passwd; /* Password for PAP, secret for CHAP */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c518 char *passwd = NULL; in tls_connection_private_key() local
1391 char *passwd = NULL; in tls_global_private_key() local
[all...]
H A Dtls_openssl.c3308 tls_parse_pkcs12(struct tls_data *data, SSL *ssl, PKCS12 *p12, const char *passwd) tls_parse_pkcs12() argument
3439 tls_read_pkcs12(struct tls_data *data, SSL *ssl, const char *private_key, const char *passwd) tls_read_pkcs12() argument
3469 tls_read_pkcs12_blob(struct tls_data *data, SSL *ssl, const u8 *blob, size_t len, const char *passwd) tls_read_pkcs12_blob() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_wolfssl.c519 char *passwd = NULL; in tls_connection_private_key() local
1398 char *passwd = NULL; in tls_global_private_key() local
[all...]
H A Dtls_openssl.c3490 tls_parse_pkcs12(struct tls_data *data, SSL *ssl, PKCS12 *p12, const char *passwd) tls_parse_pkcs12() argument
3621 tls_read_pkcs12(struct tls_data *data, SSL *ssl, const char *private_key, const char *passwd) tls_read_pkcs12() argument
3651 tls_read_pkcs12_blob(struct tls_data *data, SSL *ssl, const u8 *blob, size_t len, const char *passwd) tls_read_pkcs12_blob() argument
/third_party/backends/backend/
H A Dmicrotek2.c1444 char *passwd; in do_authorization() local
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs178 pub struct passwd { // Unverified structure names
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs26 pub struct passwd { structure names
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs410 pub struct passwd { // Unverified structure names

Completed in 70 milliseconds

123456