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:priKeyImpl
(Results
1 - 2
of
2
) sorted by relevance
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H
A
D
rsa_asy_key_generator_openssl.c
855
HcfOpensslRsaPriKey *
priKeyImpl
= NULL;
in PackKeyPair()
local
862
ret = PackPriKey(priKey, &
priKeyImpl
);
in PackKeyPair()
867
(*retKeyPair)->base.priKey = (HcfPriKey *)
priKeyImpl
;
in PackKeyPair()
1276
HcfOpensslRsaPriKey *
priKeyImpl
= NULL;
in GenerateKeyPairBySpec()
local
1295
res = PackPriKey(rsa, &
priKeyImpl
);
in GenerateKeyPairBySpec()
1304
keyPairImpl->base.priKey = (HcfPriKey *)
priKeyImpl
;
in GenerateKeyPairBySpec()
1347
HcfOpensslRsaPriKey *
priKeyImpl
= NULL;
in GeneratePriKeyBySpec()
local
1348
HcfResult res = PackPriKey(rsa, &
priKeyImpl
);
in GeneratePriKeyBySpec()
1354
*priKey = (HcfPriKey *)
priKeyImpl
;
in GeneratePriKeyBySpec()
/base/security/crypto_framework/frameworks/cj/src/
H
A
D
crypto_ffi.cpp
722
auto
priKeyImpl
= FFIData::GetData<PriKeyImpl>(pid);
in FFiOHOSSignInit()
local
723
if (
priKeyImpl
== nullptr) {
in FFiOHOSSignInit()
724
LOGE("[Sign] FFiOHOSSignInit failed to get
priKeyImpl
obj.");
in FFiOHOSSignInit()
727
HcfPriKey *priKey =
priKeyImpl
->GetPriKey();
in FFiOHOSSignInit()
840
LOGE("[Verify] FFiOHOSVerifyInit failed to get
priKeyImpl
obj.");
in FFiOHOSVerifyInit()
Completed in 6 milliseconds