Home | History | Annotate | Download | only in ssl

Lines Matching full:krb5_free_principal

113 #define krb5_free_principal      kssl_krb5_free_principal       
307 GetProcAddress( hKRB5_32, "krb5_free_principal" );
1206 if (krb5creds.client) krb5_free_principal(krb5context,
1208 if (krb5creds.server) krb5_free_principal(krb5context,
1556 if (krb5server) krb5_free_principal(krb5context, krb5server);
1825 if (princ) krb5_free_principal(krb5context, princ);
1874 if (krb5creds.client) krb5_free_principal(krb5context, krb5creds.client);
1875 if (krb5creds.server) krb5_free_principal(krb5context, krb5creds.server);