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:sigtype
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
H
A
D
main.c
97
enum lws_cose_sig_types
sigtype
= SIGTYPE_UNKNOWN;
in main()
local
153
sigtype
= SIGTYPE_MULTI;
in main()
156
sigtype
= SIGTYPE_SINGLE;
in main()
159
sigtype
= SIGTYPE_MAC;
in main()
162
sigtype
= SIGTYPE_MAC0;
in main()
245
i.
sigtype
=
sigtype
;
in main()
312
vi.
sigtype
=
sigtype
;
in main()
/third_party/libwebsockets/lib/cose/
H
A
D
cose_validate.c
286
if (lws_cose_val_alg_hash(alg, sig_mctx[cps->info.
sigtype
],
in create_alg()
287
sig_mctx_len[cps->info.
sigtype
]))
in create_alg()
325
if (cps->info.
sigtype
== SIGTYPE_MULTI) {
in create_alg()
365
if (cps->info.
sigtype
== SIGTYPE_SINGLE)
in create_alg()
467
lwsl_notice("%s: tag
sigtype
%d\n", __func__, cps->info.
sigtype
);
in cb_cose_sig()
469
switch (cps->info.
sigtype
) {
in cb_cose_sig()
477
cps->info.
sigtype
= SIGTYPE_MULTI;
in cb_cose_sig()
480
cps->info.
sigtype
= SIGTYPE_SINGLE;
in cb_cose_sig()
483
// cps->info.
sigtype
in cb_cose_sig()
[all...]
H
A
D
cose_sign.c
40
if (info->
sigtype
== SIGTYPE_MAC) {
in lws_cose_sign_create()
136
// if (csc->info.
sigtype
== SIGTYPE_MAC0)
in lws_cose_sign_payload_chunk()
144
if (!csc->info.
sigtype
&& csc->type == SIGTYPE_MAC) {
in lws_cose_sign_payload_chunk()
148
if (!csc->info.
sigtype
||
in lws_cose_sign_payload_chunk()
149
csc->info.
sigtype
== SIGTYPE_SINGLE) /* ie, if no hint */
in lws_cose_sign_payload_chunk()
186
* Then, let's start hashing with the
sigtype
constant part
in lws_cose_sign_payload_chunk()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
H
A
D
sign.c
708
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
741
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
778
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
817
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
856
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
885
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
923
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
961
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
999
info.
sigtype
= SIGTYPE_SINGLE;
in test_cose_sign()
1037
info.
sigtype
in test_cose_sign()
[all...]
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-cose.h
399
enum lws_cose_sig_types
sigtype
;
member
478
enum lws_cose_sig_types
sigtype
;
member
Completed in 4 milliseconds