Home
last modified time | relevance | path

Searched refs:seq_send (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_seal.c136 u32 seq_send; in gss_get_mic_v1() local
158 seq_send = ctx->seq_send++; in gss_get_mic_v1()
162 seq_send, ptr + GSS_KRB5_TOK_HDR_LEN, ptr + 8)) in gss_get_mic_v1()
177 u64 seq_send; in gss_get_mic_v2() local
189 seq_send = ctx->seq_send64++; in gss_get_mic_v2()
192 seq_send_be64 = cpu_to_be64(seq_send); in gss_get_mic_v2()
Dgss_krb5_wrap.c169 u32 seq_send; in gss_wrap_kerberos_v1() local
232 seq_send = kctx->seq_send++; in gss_wrap_kerberos_v1()
238 seq_send, ptr + GSS_KRB5_TOK_HDR_LEN, ptr + 8))) in gss_wrap_kerberos_v1()
249 krb5_rc4_setup_enc_key(kctx, cipher, seq_send); in gss_wrap_kerberos_v1()
Dgss_krb5_mech.c319 p = simple_get_bytes(p, end, &ctx->seq_send, sizeof(ctx->seq_send)); in gss_import_v1_context()
627 ctx->seq_send = ctx->seq_send64; in gss_import_v2_context()
628 if (ctx->seq_send64 != ctx->seq_send) { in gss_import_v2_context()
630 (unsigned long)ctx->seq_send64, ctx->seq_send); in gss_import_v2_context()
/Linux-v4.19/include/linux/sunrpc/
Dgss_krb5.h110 u32 seq_send; member