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:OH_CryptoKeyPair
(Results
1 - 4
of
4
) sorted by relevance
/base/security/crypto_framework/interfaces/kits/native/include/
H
A
D
crypto_asym_key.h
50
typedef struct
OH_CryptoKeyPair
OH_CryptoKeyPair
;
typedef
176
OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx,
OH_CryptoKeyPair
**keyCtx);
194
Crypto_DataBlob *pubKeyData, Crypto_DataBlob *priKeyData,
OH_CryptoKeyPair
**keyCtx);
219
void OH_CryptoKeyPair_Destroy(
OH_CryptoKeyPair
*keyCtx);
228
OH_CryptoPubKey *OH_CryptoKeyPair_GetPubKey(
OH_CryptoKeyPair
*keyCtx);
/base/security/crypto_framework/frameworks/native/src/
H
A
D
asym_key.c
45
typedef struct
OH_CryptoKeyPair
{
struct
51
}
OH_CryptoKeyPair
;
typedef
75
OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx,
OH_CryptoKeyPair
**keyCtx)
in OH_CryptoAsymKeyGenerator_Generate()
85
Crypto_DataBlob *pubKeyData, Crypto_DataBlob *priKeyData,
OH_CryptoKeyPair
**keyCtx)
in OH_CryptoAsymKeyGenerator_Convert()
125
void OH_CryptoKeyPair_Destroy(
OH_CryptoKeyPair
*keyCtx)
in OH_CryptoKeyPair_Destroy()
133
OH_CryptoPubKey *OH_CryptoKeyPair_GetPubKey(
OH_CryptoKeyPair
*keyCtx)
in OH_CryptoKeyPair_GetPubKey()
/base/security/crypto_framework/test/unittest/src/native/
H
A
D
native_asym_key_test.cpp
59
OH_CryptoKeyPair
*keyCtx = nullptr;
in HWTEST_F()
87
OH_CryptoKeyPair
*dupKeyPair = nullptr;
in HWTEST_F()
121
OH_CryptoKeyPair
*keyCtx = nullptr;
in HWTEST_F()
141
OH_CryptoKeyPair
*keyPair = nullptr;
in HWTEST_F()
160
OH_CryptoKeyPair
*dupKeyPair = nullptr;
in HWTEST_F()
183
OH_CryptoKeyPair
*keyPair = nullptr;
in HWTEST_F()
202
OH_CryptoKeyPair
*dupKeyPair = nullptr;
in HWTEST_F()
H
A
D
native_signature_test.cpp
52
OH_CryptoKeyPair
*keyPair = nullptr;
in HWTEST_F()
96
OH_CryptoKeyPair
*keyPair = nullptr;
in HWTEST_F()
Completed in 3 milliseconds