Symbol: krb5_store_int16
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
113
kret = krb5_store_int16 (sp, ac->local_port);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
118
kret = krb5_store_int16 (sp, ac->remote_port);
crypto/heimdal/lib/hdb/hdb-mitdb.c
1060
ret = krb5_store_int16(sp, KDB_V1_BASE_LENGTH);
crypto/heimdal/lib/hdb/hdb-mitdb.c
1164
ret = krb5_store_int16(sp, key_versions);
crypto/heimdal/lib/hdb/hdb-mitdb.c
1169
ret = krb5_store_int16(sp, kvno);
crypto/heimdal/lib/hdb/hdb-mitdb.c
1175
ret = krb5_store_int16(sp, keytype);
crypto/heimdal/lib/hdb/hdb-mitdb.c
1180
ret = krb5_store_int16(sp, keylen);
crypto/heimdal/lib/krb5/fcache.c
447
ret |= krb5_store_int16 (sp, 12); /* length */
crypto/heimdal/lib/krb5/fcache.c
448
ret |= krb5_store_int16 (sp, FCC_TAG_DELTATIME); /* Tag */
crypto/heimdal/lib/krb5/fcache.c
449
ret |= krb5_store_int16 (sp, 8); /* length of data */
crypto/heimdal/lib/krb5/fcache.c
453
ret |= krb5_store_int16 (sp, 0);
crypto/heimdal/lib/krb5/kcm.c
123
ret = krb5_store_int16(sp, opcode);
crypto/heimdal/lib/krb5/keytab_file.c
100
ret = krb5_store_int16(sp, data.length);
crypto/heimdal/lib/krb5/keytab_file.c
118
ret = krb5_store_int16(sp, len);
crypto/heimdal/lib/krb5/keytab_file.c
163
ret = krb5_store_int16(sp, p->keytype); /* keytype + etype */
crypto/heimdal/lib/krb5/keytab_file.c
269
ret = krb5_store_int16(sp, p->name.name_string.len + 1);
crypto/heimdal/lib/krb5/keytab_file.c
271
ret = krb5_store_int16(sp, p->name.name_string.len);
crypto/heimdal/lib/krb5/krb5-protos.h
4045
krb5_store_int16 (
crypto/heimdal/lib/krb5/store.c
1017
ret = krb5_store_int16(sp, p.keytype);
crypto/heimdal/lib/krb5/store.c
1023
ret = krb5_store_int16(sp, p.keytype);
crypto/heimdal/lib/krb5/store.c
1131
ret = krb5_store_int16(sp, p.addr_type);
crypto/heimdal/lib/krb5/store.c
1237
ret = krb5_store_int16(sp, auth.val[i].ad_type);
crypto/heimdal/lib/krb5/store.c
487
return krb5_store_int16(sp, (int16_t)value);
crypto/heimdal/lib/krb5/test_store.c
74
ret = krb5_store_int16(sp, val[i]);
crypto/heimdal/lib/ntlm/ntlm.c
428
CHECK(krb5_store_int16(out, 0), 0);
crypto/heimdal/lib/ntlm/ntlm.c
429
CHECK(krb5_store_int16(out, 0), 0);