Home
last modified time | relevance | path

Searched refs:pw_str (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/
H A Dtest_suite_pkcs5.function15 unsigned char pw_str[100];
27 memset(pw_str, 0x00, sizeof(pw_str));
31 pw_len = unhexify( pw_str, hex_password_string );
38 TEST_ASSERT( mbedtls_pkcs5_pbkdf2_hmac( &ctx, pw_str, pw_len, salt_str, salt_len,
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/
H A Dmedia-roles.h33 const char *pw_str; member
43 for (i = 0; map[i].pw_str; i++) in str_map_find()
44 if ((pw && spa_streq(map[i].pw_str, pw)) || in str_map_find()
H A Dmessage.c157 key = map->pw_str; in read_props()
160 data = map->pw_str; in read_props()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/suites/
H A Dtest_suite_pkcs5.function15 unsigned char pw_str[100];
27 memset(pw_str, 0x00, 100);
31 pw_len = unhexify( pw_str, hex_password_string );
38 TEST_ASSERT( mbedtls_pkcs5_pbkdf2_hmac( &ctx, pw_str, pw_len, salt_str, salt_len,
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_pkcs5.function11 void pbkdf2_hmac( int hash, data_t * pw_str, data_t * salt_str,
24 … TEST_ASSERT( mbedtls_pkcs5_pbkdf2_hmac( &ctx, pw_str->x, pw_str->len, salt_str->x, salt_str->len,
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_pkcs5.function11 void pbkdf2_hmac( int hash, data_t * pw_str, data_t * salt_str,
24 … TEST_ASSERT( mbedtls_pkcs5_pbkdf2_hmac( &ctx, pw_str->x, pw_str->len, salt_str->x, salt_str->len,
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_pkcs5.function11 void pbkdf2_hmac( int hash, data_t * pw_str, data_t * salt_str,
24 … TEST_ASSERT( mbedtls_pkcs5_pbkdf2_hmac( &ctx, pw_str->x, pw_str->len, salt_str->x, salt_str->len,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/dbutil/
H A Dkdb5_create.c149 char *pw_str = 0; local
215 pw_str = malloc(pw_size);
216 if (pw_str == NULL) {
222 pw_str, &pw_size);
228 mkey_password = pw_str;
334 zapfree(pw_str, pw_size);
H A Dkdb5_mkey.c200 char *pw_str = 0; in kdb5_add_mkey() local
259 pw_str = malloc(pw_size); in kdb5_add_mkey()
260 if (pw_str == NULL) { in kdb5_add_mkey()
267 pw_str, &pw_size); in kdb5_add_mkey()
274 new_mkey_password = pw_str; in kdb5_add_mkey()
343 if (pw_str) { in kdb5_add_mkey()
344 zap(pw_str, pw_size); in kdb5_add_mkey()
345 free(pw_str); in kdb5_add_mkey()
/dports/security/krb5/krb5-1.19.2/src/kadmin/dbutil/
H A Dkdb5_create.c149 char *pw_str = 0; local
215 pw_str = malloc(pw_size);
216 if (pw_str == NULL) {
222 pw_str, &pw_size);
228 mkey_password = pw_str;
334 zapfree(pw_str, pw_size);
H A Dkdb5_mkey.c200 char *pw_str = 0; in kdb5_add_mkey() local
259 pw_str = malloc(pw_size); in kdb5_add_mkey()
260 if (pw_str == NULL) { in kdb5_add_mkey()
267 pw_str, &pw_size); in kdb5_add_mkey()
274 new_mkey_password = pw_str; in kdb5_add_mkey()
343 if (pw_str) { in kdb5_add_mkey()
344 zap(pw_str, pw_size); in kdb5_add_mkey()
345 free(pw_str); in kdb5_add_mkey()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_realm.c411 char pw_str[1024]; in kdb5_ldap_create() local
520 pw_size = sizeof (pw_str); in kdb5_ldap_create()
521 memset(pw_str, 0, pw_size); in kdb5_ldap_create()
524 pw_str, &pw_size); in kdb5_ldap_create()
530 mkey_password = pw_str; in kdb5_ldap_create()
690 memset (pw_str, 0, sizeof (pw_str)); in kdb5_ldap_create()
/dports/security/krb5/krb5-1.19.2/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_realm.c378 char pw_str[1024]; in kdb5_ldap_create() local
487 pw_size = sizeof (pw_str); in kdb5_ldap_create()
488 memset(pw_str, 0, pw_size); in kdb5_ldap_create()
491 pw_str, &pw_size); in kdb5_ldap_create()
497 mkey_password = pw_str; in kdb5_ldap_create()
657 memset (pw_str, 0, sizeof (pw_str)); in kdb5_ldap_create()
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/extensions/
H A Dext-stream-restore.c82 str = map ? map->pw_str : str; in key_from_name()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c1616 char pw_str[64 + 1]; in wpa_supplicant_set_suites() local
1633 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw)); in wpa_supplicant_set_suites()
1634 pw_str[wpabuf_len(pw)] = '\0'; in wpa_supplicant_set_suites()
1639 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1641 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1652 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) { in wpa_supplicant_set_suites()
1655 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1669 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1674 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c1616 char pw_str[64 + 1]; in wpa_supplicant_set_suites() local
1633 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw)); in wpa_supplicant_set_suites()
1634 pw_str[wpabuf_len(pw)] = '\0'; in wpa_supplicant_set_suites()
1639 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1641 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1652 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) { in wpa_supplicant_set_suites()
1655 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1669 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1674 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dwpa_supplicant.c1788 char pw_str[64 + 1]; in wpa_supplicant_set_suites() local
1805 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw)); in wpa_supplicant_set_suites()
1806 pw_str[wpabuf_len(pw)] = '\0'; in wpa_supplicant_set_suites()
1811 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1813 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1824 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) { in wpa_supplicant_set_suites()
1827 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1841 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1846 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Dwpa_supplicant.c1788 char pw_str[64 + 1]; in wpa_supplicant_set_suites() local
1805 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw)); in wpa_supplicant_set_suites()
1806 pw_str[wpabuf_len(pw)] = '\0'; in wpa_supplicant_set_suites()
1811 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1813 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1824 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) { in wpa_supplicant_set_suites()
1827 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1841 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1846 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DClient.c9882 char *pw_str = DecryptPassword(pw); in CiReadSettingFromCfg() local
9883 StrCpy(t.ProxyPassword, sizeof(t.ProxyPassword), pw_str); in CiReadSettingFromCfg()
9885 Free(pw_str); in CiReadSettingFromCfg()
H A DServer.c3069 char *pw_str = DecryptPassword(pw); in SiLoadConfigurationCfg() local
3070 StrCpy(t.ProxyPassword, sizeof(t.ProxyPassword), pw_str); in SiLoadConfigurationCfg()
3072 Free(pw_str); in SiLoadConfigurationCfg()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DClient.c9882 char *pw_str = DecryptPassword(pw); in CiReadSettingFromCfg() local
9883 StrCpy(t.ProxyPassword, sizeof(t.ProxyPassword), pw_str); in CiReadSettingFromCfg()
9885 Free(pw_str); in CiReadSettingFromCfg()
H A DServer.c3069 char *pw_str = DecryptPassword(pw); in SiLoadConfigurationCfg() local
3070 StrCpy(t.ProxyPassword, sizeof(t.ProxyPassword), pw_str); in SiLoadConfigurationCfg()
3072 Free(pw_str); in SiLoadConfigurationCfg()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DClient.c9574 char *pw_str = DecryptPassword(pw); in CiReadSettingFromCfg() local
9575 StrCpy(t.ProxyPassword, sizeof(t.ProxyPassword), pw_str); in CiReadSettingFromCfg()
9577 Free(pw_str); in CiReadSettingFromCfg()
H A DServer.c2849 char *pw_str = DecryptPassword(pw); in SiLoadConfigurationCfg() local
2850 StrCpy(t.ProxyPassword, sizeof(t.ProxyPassword), pw_str); in SiLoadConfigurationCfg()
2852 Free(pw_str); in SiLoadConfigurationCfg()