Home
last modified time | relevance | path

Searched refs:chk_crypt (Results 1 – 10 of 10) sorted by relevance

/dports/net/gnu-dico/dico-2.10/dicod/
H A Dckpass.c37 chk_crypt(const char *db_pass, const char *pass) in chk_crypt() function
156 DP (CRYPT, chk_crypt),
/dports/security/pam-modules/pam-modules-2.2/lib/
H A Dldappass.c40 chk_crypt (const char *db_pass, const char *pass)
169 DP (CRYPT, chk_crypt),
/dports/mail/balsa/balsa-2.5.1/src/
H A Dmailbox-conf.c72 GtkWidget *chk_crypt; member
1481 view_info->chk_crypt = gtk_combo_box_text_new(); in mailbox_conf_view_new_full()
1482 gtk_label_set_mnemonic_widget(GTK_LABEL(label), view_info->chk_crypt); in mailbox_conf_view_new_full()
1483 mailbox_conf_combo_box_make(GTK_COMBO_BOX_TEXT(view_info->chk_crypt), in mailbox_conf_view_new_full()
1486 gtk_combo_box_set_active(GTK_COMBO_BOX(view_info->chk_crypt), in mailbox_conf_view_new_full()
1490 g_signal_connect(view_info->chk_crypt, "changed", in mailbox_conf_view_new_full()
1493 g_signal_connect_swapped(view_info->chk_crypt, "changed", in mailbox_conf_view_new_full()
1495 gtk_widget_set_hexpand(view_info->chk_crypt, TRUE); in mailbox_conf_view_new_full()
1496 gtk_grid_attach(GTK_GRID(grid), view_info->chk_crypt, 1, row, 1, 1); in mailbox_conf_view_new_full()
1544 g_object_get_data(G_OBJECT(view_info->chk_crypt), in balsa_mailbox_conf_get_crypto_mode()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/libraries/liblutil/
H A Dpasswd.c105 static LUTIL_PASSWD_CHK_FUNC chk_crypt; variable
133 { BER_BVC("{CRYPT}"), chk_crypt, hash_crypt },
644 static int chk_crypt( in chk_crypt() function
/dports/net/openldap25-server/openldap-2.5.9/libraries/liblutil/
H A Dpasswd.c105 static LUTIL_PASSWD_CHK_FUNC chk_crypt; variable
133 { BER_BVC("{CRYPT}"), chk_crypt, hash_crypt },
644 static int chk_crypt( in chk_crypt() function
/dports/net/openldap26-client/openldap-2.6.0/libraries/liblutil/
H A Dpasswd.c105 static LUTIL_PASSWD_CHK_FUNC chk_crypt; variable
133 { BER_BVC("{CRYPT}"), chk_crypt, hash_crypt },
644 static int chk_crypt( in chk_crypt() function
/dports/net/openldap26-server/openldap-2.6.0/libraries/liblutil/
H A Dpasswd.c105 static LUTIL_PASSWD_CHK_FUNC chk_crypt; variable
133 { BER_BVC("{CRYPT}"), chk_crypt, hash_crypt },
644 static int chk_crypt( in chk_crypt() function
/dports/net/openldap24-client/openldap-2.4.59/libraries/liblutil/
H A Dpasswd.c139 static LUTIL_PASSWD_CHK_FUNC chk_crypt; variable
171 { BER_BVC("{CRYPT}"), chk_crypt, hash_crypt },
921 static int chk_crypt( in chk_crypt() function
/dports/net/openldap24-server/openldap-2.4.59/libraries/liblutil/
H A Dpasswd.c139 static LUTIL_PASSWD_CHK_FUNC chk_crypt; variable
171 { BER_BVC("{CRYPT}"), chk_crypt, hash_crypt },
921 static int chk_crypt( in chk_crypt() function
/dports/mail/mailutils/mailutils-3.13/libmu_auth/
H A Dldap.c666 chk_crypt (const char *db_pass, const char *pass) in chk_crypt() function
809 DP (CRYPT, chk_crypt),