Searched refs:req_enctypes (Results 1 – 4 of 4) sorted by relevance
103 if (cred->req_enctypes) in gss_krb5int_set_allowable_enctypes()104 free(cred->req_enctypes); in gss_krb5int_set_allowable_enctypes()105 cred->req_enctypes = NULL; in gss_krb5int_set_allowable_enctypes()124 if (cred->req_enctypes) in gss_krb5int_set_allowable_enctypes()125 free(cred->req_enctypes); in gss_krb5int_set_allowable_enctypes()126 cred->req_enctypes = new_ktypes; in gss_krb5int_set_allowable_enctypes()
90 if (cred->req_enctypes)91 free(cred->req_enctypes);
525 if (cred->req_enctypes) { in new_connection()527 cred->req_enctypes))) { in new_connection()
175 krb5_enctype *req_enctypes; /* limit negotiated enctypes to this list */ member