Searched refs:krb5_store_int16 (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | export_sec_context.c | 113 kret = krb5_store_int16 (sp, ac->local_port); in _gsskrb5_export_sec_context() 118 kret = krb5_store_int16 (sp, ac->remote_port); in _gsskrb5_export_sec_context()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | keytab_file.c | 100 ret = krb5_store_int16(sp, data.length); in krb5_kt_store_data() 118 ret = krb5_store_int16(sp, len); in krb5_kt_store_string() 163 ret = krb5_store_int16(sp, p->keytype); /* keytype + etype */ in krb5_kt_store_keyblock() 269 ret = krb5_store_int16(sp, p->name.name_string.len + 1); in krb5_kt_store_principal() 271 ret = krb5_store_int16(sp, p->name.name_string.len); in krb5_kt_store_principal()
|
H A D | store.c | 461 krb5_store_int16(krb5_storage *sp, in krb5_store_int16() function 487 return krb5_store_int16(sp, (int16_t)value); in krb5_store_uint16() 1017 ret = krb5_store_int16(sp, p.keytype); in krb5_store_keyblock() 1023 ret = krb5_store_int16(sp, p.keytype); in krb5_store_keyblock() 1131 ret = krb5_store_int16(sp, p.addr_type); in krb5_store_address() 1237 ret = krb5_store_int16(sp, auth.val[i].ad_type); in krb5_store_authdata()
|
H A D | fcache.c | 447 ret |= krb5_store_int16 (sp, 12); /* length */ in fcc_initialize() 448 ret |= krb5_store_int16 (sp, FCC_TAG_DELTATIME); /* Tag */ in fcc_initialize() 449 ret |= krb5_store_int16 (sp, 8); /* length of data */ in fcc_initialize() 453 ret |= krb5_store_int16 (sp, 0); in fcc_initialize()
|
H A D | test_store.c | 74 ret = krb5_store_int16(sp, val[i]); in test_int16()
|
H A D | version-script.map | 613 krb5_store_int16;
|
H A D | kcm.c | 123 ret = krb5_store_int16(sp, opcode); in krb5_kcm_storage_request()
|
H A D | krb5-protos.h | 4045 krb5_store_int16 (
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm.c | 428 CHECK(krb5_store_int16(out, 0), 0); in heim_ntlm_encode_targetinfo() 429 CHECK(krb5_store_int16(out, 0), 0); in heim_ntlm_encode_targetinfo()
|
/freebsd/kerberos5/lib/libkrb5/ |
H A D | Makefile | 448 krb5_storage.3 krb5_store_int16.3 \
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/ |
H A D | manpages | 332 krb5/man/man3/krb5_store_int16.3
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 1461 (krb5_store_int32,krb5_ret_int32,krb5_store_int16,krb5_ret_int16):
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 3527 OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
|