Searched refs:pre_auth_types (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | deprecated.c | 227 const krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_password() argument 238 pre_auth_types, in krb5_get_in_tkt_with_password() 269 const krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_skey() argument 281 pre_auth_types, in krb5_get_in_tkt_with_skey() 291 pre_auth_types, in krb5_get_in_tkt_with_skey() 350 const krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_keytab() argument 366 pre_auth_types, in krb5_get_in_tkt_with_keytab()
|
H A D | init_creds_pw.c | 48 krb5_preauthtype *pre_auth_types; member 160 if (ctx->pre_auth_types) in free_init_creds_ctx() 161 free (ctx->pre_auth_types); in free_init_creds_ctx() 398 krb5_preauthtype *pre_auth_types; in get_init_creds_common() local 433 ctx->pre_auth_types = NULL; in get_init_creds_common() 436 ctx->pre_auth_types = NULL; in get_init_creds_common() 494 pre_auth_types = malloc((options->preauth_list_length + 1) in get_init_creds_common() 496 if (pre_auth_types == NULL) { in get_init_creds_common() 500 memcpy (pre_auth_types, options->preauth_list, in get_init_creds_common() 502 pre_auth_types[options->preauth_list_length] = KRB5_PADATA_NONE; in get_init_creds_common() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kverify.c | 62 krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP}; in main() local 93 pre_auth_types, in main()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/ |
H A D | kerberos.c | 115 krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP}; in chk_kerberos() local 125 pre_auth_types, 1); in chk_kerberos()
|