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:sender_key
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libcoap/src/oscore/
H
A
D
oscore_context.c
130
coap_delete_bin_const(osc_ctx->sender_context->
sender_key
);
in oscore_free_context()
369
osc_ctx->sender_context->
sender_key
);
in oscore_log_context()
394
/* Update
sender_key
, recipient_key and common_iv */
in oscore_update_ctx()
395
temp = osc_ctx->sender_context->
sender_key
;
in oscore_update_ctx()
396
osc_ctx->sender_context->
sender_key
=
in oscore_update_ctx()
401
if (!osc_ctx->sender_context->
sender_key
)
in oscore_update_ctx()
402
osc_ctx->sender_context->
sender_key
= temp;
in oscore_update_ctx()
469
sender_ctx->
sender_key
= oscore_build_key(osc_ctx,
in oscore_duplicate_ctx()
473
if (!sender_ctx->
sender_key
)
in oscore_duplicate_ctx()
547
sender_ctx->
sender_key
in oscore_derive_ctx()
[all...]
/third_party/libcoap/tests/
H
A
D
test_oscore.c
41
static const uint8_t
sender_key
[] = {
in t_oscore_c_1_1()
local
76
CU_ASSERT(CHECK_SAME(
sender_key
, ctx->p_osc_ctx->sender_context->
sender_key
));
in t_oscore_c_1_1()
105
static const uint8_t
sender_key
[] = {
in t_oscore_c_1_2()
local
140
CU_ASSERT(CHECK_SAME(
sender_key
, ctx->p_osc_ctx->sender_context->
sender_key
));
in t_oscore_c_1_2()
168
static const uint8_t
sender_key
[] = {
in t_oscore_c_2_1()
local
203
CU_ASSERT(CHECK_SAME(
sender_key
, ctx->p_osc_ctx->sender_context->
sender_key
));
in t_oscore_c_2_1()
231
static const uint8_t
sender_key
[]
in t_oscore_c_2_2()
local
296
static const uint8_t
sender_key
[] = {
t_oscore_c_3_1()
local
361
static const uint8_t
sender_key
[] = {
t_oscore_c_3_2()
local
[all...]
/third_party/libcoap/include/oscore/
H
A
D
oscore_context.h
108
coap_bin_const_t *
sender_key
;
member
271
coap_bin_const_t *
sender_key
,
/third_party/libcoap/src/
H
A
D
coap_oscore.c
586
cose_encrypt0_set_key(cose, snd_ctx->
sender_key
);
in coap_oscore_new_pdu_encrypted()
Completed in 6 milliseconds