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:HCF_MAX_STR_LEN
(Results
1 - 7
of
7
) sorted by relevance
/base/security/crypto_framework/common/inc/
H
A
D
config.h
19
#define
HCF_MAX_STR_LEN
1024 // input string parameter max length limit, include \0
macro
/base/security/certificate_framework/frameworks/common/v1.0/inc/
H
A
D
config.h
19
#define
HCF_MAX_STR_LEN
1024 // input string parameter max length limit, include \0
macro
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H
A
D
x509_certificate_openssl.c
641
char *issuer = (char *)CfMalloc(
HCF_MAX_STR_LEN
+ 1, 0);
in GetIssuerDNX509Openssl()
649
X509_NAME_oneline(issuerName, issuer,
HCF_MAX_STR_LEN
);
in GetIssuerDNX509Openssl()
682
char *subject = (char *)CfMalloc(
HCF_MAX_STR_LEN
+ 1, 0);
in GetSubjectDNX509Openssl()
690
X509_NAME_oneline(subjectName, subject,
HCF_MAX_STR_LEN
);
in GetSubjectDNX509Openssl()
800
if ((date == NULL) || (strlen(date) >
HCF_MAX_STR_LEN
)) {
in GetNotBeforeX509Openssl()
833
if ((date == NULL) || (strlen(date) >
HCF_MAX_STR_LEN
)) {
in GetNotAfterX509Openssl()
1010
if ((keyUsage == NULL) || (keyUsage->length <= 0) || (keyUsage->length >=
HCF_MAX_STR_LEN
)) {
in GetKeyUsageX509Openssl()
1141
if ((str == NULL) || (strlen(str) >
HCF_MAX_STR_LEN
)) {
in STACK_OF()
1923
if ((str == NULL) || (strlen(str) >
HCF_MAX_STR_LEN
)) {
in DeepCopyURIs()
H
A
D
x509_crl_openssl.c
249
if (strlen(issuer) >
HCF_MAX_STR_LEN
) {
in GetIssuerName()
301
if (thisUpdate == NULL || strlen(thisUpdate) >
HCF_MAX_STR_LEN
) {
in GetLastUpdate()
334
if ((nextUpdate == NULL) || (strlen(nextUpdate) >
HCF_MAX_STR_LEN
)) {
in GetNextUpdate()
H
A
D
certificate_openssl_common.c
188
if (strlen(name) >
HCF_MAX_STR_LEN
) {
in ConvertNameDerDataToString()
H
A
D
x509_crl_entry_openssl.c
166
if ((revTime == NULL) || (strlen(revTime) >
HCF_MAX_STR_LEN
)) {
in GetRevocationDate()
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H
A
D
cert_chain_validator.c
175
if (!CfIsStrValid(algorithm,
HCF_MAX_STR_LEN
) || (pathValidator == NULL)) {
in HcfCertChainValidatorCreate()
Completed in 8 milliseconds