Home
last modified time | relevance | path

Searched refs:funcSet (Results 1 – 6 of 6) sorted by relevance

/base/security/crypto_framework/frameworks/key/
Dsym_key_generator.c48 SymKeyGenFuncSet funcSet; member
71 return &(SYMKEY_ABILITY_SET[i].funcSet); in FindAbility()
247 const SymKeyGenFuncSet *funcSet = FindAbility(&attr); in HcfSymKeyGeneratorCreate() local
248 if (funcSet == NULL) { in HcfSymKeyGeneratorCreate()
263 HcfResult res = funcSet->createFunc(&attr, &spiObj); in HcfSymKeyGeneratorCreate()
/base/security/crypto_framework/frameworks/crypto_operation/
Dcipher.c43 HcfCipherGenFuncSet funcSet; member
338 return &(CIPHER_ABILITY_SET[i].funcSet); in FindAbility()
357 const HcfCipherGenFuncSet *funcSet = FindAbility(&attr); in HcfCipherCreate() local
358 if (funcSet == NULL) { in HcfCipherCreate()
373 HcfResult res = funcSet->createFunc(&attr, &spiObj); in HcfCipherCreate()
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
Dx509_crl.c46 HcfX509CrlFuncSet funcSet; member
66 return &(X509_CRL_ABILITY_SET[i].funcSet); in FindAbility()
347 const HcfX509CrlFuncSet *funcSet = FindAbility("X509"); in HcfX509CrlCreate() local
348 if (funcSet == NULL) { in HcfX509CrlCreate()
352 CfResult res = funcSet->createFunc(inStream, &spiObj); in HcfX509CrlCreate()
Dx509_cert_chain.c48 HcfCertChainFuncSet funcSet; member
62 return &(X509_CERT_CHAIN_ABILITY_SET[i].funcSet); in FindAbility()
Dx509_certificate.c36 HcfX509CertificateFuncSet funcSet; member
56 return &(X509_CERTIFICATE_ABILITY_SET[i].funcSet); in FindAbility()
378 const HcfX509CertificateFuncSet *funcSet = FindAbility("X509"); in HcfX509CertificateCreate() local
379 if (funcSet == NULL) { in HcfX509CertificateCreate()
383 CfResult res = funcSet->createFunc(inStream, &spiObj); in HcfX509CertificateCreate()
Dcert_chain_validator.c47 HcfCertChainValidatorFuncSet funcSet; member
58 return &(CERT_PATH_VALIDATOR_ABILITY_SET[i].funcSet); in FindAbility()