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:cose_key
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/lib/cose/
H
A
D
cose_validate_alg.c
42
alg->
cose_key
= ck;
in lws_cose_val_alg_create()
206
res->
cose_key
= alg->
cose_key
;
in lws_cose_val_alg_destroy()
H
A
D
private-lib-cose.h
51
const lws_cose_key_t *
cose_key
;
member
H
A
D
cose_sign.c
266
ke = &alg->
cose_key
->meta[COSEKEY_META_KID];
in lws_cose_sign_payload_chunk()
483
ke = &alg->
cose_key
->meta[COSEKEY_META_KID];
in lws_cose_sign_payload_chunk()
H
A
D
cose_sign_alg.c
42
alg->
cose_key
= ck;
in lws_cose_sign_alg_create()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
H
A
D
main.c
367
if (res->
cose_key
) {
in main()
368
ke = &res->
cose_key
->meta[COSEKEY_META_KID];
in main()
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-cose.h
268
*
cose_key
286
/** lws_cose_jwk_import() - Create an lws_cose_key_t object from
cose_key
CBOR
288
* \param pkey_set: NULL, or a pointer to an lws_dll2_owner_t for a
cose_key
set
293
* \param in: a single
cose_key
294
* \param len: the length of the
cose_key
in bytes
298
* zero or more
cose_key
CBOR, and adds each to the \p pkey_set
306
/** lws_cose_key_export() - Create
cose_key
CBOR from an lws_cose_key_t
369
const lws_cose_key_t *
cose_key
;
member
Completed in 4 milliseconds