Home
last modified time | relevance | path

Searched refs:last_seq (Results 1 - 10 of 10) sorted by relevance

/third_party/libcoap/src/oscore/
H A Doscore.c375 ctx->rollback_last_seq = ctx->last_seq; in oscore_validate_sender_seq()
383 ctx->last_seq = incoming_seq; in oscore_validate_sender_seq()
384 } else if (incoming_seq > ctx->last_seq) { in oscore_validate_sender_seq()
386 uint64_t shift = incoming_seq - ctx->last_seq; in oscore_validate_sender_seq()
390 ctx->last_seq = incoming_seq; in oscore_validate_sender_seq()
391 } else if (incoming_seq == ctx->last_seq) { in oscore_validate_sender_seq()
395 } else { /* incoming_seq < last_seq */ in oscore_validate_sender_seq()
396 uint64_t shift = ctx->last_seq - incoming_seq - 1; in oscore_validate_sender_seq()
402 ctx->last_seq, in oscore_validate_sender_seq()
406 /* seq + replay_window_size > last_seq */ in oscore_validate_sender_seq()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c556 static unsigned __int32 last_seq = 0; in ossl_pool_add_nonce_data() local
595 data.seq = ++last_seq; in ossl_pool_add_nonce_data()
598 last_seq = 0; in ossl_pool_add_nonce_data()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c556 static unsigned __int32 last_seq = 0; in ossl_pool_add_nonce_data() local
595 data.seq = ++last_seq; in ossl_pool_add_nonce_data()
598 last_seq = 0; in ossl_pool_add_nonce_data()
/third_party/libcoap/src/
H A Dcoap_oscore.c1006 rcp_ctx->last_seq = incoming_seq; in coap_oscore_decrypt_pdu()
1180 uint64_t last_seq; in coap_oscore_decrypt_pdu() local
1187 last_seq = in coap_oscore_decrypt_pdu()
1189 if (rcp_ctx->last_seq>= OSCORE_SEQ_MAX) { in coap_oscore_decrypt_pdu()
1193 if (last_seq > rcp_ctx->last_seq) in coap_oscore_decrypt_pdu()
1194 rcp_ctx->last_seq = last_seq; in coap_oscore_decrypt_pdu()
/third_party/libdrm/amdgpu/
H A Damdgpu_internal.h121 uint64_t last_seq[AMDGPU_HW_IP_NUM][AMDGPU_HW_IP_INSTANCE_MAX_COUNT][AMDGPU_CS_MAX_RINGS]; member
H A Damdgpu_cs.c377 context->last_seq[ibs_request->ip_type][ibs_request->ip_instance][ibs_request->ring] = ibs_request->seq_no; in amdgpu_cs_submit_one()
603 sem->signal_fence.fence = ctx->last_seq[ip_type][ip_instance][ring]; in amdgpu_cs_signal_semaphore()
/third_party/libcoap/include/oscore/
H A Doscore_context.h116 uint64_t last_seq; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.h419 /* last_seq is the last sequence number of connection ID. */
420 uint64_t last_seq; member
H A Dngtcp2_conn.c3313 seq = ++conn->scid.last_seq; in conn_enqueue_new_connection_id()
7998 if (conn->oscid.datalen == 0 || conn->scid.last_seq < fr->seq) { in conn_recv_retire_connection_id()
11373 conn->scid.last_seq = 1; in ngtcp2_conn_commit_local_transport_params()
/third_party/cups-filters/utils/
H A Dcups-browsed.c11235 int last_seq = context->sequence_number; in browse_poll_get_notifications() local
11246 last_seq = ippGetInteger (attr, 0); in browse_poll_get_notifications()
11252 context->sequence_number = last_seq; in browse_poll_get_notifications()

Completed in 41 milliseconds