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:keyPair_
(Results
1 - 4
of
4
) sorted by relevance
/base/security/crypto_framework/frameworks/cj/src/
H
A
D
key_pair_impl.cpp
22
this->
keyPair_
= keyPair;
in KeyPairImpl()
27
HcfObjDestroy(this->
keyPair_
);
in ~KeyPairImpl()
28
this->
keyPair_
= nullptr;
in ~KeyPairImpl()
33
return this->
keyPair_
;
in GetHcfKeyPair()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H
A
D
napi_key_pair.cpp
31
this->
keyPair_
= keyPair;
in NapiKeyPair()
36
HcfObjDestroy(this->
keyPair_
);
in ~NapiKeyPair()
37
this->
keyPair_
= nullptr;
in ~NapiKeyPair()
104
if (this->
keyPair_
->pubKey != nullptr) {
in ConvertToJsKeyPair()
105
if (WrapPubKey(env, instance, this->
keyPair_
->pubKey) == false) {
in ConvertToJsKeyPair()
108
this->
keyPair_
->pubKey = nullptr;
in ConvertToJsKeyPair()
111
if (this->
keyPair_
->priKey != nullptr) {
in ConvertToJsKeyPair()
112
if (WrapPriKey(env, instance, this->
keyPair_
->priKey) == false) {
in ConvertToJsKeyPair()
115
this->
keyPair_
->priKey = nullptr;
in ConvertToJsKeyPair()
/base/security/crypto_framework/frameworks/cj/include/
H
A
D
key_pair_impl.h
32
HcfKeyPair *
keyPair_
= nullptr;
member in OHOS::CryptoFramework::KeyPairImpl
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H
A
D
napi_key_pair.h
40
HcfKeyPair *
keyPair_
= nullptr;
member in OHOS::CryptoFramework::NapiKeyPair
Completed in 2 milliseconds