Home
last modified time | relevance | path

Searched refs:HCF_ALG_RSA (Results 1 – 5 of 5) sorted by relevance

/base/security/crypto_framework/frameworks/key/
Dasy_key_generator.c46 { HCF_ALG_RSA, HcfAsyKeyGeneratorSpiRsaCreate },
100 params->algo = HCF_ALG_RSA; in SetKeyType()
104 params->algo = HCF_ALG_RSA; in SetKeyType()
108 params->algo = HCF_ALG_RSA; in SetKeyType()
112 params->algo = HCF_ALG_RSA; in SetKeyType()
116 params->algo = HCF_ALG_RSA; in SetKeyType()
120 params->algo = HCF_ALG_RSA; in SetKeyType()
124 params->algo = HCF_ALG_RSA; in SetKeyType()
/base/security/crypto_framework/common/inc/
Dparams_parser.h35 HCF_ALG_RSA, enumerator
/base/security/crypto_framework/frameworks/crypto_operation/
Dsignature.c62 { HCF_ALG_RSA, HcfSignSpiRsaCreate }
67 { HCF_ALG_RSA, HcfVerifySpiRsaCreate }
109 paramsObj->algo = HCF_ALG_RSA; in SetKeyType()
Dcipher.c46 { HCF_ALG_RSA, { HcfCipherRsaCipherSpiCreate } },
73 cipherAttr->algo = HCF_ALG_RSA; in SetKeyLength()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rsa/src/
Dcipher_rsa_openssl.c283 if (params->algo != HCF_ALG_RSA) { in CheckRsaCipherParams()