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:Sm2CipherTextSt
(Results
1 - 2
of
2
) sorted by relevance
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H
A
D
cipher_sm2_crypto_util_openssl.c
26
static HcfResult BuildSm2Ciphertext(const Sm2CipherTextSpec *spec, struct
Sm2CipherTextSt
*sm2Text)
in BuildSm2Ciphertext()
57
struct
Sm2CipherTextSt
*sm2Text = OpensslSm2CipherTextNew();
in HcfSm2SpecToAsn1()
82
static HcfResult BuildSm2CiphertextSpec(struct
Sm2CipherTextSt
*sm2Text, Sm2CipherTextSpec *tempSpec)
in BuildSm2CiphertextSpec()
124
struct
Sm2CipherTextSt
*sm2Text = OpensslD2iSm2CipherText(input->data, input->len);
in HcfAsn1ToSm2Spec()
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H
A
D
openssl_adapter.h
348
typedef struct
Sm2CipherTextSt
Sm2CipherText;
351
struct
Sm2CipherTextSt
{
struct
358
void OpensslSm2CipherTextFree(struct
Sm2CipherTextSt
*sm2Text);
359
struct
Sm2CipherTextSt
*OpensslD2iSm2CipherText(const uint8_t *ciphertext, size_t cipherTextLen);
363
struct
Sm2CipherTextSt
*OpensslSm2CipherTextNew(void);
364
int OpensslI2dSm2CipherText(struct
Sm2CipherTextSt
*sm2Text, unsigned char **returnData);
Completed in 2 milliseconds