Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsignature_rsa_openssl.c184 if (hcfPadding == HCF_OPENSSL_RSA_PSS_PADDING) { in SetPaddingAndDigest()
694 if (params->padding == HCF_OPENSSL_RSA_PSS_PADDING) { in CheckSignatureParams()
728 if (impl->padding != HCF_OPENSSL_RSA_PSS_PADDING) { in EngineSetSignSpecInt()
758 if (impl->padding != HCF_OPENSSL_RSA_PSS_PADDING) { in EngineGetSignSpecInt()
801 if (impl->padding != HCF_OPENSSL_RSA_PSS_PADDING) { in EngineGetSignSpecString()
847 if (impl->padding != HCF_OPENSSL_RSA_PSS_PADDING) { in EngineSetVerifySpecInt()
876 if (impl->padding != HCF_OPENSSL_RSA_PSS_PADDING) { in EngineGetVerifySpecInt()
919 if (impl->padding != HCF_OPENSSL_RSA_PSS_PADDING) { in EngineGetVerifySpecString()
/ohos5.0/base/security/crypto_framework/common/inc/
H A Dparams_parser.h93 HCF_OPENSSL_RSA_PSS_PADDING, enumerator
/ohos5.0/base/security/crypto_framework/common/src/
H A Dparams_parser.c75 {"PSS", HCF_ALG_PADDING_TYPE, HCF_OPENSSL_RSA_PSS_PADDING},
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c409 case HCF_OPENSSL_RSA_PSS_PADDING: in GetOpensslPadding()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_cipher_sub_test.cpp468 .paddingMode = HCF_OPENSSL_RSA_PSS_PADDING,