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:releaseCert
(Results
1 - 3
of
3
) sorted by relevance
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H
A
D
app_provision.c
171
profVal->
releaseCert
= (unsigned char *)GetStringTag(jsonObj, "distribution-certificate");
in GetProfBundleInfo()
172
if (profVal->
releaseCert
== NULL) {
in GetProfBundleInfo()
174
profVal->
releaseCert
= APPV_MALLOC(sizeof(char));
in GetProfBundleInfo()
175
P_NULL_RETURN_WTTH_LOG(profVal->
releaseCert
);
in GetProfBundleInfo()
176
profVal->
releaseCert
[0] = '\0';
in GetProfBundleInfo()
241
FREE_IF_NOT_NULL(pfval->
releaseCert
);
in FreeProfBundle()
368
if (strlen((char *)pf->bundleInfo.
releaseCert
) == 0) {
in VerifyAppBundleInfo()
H
A
D
app_verify.c
685
if (profile->bundleInfo.
releaseCert
&&
in GetAppSignPublicKey()
686
strlen((char *)profile->bundleInfo.
releaseCert
) != 0) {
in GetAppSignPublicKey()
687
ret = ParseCertGetPk((char *)profile->bundleInfo.
releaseCert
, pk);
in GetAppSignPublicKey()
869
if (strlen((char *)pf->bundleInfo.
releaseCert
) == 0) {
in CheckReleaseAppSign()
873
int32_t ret = LoadCertAndCmpDest(pf->bundleInfo.
releaseCert
, binSignCert);
in CheckReleaseAppSign()
893
if (strlen((char *)pf->bundleInfo.
releaseCert
) != 0) {
in CheckDebugAppSign()
894
ret = LoadCertAndCmpDest(pf->bundleInfo.
releaseCert
, binSignCert);
in CheckDebugAppSign()
1030
FREE_IF_NOT_NULL(pf->bundleInfo.
releaseCert
);
in VerfiyAppSourceGetProfile()
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H
A
D
app_verify_pub.h
81
unsigned char *
releaseCert
; /* distribution-certificate */
member
Completed in 4 milliseconds