Searched refs:krb5_free_principal (Results 1 - 1 of 1) sorted by relevance

/external/openssl/ssl/
H A Dkssl.c113 #define krb5_free_principal kssl_krb5_free_principal macro
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);

Completed in 49 milliseconds