Searched refs:v1_format (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/appl/gss-sample/ |
| H A D | gss-client.c | 181 int auth_flag, int v1_format, gss_OID oid, in client_establish_context() argument 260 if (!v1_format) { in client_establish_context() 297 st = send_token(s, v1_format ? 0 : TOKEN_CONTEXT, &send_tok); in client_establish_context() 402 int encrypt_flag, int mic_flag, int v1_format, char *msg, in call_server() argument 429 v1_format, oid, username, password, in call_server() 532 if (send_token(s, (v1_format ? 0 in call_server() 570 if (!v1_format) in call_server() 688 static int auth_flag, wrap_flag, encrypt_flag, mic_flag, v1_format; variable 697 v1_format, msg, use_file, mcount, username, password) < 0) in worker_bee() 713 v1_format = 0; in main() [all …]
|