Home
last modified time | relevance | path

Searched defs:returnSpec (Results 1 – 15 of 15) sorted by relevance

/base/security/crypto_framework/test/unittest/src/sm2/
Dcrypto_sm2_ecdsa_signature_test.cpp80 Sm2EcSignatureDataSpec *returnSpec = nullptr; variable
112 Sm2EcSignatureDataSpec *returnSpec = nullptr; variable
126 Sm2EcSignatureDataSpec *returnSpec = nullptr; variable
/base/security/crypto_framework/test/unittest/src/
Drsa_common_param_spec.cpp48 void GenerateRsa512CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa512CorrectCommonKeySpec()
102 void GenerateRsa768CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa768CorrectCommonKeySpec()
153 void GenerateRsa1024CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa1024CorrectCommonKeySpec()
204 void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()
255 void GenerateRsa3072CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa3072CorrectCommonKeySpec()
306 void GenerateRsa4096CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa4096CorrectCommonKeySpec()
357 void GenerateRsa8192CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa8192CorrectCommonKeySpec()
Dcrypto_rsa_cipher_sub_test.cpp122 …ic void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()
Dcrypto_rsa_asy_key_generator_by_spec_cov_test.cpp129 …ic void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()
Dcrypto_rsa_verify_test.cpp119 …ic void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()
Dcrypto_asy_key_generator_cov_test.cpp465 …ic void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()
Dcrypto_rsa_cipher_test.cpp115 …ic void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()
Dcrypto_rsa_sign_test.cpp117 …ic void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()
/base/security/crypto_framework/frameworks/cj/src/
Dsm2_crypto_util_impl.cpp33 Sm2CipherTextSpec *returnSpec = nullptr; in GetCipherTextSpec() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_sm2_ec_signature.cpp30 …EcSignatureDataSpecFromNapiValue(napi_env env, napi_value arg, Sm2EcSignatureDataSpec **returnSpec) in GetSm2EcSignatureDataSpecFromNapiValue()
175 Sm2EcSignatureDataSpec *returnSpec = nullptr; in JsGenEcSignatureDataSpec() local
Dnapi_sm2_crypto_util.cpp44 …ool GetSm2CipherTextSpecFromNapiValue(napi_env env, napi_value arg, Sm2CipherTextSpec **returnSpec) in GetSm2CipherTextSpecFromNapiValue()
268 Sm2CipherTextSpec *returnSpec = nullptr; in JsGetCipherTextSpec() local
Dnapi_utils.cpp639 bool GetEncodingParamsSpec(napi_env env, napi_value arg, HcfParamsSpec **returnSpec) in GetEncodingParamsSpec()
712 bool GetDecodingParamsSpec(napi_env env, napi_value arg, HcfParamsSpec **returnSpec) in GetDecodingParamsSpec()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_sm2_crypto_util_openssl.c122 HcfResult HcfAsn1ToSm2Spec(HcfBlob *input, Sm2CipherTextSpec **returnSpec) in HcfAsn1ToSm2Spec()
Dcipher_sm2_ecdsa_signature_openssl.c97 HcfResult HcfDerDataToSm2Spec(HcfBlob *input, Sm2EcSignatureDataSpec **returnSpec) in HcfDerDataToSm2Spec()
/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
Dasykeygenerator_fuzzer.cpp459 …ic void GenerateRsa2048CorrectCommonKeySpec(unsigned char *dataN, HcfRsaCommParamsSpec *returnSpec) in GenerateRsa2048CorrectCommonKeySpec()