Home
last modified time | relevance | path

Searched refs:HcfX509DistinguishedNameCreate (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509distinguishedname_fuzzer/
H A Dx509distinguished_name_fuzzer.cpp62 … CfResult res = HcfX509DistinguishedNameCreate(&nameDerStream, false, &x509DistinguishedNameObj); in CreateOneDistinguishedName()
74 res = HcfX509DistinguishedNameCreate(&nameStrStream, true, &x509DistinguishedNameObj); in CreateOneDistinguishedName()
99 CfResult res = HcfX509DistinguishedNameCreate(&inStream, false, &x509DistinguishedNameObj); in X509DistinguishedNameFuzzTest()
108 res = HcfX509DistinguishedNameCreate(&inStream, true, &x509DistinguishedNameObj); in X509DistinguishedNameFuzzTest()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dx509_distinguished_name_test.cpp105 ret = HcfX509DistinguishedNameCreate(&out, true, &x509Name); in SetUpTestCase()
146 ret = HcfX509DistinguishedNameCreate(&out, true, &x509Name);
174 ret = HcfX509DistinguishedNameCreate(&out, false, &x509Name);
177 ret = HcfX509DistinguishedNameCreate(NULL, true, &x509Name);
180 ret = HcfX509DistinguishedNameCreate(&out, true, NULL);
183 ret = HcfX509DistinguishedNameCreate(NULL, true, NULL);
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_distinguished_name.h53 CfResult HcfX509DistinguishedNameCreate(const CfBlob *inStream, bool bString, HcfX509DistinguishedN…
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_distinguished_name.c112 CfResult HcfX509DistinguishedNameCreate(const CfBlob *inStream, bool bString, HcfX509DistinguishedN… in HcfX509DistinguishedNameCreate() function
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_distinguished_name.cpp92 …context->errCode = HcfX509DistinguishedNameCreate(context->inPara, context->paraIsString, &context… in CreateDistinguishedNameExecute()
H A Dnapi_x509_crl_entry.cpp450 CfResult ret = HcfX509DistinguishedNameCreate(&blob, true, &x509Name); in GetCertIssuerX500DistinguishedName()
H A Dnapi_x509_certificate.cpp869 ret = HcfX509DistinguishedNameCreate(&blob, true, &x509Name); in GetIssuerX500DistinguishedName()
906 ret = HcfX509DistinguishedNameCreate(&blob, true, &x509Name); in GetSubjectX500DistinguishedName()
H A Dnapi_x509_crl.cpp827 ret = HcfX509DistinguishedNameCreate(&blob, true, &x509Name); in GetIssuerX500DistinguishedName()