| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | k5sealv3.c | 151 store_16_be(KG2_TOK_WRAP_MSG, outbuf); in gss_krb5int_make_seal_token_v3() 158 store_16_be(ec, outbuf+4); in gss_krb5int_make_seal_token_v3() 160 store_16_be(0, outbuf+6); in gss_krb5int_make_seal_token_v3() 182 store_16_be(rrc, outbuf+6); in gss_krb5int_make_seal_token_v3() 213 store_16_be(tok_id, outbuf); in gss_krb5int_make_seal_token_v3() 223 store_16_be(0, outbuf+4); in gss_krb5int_make_seal_token_v3() 225 store_16_be(0, outbuf+6); in gss_krb5int_make_seal_token_v3() 228 store_16_be(0xffff, outbuf+4); in gss_krb5int_make_seal_token_v3() 229 store_16_be(0xffff, outbuf+6); in gss_krb5int_make_seal_token_v3() 259 store_16_be(rrc, outbuf+6); in gss_krb5int_make_seal_token_v3() [all …]
|
| H A D | k5sealv3iov.c | 145 store_16_be(KG2_TOK_WRAP_MSG, outbuf); in gss_krb5int_make_seal_token_v3_iov() 152 store_16_be(ec, outbuf + 4); in gss_krb5int_make_seal_token_v3_iov() 154 store_16_be(0, outbuf + 6); in gss_krb5int_make_seal_token_v3_iov() 173 store_16_be(rrc, outbuf + 6); in gss_krb5int_make_seal_token_v3_iov() 216 store_16_be(tok_id, outbuf); in gss_krb5int_make_seal_token_v3_iov() 227 store_16_be(0, outbuf + 4); in gss_krb5int_make_seal_token_v3_iov() 229 store_16_be(0, outbuf + 6); in gss_krb5int_make_seal_token_v3_iov() 232 store_16_be(0xFFFF, outbuf + 4); in gss_krb5int_make_seal_token_v3_iov() 233 store_16_be(0xFFFF, outbuf + 6); in gss_krb5int_make_seal_token_v3_iov() 247 store_16_be(gss_trailerlen, outbuf + 4); in gss_krb5int_make_seal_token_v3_iov() [all …]
|
| H A D | export_name.c | 75 store_16_be(gss_mech_krb5->length+2, cp); in krb5_gss_export_name()
|
| H A D | k5unsealiov.c | 477 store_16_be(0, ptr + 4); /* set RRC to zero */ in kg_unseal_stream_iov()
|
| H A D | naming_exts.c | 639 store_16_be(gss_mech_krb5->length + 2, cp); in krb5_gss_export_name_composite()
|
| H A D | util_crypt.c | 331 store_16_be(toktype, ckhdr); in kg_verify_checksum_v3()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | chpw.c | 47 store_16_be(packet->length, ptr); in krb5int_mk_chpw_req() 57 store_16_be(ap_req->length, ptr); in krb5int_mk_chpw_req() 328 store_16_be(packet->length, ptr); in krb5int_mk_setpw_req() 334 store_16_be(ap_req->length, ptr); in krb5int_mk_setpw_req()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | t_unal.c | 34 assert((store_16_be(0x0304, u.b+3), !memcmp(buf, u.b, 9))); in main()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-buf.h | 129 store_16_be(val, p); in k5_buf_add_uint16_be()
|
| H A D | k5-platform.h | 562 store_16_be (unsigned int val, void *vp) in store_16_be() function
|
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kdb_ldap.h | 139 #define STORE16_INT(ptr, val) store_16_be(val, ptr)
|
| H A D | ldap_misc.c | 614 store_16_be(2, ptr + 1); in store_tl_data() 615 store_16_be(ival, ptr + 3); in store_tl_data() 628 store_16_be(len, ptr + 1); in store_tl_data()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | ccmarshal.c | 342 store_16_be(num, n); in put16()
|
| H A D | cc_kcm.c | 173 store_16_be(opcode, bytes + 2); in kcmreq_init()
|
| H A D | cc_file.c | 877 store_16_be(context->fcc_default_format, fcc_fvno); in krb5int_fcc_new_unique()
|
| /freebsd/crypto/krb5/src/lib/krad/ |
| H A D | packet.c | 53 #define pkt_len_set(p, v) store_16_be(v, offset(&(p)->pkt, OFFSET_LENGTH))
|