Searched refs:_gsskrb5_encode_be_om_uint32 (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | prf.c | 122 _gsskrb5_encode_be_om_uint32(num, input.data); in _gsskrb5_pseudo_random()
|
H A D | cfx.c | 480 _gsskrb5_encode_be_om_uint32(0, &token->SND_SEQ[0]); 481 _gsskrb5_encode_be_om_uint32(seq_number, &token->SND_SEQ[4]); 1246 _gsskrb5_encode_be_om_uint32(0, &token->SND_SEQ[0]); in _gssapi_wrap_cfx() 1247 _gsskrb5_encode_be_om_uint32(seq_number, &token->SND_SEQ[4]); in _gssapi_wrap_cfx() 1614 _gsskrb5_encode_be_om_uint32(0, &token->SND_SEQ[0]); in _gssapi_mic_cfx() 1615 _gsskrb5_encode_be_om_uint32(seq_number, &token->SND_SEQ[4]); in _gssapi_mic_cfx()
|
H A D | 8003.c | 47 _gsskrb5_encode_be_om_uint32(OM_uint32 n, u_char *p) in _gsskrb5_encode_be_om_uint32() function
|
H A D | arcfour.c | 229 _gsskrb5_encode_be_om_uint32(seq_number, p); in _gssapi_get_mic_arcfour() 419 _gsskrb5_encode_be_om_uint32(seq_number, p0 + 8); in _gssapi_wrap_arcfour()
|
H A D | gsskrb5-private.h | 444 _gsskrb5_encode_be_om_uint32 (
|