| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| arcfour.c | 445 int * conf_state, 455 if (conf_state) 456 *conf_state = 0; 613 if (conf_state) 614 *conf_state = conf_req_flag; 625 int *conf_state, 642 if (conf_state) 643 *conf_state = 0; 828 if (conf_state) 829 *conf_state = conf_flag 1278 int conf_state; local [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| gssapi.c | 172 int conf_state; local 195 &unwrapped, &conf_state, 205 if ( conf_req_flag && conf_state == 0 ) { 254 int conf_state; local 276 &conf_state, GSS_C_QOP_DEFAULT); 285 if ( conf_req_flag && conf_state == 0 ) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_context.c | 287 int conf_state; local 293 &conf_state, &output_token); 299 &output_token2, &conf_state, &qop_state); 308 if (!!conf_state != !!flags) 309 errx(1, "conf_state mismatch"); 324 int conf_state, conf_state2; local 394 maj_stat = gss_wrap_iov(&min_stat, cctx, dce_style_flag || flags & USE_CONF, 0, &conf_state, 459 if (conf_state2 != conf_state) 474 int conf_state, conf_state2; local 491 &conf_state, &message) [all...] |
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| rpc.c | 876 int conf_state; local 892 &conf_state, NULL); 895 INSIST(conf_state != 0); 1062 int conf_state; local 1068 &gin, &conf_state, &gout); 1070 INSIST(conf_state != 0);
|