Home
last modified time | relevance | path

Searched refs:seq_send64 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c398 u64 seq_send64; in gss_import_v2_context() local
413 p = simple_get_bytes(p, end, &seq_send64, sizeof(seq_send64)); in gss_import_v2_context()
416 atomic64_set(&ctx->seq_send64, seq_send64); in gss_import_v2_context()
418 atomic_set(&ctx->seq_send, seq_send64); in gss_import_v2_context()
419 if (seq_send64 != atomic_read(&ctx->seq_send)) { in gss_import_v2_context()
420 dprintk("%s: seq_send64 %llx, seq_send %x overflow?\n", __func__, in gss_import_v2_context()
421 seq_send64, atomic_read(&ctx->seq_send)); in gss_import_v2_context()
H A Dgss_krb5_seal.c123 seq_send_be64 = cpu_to_be64(atomic64_fetch_inc(&ctx->seq_send64)); in gss_krb5_get_mic_v2()
H A Dgss_krb5_wrap.c131 *be64ptr = cpu_to_be64(atomic64_fetch_inc(&kctx->seq_send64)); in gss_krb5_wrap_v2()
H A Dgss_krb5_internal.h78 atomic64_t seq_send64; member
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c485 u64 seq_send64; in gss_import_v2_context() local
500 p = simple_get_bytes(p, end, &seq_send64, sizeof(seq_send64)); in gss_import_v2_context()
503 atomic64_set(&ctx->seq_send64, seq_send64); in gss_import_v2_context()
505 atomic_set(&ctx->seq_send, seq_send64); in gss_import_v2_context()
506 if (seq_send64 != atomic_read(&ctx->seq_send)) { in gss_import_v2_context()
507 dprintk("%s: seq_send64 %llx, seq_send %x overflow?\n", __func__, in gss_import_v2_context()
508 seq_send64, atomic_read(&ctx->seq_send)); in gss_import_v2_context()
H A Dgss_krb5_seal.c184 seq_send_be64 = cpu_to_be64(atomic64_fetch_inc(&ctx->seq_send64)); in gss_get_mic_v2()
H A Dgss_krb5_wrap.c449 *be64ptr = cpu_to_be64(atomic64_fetch_inc(&kctx->seq_send64)); in gss_wrap_kerberos_v2()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dgss_krb5.h111 atomic64_t seq_send64; member

Completed in 6 milliseconds