Symbol: krb5_store_int32
crypto/heimdal/appl/gssmask/common.c
43
ret = krb5_store_int32(sp, len);
crypto/heimdal/appl/gssmask/common.h
98
if (krb5_store_int32((_client)->sock, num) != 0) \
crypto/heimdal/appl/gssmask/gssmaestro.c
595
if (krb5_store_int32(c->logsock, 0))
crypto/heimdal/appl/gssmask/gssmask.c
712
krb5_store_int32(c->logging, eLogSetMoniker);
crypto/heimdal/appl/gssmask/gssmask.c
85
if (krb5_store_int32(c->logging, eLogInfo) != 0)
crypto/heimdal/appl/gssmask/gssmask.c
89
if (krb5_store_int32(c->logging, lineno) != 0)
crypto/heimdal/kadmin/rpc.c
407
CHECK(krb5_store_int32(sp, ent->mod_name == NULL));
crypto/heimdal/kadmin/rpc.c
415
CHECK(krb5_store_int32(sp, ent->aux_attributes));
crypto/heimdal/kadmin/rpc.c
416
CHECK(krb5_store_int32(sp, ent->max_renewable_life));
crypto/heimdal/kadmin/rpc.c
417
CHECK(krb5_store_int32(sp, ent->last_success));
crypto/heimdal/kadmin/rpc.c
418
CHECK(krb5_store_int32(sp, ent->last_failed));
crypto/heimdal/kadmin/rpc.c
419
CHECK(krb5_store_int32(sp, ent->fail_auth_count));
crypto/heimdal/kadmin/rpc.c
420
CHECK(krb5_store_int32(sp, ent->n_key_data));
crypto/heimdal/kadmin/rpc.c
421
CHECK(krb5_store_int32(sp, ent->n_tl_data));
crypto/heimdal/kadmin/rpc.c
422
CHECK(krb5_store_int32(sp, ent->n_tl_data == 0));
crypto/heimdal/kadmin/rpc.c
431
CHECK(krb5_store_int32(sp, 0)); /* last item */
crypto/heimdal/kadmin/rpc.c
432
CHECK(krb5_store_int32(sp, tp->tl_data_type));
crypto/heimdal/kadmin/rpc.c
435
CHECK(krb5_store_int32(sp, 1)); /* last item */
crypto/heimdal/kadmin/rpc.c
438
CHECK(krb5_store_int32(sp, ent->n_key_data));
crypto/heimdal/kadmin/rpc.c
671
CHECK(krb5_store_int32(out, n_keys));
crypto/heimdal/kadmin/server.c
119
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
156
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
183
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
218
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
279
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
351
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
384
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
387
krb5_store_int32(sp, n_keys);
crypto/heimdal/kadmin/server.c
401
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
428
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
431
if ((ret = krb5_store_int32(sp, n_princs)))
crypto/heimdal/kadmin/server.c
444
krb5_store_int32(sp, KADM5_FAILURE);
crypto/heimdal/kadmin/server.c
453
krb5_store_int32(sp, ret);
crypto/heimdal/kadmin/server.c
94
krb5_store_int32(sp, ret);
crypto/heimdal/kcm/protocol.c
1177
ret = krb5_store_int32(response, ccache->kdc_offset);
crypto/heimdal/kcm/protocol.c
1640
ret = krb5_store_int32(response, flags);
crypto/heimdal/kcm/protocol.c
1803
krb5_store_int32(resp_sp, ret);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
144
kret = krb5_store_int32 (sp, ac->local_seqnumber);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
149
kret = krb5_store_int32 (sp, ac->remote_seqnumber);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
155
kret = krb5_store_int32 (sp, ac->keytype);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
160
kret = krb5_store_int32 (sp, ac->cksumtype);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
197
kret = krb5_store_int32 (sp, ctx->flags);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
202
kret = krb5_store_int32 (sp, ctx->more_flags);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
207
kret = krb5_store_int32 (sp, ctx->lifetime);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
86
kret = krb5_store_int32 (sp, flags);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
94
kret = krb5_store_int32 (sp, ac->flags);
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
332
ret = krb5_store_int32(sp, 1);
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
334
ret = krb5_store_int32(sp, (context_handle->more_flags & LOCAL) ? 1 : 0);
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
336
ret = krb5_store_int32(sp, context_handle->lifetime);
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
352
ret = krb5_store_int32(sp, (is_cfx) ? 1 : 0);
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
383
ret = krb5_store_int32(sp, sign_alg);
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
385
ret = krb5_store_int32(sp, seal_alg);
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
394
ret = krb5_store_int32(sp, subkey_p);
crypto/heimdal/lib/gssapi/krb5/sequence.c
219
kret = krb5_store_int32(sp, o->flags);
crypto/heimdal/lib/gssapi/krb5/sequence.c
222
kret = krb5_store_int32(sp, o->start);
crypto/heimdal/lib/gssapi/krb5/sequence.c
225
kret = krb5_store_int32(sp, o->length);
crypto/heimdal/lib/gssapi/krb5/sequence.c
228
kret = krb5_store_int32(sp, o->jitter_window);
crypto/heimdal/lib/gssapi/krb5/sequence.c
231
kret = krb5_store_int32(sp, o->first_seq);
crypto/heimdal/lib/gssapi/krb5/sequence.c
236
kret = krb5_store_int32(sp, o->elem[i]);
crypto/heimdal/lib/gssapi/mech/gss_krb5.c
452
ret = krb5_store_int32(sp, enctypes[i]);
crypto/heimdal/lib/kadm5/chpass_c.c
105
krb5_store_int32(sp, kadm_chpass_with_key);
crypto/heimdal/lib/kadm5/chpass_c.c
107
krb5_store_int32(sp, n_key_data);
crypto/heimdal/lib/kadm5/chpass_c.c
59
krb5_store_int32(sp, kadm_chpass);
crypto/heimdal/lib/kadm5/create_c.c
60
krb5_store_int32(sp, kadm_create);
crypto/heimdal/lib/kadm5/create_c.c
62
krb5_store_int32(sp, mask);
crypto/heimdal/lib/kadm5/delete_c.c
57
krb5_store_int32(sp, kadm_delete);
crypto/heimdal/lib/kadm5/get_c.c
60
krb5_store_int32(sp, kadm_get);
crypto/heimdal/lib/kadm5/get_c.c
62
krb5_store_int32(sp, mask);
crypto/heimdal/lib/kadm5/get_princs_c.c
58
krb5_store_int32(sp, kadm_get_princs);
crypto/heimdal/lib/kadm5/get_princs_c.c
59
krb5_store_int32(sp, expression != NULL);
crypto/heimdal/lib/kadm5/ipropd_master.c
387
krb5_store_int32(sp, ONE_PRINC);
crypto/heimdal/lib/kadm5/ipropd_master.c
415
krb5_store_int32 (sp, TELL_YOU_EVERYTHING);
crypto/heimdal/lib/kadm5/ipropd_master.c
442
krb5_store_int32 (sp, NOW_YOU_HAVE);
crypto/heimdal/lib/kadm5/ipropd_master.c
443
krb5_store_int32 (sp, current_version);
crypto/heimdal/lib/kadm5/ipropd_master.c
486
krb5_store_int32 (sp, ARE_YOU_THERE);
crypto/heimdal/lib/kadm5/ipropd_master.c
572
krb5_store_int32 (sp, FOR_YOU);
crypto/heimdal/lib/kadm5/ipropd_slave.c
166
krb5_store_int32 (sp, I_HAVE);
crypto/heimdal/lib/kadm5/ipropd_slave.c
167
krb5_store_int32 (sp, version);
crypto/heimdal/lib/kadm5/ipropd_slave.c
332
krb5_store_int32(sp, I_AM_HERE);
crypto/heimdal/lib/kadm5/log.c
172
krb5_store_int32 (sp, ++log_context->version);
crypto/heimdal/lib/kadm5/log.c
173
krb5_store_int32 (sp, time(NULL));
crypto/heimdal/lib/kadm5/log.c
174
krb5_store_int32 (sp, op);
crypto/heimdal/lib/kadm5/log.c
182
krb5_store_int32 (sp, context->version);
crypto/heimdal/lib/kadm5/log.c
258
krb5_store_int32 (sp, value.length);
crypto/heimdal/lib/kadm5/log.c
260
krb5_store_int32 (sp, value.length);
crypto/heimdal/lib/kadm5/log.c
330
ret = krb5_store_int32 (sp, 0);
crypto/heimdal/lib/kadm5/log.c
339
ret = krb5_store_int32 (sp, len);
crypto/heimdal/lib/kadm5/log.c
343
ret = krb5_store_int32 (sp, len);
crypto/heimdal/lib/kadm5/log.c
410
ret = krb5_store_int32 (sp, 0);
crypto/heimdal/lib/kadm5/log.c
422
ret = krb5_store_int32 (sp, len);
crypto/heimdal/lib/kadm5/log.c
427
ret = krb5_store_int32 (sp, len);
crypto/heimdal/lib/kadm5/log.c
529
ret = krb5_store_int32 (sp, len);
crypto/heimdal/lib/kadm5/log.c
532
ret = krb5_store_int32 (sp, mask);
crypto/heimdal/lib/kadm5/log.c
537
ret = krb5_store_int32 (sp, len);
crypto/heimdal/lib/kadm5/log.c
767
krb5_store_int32 (sp, 0);
crypto/heimdal/lib/kadm5/log.c
768
krb5_store_int32 (sp, 0);
crypto/heimdal/lib/kadm5/marshall.c
130
CHECK(krb5_store_int32(sp, princ->princ_expire_time));
crypto/heimdal/lib/kadm5/marshall.c
132
CHECK(krb5_store_int32(sp, princ->pw_expiration));
crypto/heimdal/lib/kadm5/marshall.c
134
CHECK(krb5_store_int32(sp, princ->last_pwd_change));
crypto/heimdal/lib/kadm5/marshall.c
136
CHECK(krb5_store_int32(sp, princ->max_life));
crypto/heimdal/lib/kadm5/marshall.c
138
CHECK(krb5_store_int32(sp, princ->mod_name != NULL));
crypto/heimdal/lib/kadm5/marshall.c
143
CHECK(krb5_store_int32(sp, princ->mod_date));
crypto/heimdal/lib/kadm5/marshall.c
145
CHECK(krb5_store_int32(sp, princ->attributes));
crypto/heimdal/lib/kadm5/marshall.c
147
CHECK(krb5_store_int32(sp, princ->kvno));
crypto/heimdal/lib/kadm5/marshall.c
149
CHECK(krb5_store_int32(sp, princ->mkvno));
crypto/heimdal/lib/kadm5/marshall.c
151
CHECK(krb5_store_int32(sp, princ->policy != NULL));
crypto/heimdal/lib/kadm5/marshall.c
156
CHECK(krb5_store_int32(sp, princ->aux_attributes));
crypto/heimdal/lib/kadm5/marshall.c
158
CHECK(krb5_store_int32(sp, princ->max_renewable_life));
crypto/heimdal/lib/kadm5/marshall.c
160
CHECK(krb5_store_int32(sp, princ->last_success));
crypto/heimdal/lib/kadm5/marshall.c
162
CHECK(krb5_store_int32(sp, princ->last_failed));
crypto/heimdal/lib/kadm5/marshall.c
164
CHECK(krb5_store_int32(sp, princ->fail_auth_count));
crypto/heimdal/lib/kadm5/marshall.c
166
CHECK(krb5_store_int32(sp, princ->n_key_data));
crypto/heimdal/lib/kadm5/marshall.c
173
CHECK(krb5_store_int32(sp, princ->n_tl_data));
crypto/heimdal/lib/kadm5/marshall.c
195
ret = krb5_store_int32(sp, mask);
crypto/heimdal/lib/kadm5/marshall.c
335
ret = krb5_store_int32(sp, params->mask & (KADM5_CONFIG_REALM));
crypto/heimdal/lib/kadm5/marshall.c
44
CHECK(krb5_store_int32(sp, key->key_data_ver));
crypto/heimdal/lib/kadm5/marshall.c
45
CHECK(krb5_store_int32(sp, key->key_data_kvno));
crypto/heimdal/lib/kadm5/marshall.c
46
CHECK(krb5_store_int32(sp, key->key_data_type[0]));
crypto/heimdal/lib/kadm5/marshall.c
50
CHECK(krb5_store_int32(sp, key->key_data_type[1]));
crypto/heimdal/lib/kadm5/marshall.c
99
CHECK(krb5_store_int32(sp, tl->tl_data_type));
crypto/heimdal/lib/kadm5/modify_c.c
59
krb5_store_int32(sp, kadm_modify);
crypto/heimdal/lib/kadm5/modify_c.c
61
krb5_store_int32(sp, mask);
crypto/heimdal/lib/kadm5/privs_c.c
59
krb5_store_int32(sp, kadm_get_privs);
crypto/heimdal/lib/kadm5/randkey_c.c
60
krb5_store_int32(sp, kadm_randkey);
crypto/heimdal/lib/kadm5/rename_c.c
57
krb5_store_int32(sp, kadm_rename);
crypto/heimdal/lib/krb5/fcache.c
450
ret |= krb5_store_int32 (sp, context->kdc_sec_offset);
crypto/heimdal/lib/krb5/fcache.c
451
ret |= krb5_store_int32 (sp, context->kdc_usec_offset);
crypto/heimdal/lib/krb5/kcm.c
1052
ret = krb5_store_int32(request, kdc_offset);
crypto/heimdal/lib/krb5/kcm.c
1295
ret = krb5_store_int32(request, flags.i);
crypto/heimdal/lib/krb5/kcm.c
1301
ret = krb5_store_int32(request, enctype);
crypto/heimdal/lib/krb5/kcm.c
446
ret = krb5_store_int32(request, which);
crypto/heimdal/lib/krb5/kcm.c
718
ret = krb5_store_int32(request, which);
crypto/heimdal/lib/krb5/kcm.c
755
ret = krb5_store_int32(request, flags);
crypto/heimdal/lib/krb5/keytab_file.c
281
ret = krb5_store_int32(sp, p->name.name_type);
crypto/heimdal/lib/krb5/keytab_file.c
639
ret = krb5_store_int32 (emem, entry->timestamp);
crypto/heimdal/lib/krb5/keytab_file.c
663
ret = krb5_store_int32 (emem, entry->vno);
crypto/heimdal/lib/krb5/keytab_file.c
709
ret = krb5_store_int32(sp, len);
crypto/heimdal/lib/krb5/keytab_file.c
749
krb5_store_int32(cursor.sp, -len);
crypto/heimdal/lib/krb5/keytab_keyfile.c
415
ret = krb5_store_int32(sp, len);
crypto/heimdal/lib/krb5/keytab_keyfile.c
430
ret = krb5_store_int32(sp, entry->vno);
crypto/heimdal/lib/krb5/krb5-protos.h
4050
krb5_store_int32 (
crypto/heimdal/lib/krb5/misc.c
56
ret = krb5_store_int32(sp, self->name.name_type);
crypto/heimdal/lib/krb5/store-test.c
79
krb5_store_int32(sp, 0x01020304);
crypto/heimdal/lib/krb5/store-test.c
84
krb5_store_int32(sp, 0x01020304);
crypto/heimdal/lib/krb5/store-test.c
89
krb5_store_int32(sp, 0x01020304);
crypto/heimdal/lib/krb5/store-test.c
94
krb5_store_int32(sp, 0x01020304);
crypto/heimdal/lib/krb5/store.c
1076
ret = krb5_store_int32(sp, times.authtime);
crypto/heimdal/lib/krb5/store.c
1078
ret = krb5_store_int32(sp, times.starttime);
crypto/heimdal/lib/krb5/store.c
1080
ret = krb5_store_int32(sp, times.endtime);
crypto/heimdal/lib/krb5/store.c
1082
ret = krb5_store_int32(sp, times.renew_till);
crypto/heimdal/lib/krb5/store.c
1176
ret = krb5_store_int32(sp, p.len);
crypto/heimdal/lib/krb5/store.c
1234
ret = krb5_store_int32(sp, auth.len);
crypto/heimdal/lib/krb5/store.c
1325
ret = krb5_store_int32(sp, creds->flags.i);
crypto/heimdal/lib/krb5/store.c
1327
ret = krb5_store_int32(sp, bitswap32(TicketFlags2int(creds->flags.b)));
crypto/heimdal/lib/krb5/store.c
1448
ret = krb5_store_int32(sp, header);
crypto/heimdal/lib/krb5/store.c
1477
ret = krb5_store_int32(sp, bitswap32(TicketFlags2int(creds->flags.b)));
crypto/heimdal/lib/krb5/store.c
375
return krb5_store_int32(sp, (int32_t)value);
crypto/heimdal/lib/krb5/store.c
651
ret = krb5_store_int32(sp, data.length);
crypto/heimdal/lib/krb5/store.c
911
ret = krb5_store_int32(sp, p->name.name_type);
crypto/heimdal/lib/krb5/store.c
915
ret = krb5_store_int32(sp, p->name.name_string.len + 1);
crypto/heimdal/lib/krb5/store.c
917
ret = krb5_store_int32(sp, p->name.name_string.len);
crypto/heimdal/lib/krb5/test_store.c
99
ret = krb5_store_int32(sp, val[i]);
kerberos5/lib/libgssapi_krb5/gss_krb5.c
436
ret = krb5_store_int32(sp, enctypes[i]);