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:recipient_chain
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libcoap/src/oscore/
H
A
D
oscore_context.c
134
while (osc_ctx->
recipient_chain
) {
in oscore_free_context()
135
oscore_recipient_ctx_t *next = osc_ctx->
recipient_chain
->next_recipient;
in oscore_free_context()
137
oscore_free_recipient(osc_ctx->
recipient_chain
);
in oscore_free_context()
138
osc_ctx->
recipient_chain
= next;
in oscore_free_context()
196
oscore_recipient_ctx_t *rpt = pt->
recipient_chain
;
in oscore_find_context()
348
oscore_recipient_ctx_t *next = osc_ctx->
recipient_chain
;
in oscore_log_context()
405
temp = osc_ctx->
recipient_chain
->recipient_key;
in oscore_update_ctx()
406
osc_ctx->
recipient_chain
->recipient_key =
in oscore_update_ctx()
408
osc_ctx->
recipient_chain
->recipient_id,
in oscore_update_ctx()
411
if (!osc_ctx->
recipient_chain
in oscore_update_ctx()
[all...]
/third_party/libcoap/tests/
H
A
D
test_oscore.c
78
ctx->p_osc_ctx->
recipient_chain
->recipient_key));
in t_oscore_c_1_1()
82
cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->
recipient_chain
->recipient_id);
in t_oscore_c_1_1()
142
ctx->p_osc_ctx->
recipient_chain
->recipient_key));
in t_oscore_c_1_2()
146
cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->
recipient_chain
->recipient_id);
in t_oscore_c_1_2()
205
ctx->p_osc_ctx->
recipient_chain
->recipient_key));
in t_oscore_c_2_1()
209
cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->
recipient_chain
->recipient_id);
in t_oscore_c_2_1()
268
ctx->p_osc_ctx->
recipient_chain
->recipient_key));
in t_oscore_c_2_2()
272
cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->
recipient_chain
->recipient_id);
in t_oscore_c_2_2()
333
ctx->p_osc_ctx->
recipient_chain
->recipient_key));
in t_oscore_c_3_1()
337
cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->
recipient_chain
in t_oscore_c_3_1()
[all...]
/third_party/libcoap/include/oscore/
H
A
D
oscore_context.h
92
oscore_recipient_ctx_t *
recipient_chain
;
member
/third_party/libcoap/src/
H
A
D
coap_oscore.c
59
session->recipient_ctx = osc_ctx->
recipient_chain
;
in coap_oscore_initiate()
957
rcp_ctx = osc_ctx->
recipient_chain
;
in coap_oscore_decrypt_pdu()
Completed in 6 milliseconds