Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:last_seq
(Results
1 - 10
of
10
) sorted by relevance
/third_party/libcoap/src/oscore/
H
A
D
oscore.c
375
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
D
rand_vms.c
556
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
D
rand_vms.c
556
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
D
coap_oscore.c
1006
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
D
amdgpu_internal.h
121
uint64_t
last_seq
[AMDGPU_HW_IP_NUM][AMDGPU_HW_IP_INSTANCE_MAX_COUNT][AMDGPU_CS_MAX_RINGS];
member
H
A
D
amdgpu_cs.c
377
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
D
oscore_context.h
116
uint64_t
last_seq
;
member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_conn.h
419
/*
last_seq
is the last sequence number of connection ID. */
420
uint64_t
last_seq
;
member
H
A
D
ngtcp2_conn.c
3313
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
D
cups-browsed.c
11235
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