Home
last modified time | relevance | path

Searched refs:GetAlgoName (Results 1 – 7 of 7) sorted by relevance

/base/security/crypto_framework/frameworks/crypto_operation/
Drand.c81 static const char *GetAlgoName(HcfRand *self) in GetAlgoName() function
150 returnRandApi->base.getAlgoName = GetAlgoName; in HcfRandCreate()
Dmd.c113 static const char *GetAlgoName(HcfMd *self) in GetAlgoName() function
174 returnMdApi->base.getAlgoName = GetAlgoName; in HcfMdCreate()
Dkey_agreement.c113 static const char *GetAlgoName(HcfKeyAgreement *self) in GetAlgoName() function
191 returnGenerator->base.getAlgoName = GetAlgoName; in HcfKeyAgreementCreate()
Dmac.c125 static const char *GetAlgoName(HcfMac *self) in GetAlgoName() function
187 returnMacApi->base.getAlgoName = GetAlgoName; in HcfMacCreate()
/base/security/crypto_framework/frameworks/key/
Dsym_key_generator.c124 static const char *GetAlgoName(HcfSymKeyGenerator *self) in GetAlgoName() function
221 returnGenerator->base.getAlgoName = GetAlgoName; in HcfSymKeyGeneratorCreate()
Dasy_key_generator.c910 static const char *GetAlgoName(HcfAsyKeyGenerator *self) in GetAlgoName() function
1073 returnGenerator->base.getAlgoName = GetAlgoName; in HcfAsyKeyGeneratorCreate()
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
Dsym_key_openssl.c202 static char *GetAlgoName(HcfSymKeyGeneratorSpiOpensslImpl *impl) in GetAlgoName() function
272 returnSymmKey->algoName = GetAlgoName(impl); in GenerateSymmKey()
310 returnSymmKey->algoName = GetAlgoName(impl); in ConvertSymmKey()