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:hks_blob
(Results
1 - 3
of
3
) sorted by relevance
/base/security/huks/interfaces/inner_api/huks_lite/
H
A
D
hks_client.h
30
HKS_DLL_API_PUBLIC void hks_get_sdk_version(struct
hks_blob
*sdk_version);
70
HKS_DLL_API_PUBLIC int32_t hks_generate_key(const struct
hks_blob
*key_alias,
85
const struct hks_key_param *key_param, struct
hks_blob
*pri_key,
86
struct
hks_blob
*pub_key);
101
const struct
hks_blob
*key_alias,
102
const struct hks_key_param *key_param, const struct
hks_blob
*key);
111
const struct
hks_blob
*key_alias, struct
hks_blob
*key);
119
HKS_DLL_API_PUBLIC int32_t hks_delete_key(const struct
hks_blob
*key_alias);
126
HKS_DLL_API_PUBLIC int32_t hks_get_key_param(const struct
hks_blob
*key_alia
[all...]
H
A
D
hks_types.h
94
struct
hks_blob
{
struct
223
struct
hks_blob
key_auth_id; /* auth id */
227
struct
hks_blob
nonce; /* Nonce value or iv vector */
228
struct
hks_blob
aad;
246
struct
hks_blob
*cipher_text;
247
struct
hks_blob
*nonce_blob; /* Nonce value or iv vector */
248
struct
hks_blob
*aad_blob;
249
struct
hks_blob
*plain_text;
267
struct
hks_blob
*cert; /* cert array list */
H
A
D
hks_tmp_client.c
18
struct
hks_blob
{
struct
23
HKS_API_EXPORT int32_t hks_generate_random(struct
hks_blob
*random)
in hks_generate_random()
Completed in 2 milliseconds