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:rcp_ctx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_oscore.c
291
oscore_recipient_ctx_t *
rcp_ctx
= session->recipient_ctx;
in coap_oscore_new_pdu_encrypted()
local
292
oscore_ctx_t *osc_ctx =
rcp_ctx
?
rcp_ctx
->osc_ctx : NULL;
in coap_oscore_new_pdu_encrypted()
330
rcp_ctx
= session->recipient_ctx;
in coap_oscore_new_pdu_encrypted()
331
if (
rcp_ctx
== NULL)
in coap_oscore_new_pdu_encrypted()
333
osc_ctx =
rcp_ctx
->osc_ctx;
in coap_oscore_new_pdu_encrypted()
344
rcp_ctx
= association->recipient_ctx;
in coap_oscore_new_pdu_encrypted()
345
osc_ctx =
rcp_ctx
->osc_ctx;
in coap_oscore_new_pdu_encrypted()
429
cose_encrypt0_set_key_id(cose,
rcp_ctx
->recipient_id);
in coap_oscore_new_pdu_encrypted()
671
association->recipient_ctx =
rcp_ctx
;
in coap_oscore_new_pdu_encrypted()
791
oscore_recipient_ctx_t *
rcp_ctx
= NULL;
coap_oscore_decrypt_pdu()
local
2044
oscore_recipient_ctx_t *
rcp_ctx
= session->recipient_ctx;
coap_oscore_overhead()
local
[all...]
/third_party/libcoap/src/oscore/
H
A
D
oscore_context.c
602
oscore_recipient_ctx_t *
rcp_ctx
= osc_ctx->recipient_chain;
in oscore_add_recipient()
local
610
while (
rcp_ctx
) {
in oscore_add_recipient()
611
if (
rcp_ctx
->recipient_id->length == rid->length &&
in oscore_add_recipient()
612
memcmp(
rcp_ctx
->recipient_id->s, rid->s, rid->length) == 0) {
in oscore_add_recipient()
616
rcp_ctx
=
rcp_ctx
->next_recipient;
in oscore_add_recipient()
647
rcp_ctx
= osc_ctx->recipient_chain;
in oscore_add_recipient()
648
recipient_ctx->next_recipient =
rcp_ctx
;
in oscore_add_recipient()
Completed in 3 milliseconds