Home
last modified time | relevance | path

Searched refs:CfBlobFree (Results 1 - 11 of 11) sorted by relevance

/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_match_parameters.cpp396 CfBlobFree(&matchParams->validDate); in FreeX509CertMatchParams()
397 CfBlobFree(&matchParams->issuer); in FreeX509CertMatchParams()
398 CfBlobFree(&matchParams->keyUsage); in FreeX509CertMatchParams()
399 CfBlobFree(&matchParams->serialNumber); in FreeX509CertMatchParams()
400 CfBlobFree(&matchParams->subject); in FreeX509CertMatchParams()
401 CfBlobFree(&matchParams->publicKey); in FreeX509CertMatchParams()
402 CfBlobFree(&matchParams->publicKeyAlgID); in FreeX509CertMatchParams()
403 CfBlobFree(&matchParams->authorityKeyIdentifier); in FreeX509CertMatchParams()
404 CfBlobFree(&matchParams->nameConstraints); in FreeX509CertMatchParams()
405 CfBlobFree( in FreeX509CertMatchParams()
[all...]
H A Dnapi_x509_crl_match_parameters.cpp143 CfBlobFree(&matchParams->updateDateTime); in FreeX509CrlMatchParams()
144 CfBlobFree(&matchParams->maxCRL); in FreeX509CrlMatchParams()
145 CfBlobFree(&matchParams->minCRL); in FreeX509CrlMatchParams()
H A Dnapi_x509_cert_chain_validate_params.cpp312 CfBlobFree(&param->ocspResponderURI); in FreeHcfRevocationCheckParam()
316 CfBlobFree(&param->ocspResponses); in FreeHcfRevocationCheckParam()
317 CfBlobFree(&param->crlDownloadURI); in FreeHcfRevocationCheckParam()
324 CfBlobFree(&param->ocspDigest); in FreeHcfRevocationCheckParam()
426 CfBlobFree(&param.date); in FreeX509CertChainValidateParams()
441 CfBlobFree(&(param.sslHostname)); in FreeX509CertChainValidateParams()
460 CfBlobFree(&trustAnchorArray->data[i]->CAPubKey); in FreeTrustAnchorArray()
461 CfBlobFree(&trustAnchorArray->data[i]->CASubject); in FreeTrustAnchorArray()
462 CfBlobFree(&trustAnchorArray->data[i]->nameConstraints); in FreeTrustAnchorArray()
H A Dnapi_x509_trust_anchor.cpp182 CfBlobFree(&trustAnchor->CAPubKey); in FreeX509TrustAnchorObj()
183 CfBlobFree(&trustAnchor->CASubject); in FreeX509TrustAnchorObj()
184 CfBlobFree(&trustAnchor->nameConstraints); in FreeX509TrustAnchorObj()
H A Dnapi_x509_distinguished_name.cpp72 CfBlobFree(&(context->inPara)); in FreeCryptoFwkCtx()
177 CfBlobFree(&inPara); in GetName()
183 CfBlobFree(&inPara); in GetName()
H A Dnapi_x509_cert_chain.cpp123 CfBlobFree(&(context->keyStore)); in DeleteCertChainContext()
/base/security/certificate_framework/interfaces/inner_api/common/
H A Dcf_blob.h56 void CfBlobFree(CfBlob **blob);
/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_blob.c23 void CfBlobFree(CfBlob **blob) in CfBlobFree() function
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_test_common.cpp340 CfBlobFree(&trustAnchor->CAPubKey); in FreeTrustAnchor()
341 CfBlobFree(&trustAnchor->CASubject); in FreeTrustAnchor()
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp101 CfBlobFree(&trustAnchor->CAPubKey); in FreeTrustAnchor1()
102 CfBlobFree(&trustAnchor->CASubject); in FreeTrustAnchor1()
666 CfBlobFree(&trustAnchor->CAPubKey); in FreeTrustAnchorData()
667 CfBlobFree(&trustAnchor->CASubject); in FreeTrustAnchorData()
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c427 CfBlobFree(&trustAnchor->CAPubKey); in FreeTrustAnchorData()
428 CfBlobFree(&trustAnchor->CASubject); in FreeTrustAnchorData()
464 CfBlobFree(&outAnchor->CAPubKey); in CopyHcfX509TrustAnchor()
473 CfBlobFree(&outAnchor->CAPubKey); in CopyHcfX509TrustAnchor()
474 CfBlobFree(&outAnchor->CASubject); in CopyHcfX509TrustAnchor()
2004 CfBlobFree(&trustAnchorArray->data[i]->CAPubKey); in FreeHcfX509TrustAnchorArrayInner()
2005 CfBlobFree(&trustAnchorArray->data[i]->CASubject); in FreeHcfX509TrustAnchorArrayInner()
2006 CfBlobFree(&trustAnchorArray->data[i]->nameConstraints); in FreeHcfX509TrustAnchorArrayInner()

Completed in 10 milliseconds