Home
last modified time | relevance | path

Searched refs:ConstructCorrectSm2CipherTextSpec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_util_test.cpp84 HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructCorrectSm2CipherTextSpec() function
272 res = ConstructCorrectSm2CipherTextSpec(&spec);
288 res = ConstructCorrectSm2CipherTextSpec(&spec);
303 HcfResult res = ConstructCorrectSm2CipherTextSpec(&spec);
375 HcfResult res = ConstructCorrectSm2CipherTextSpec(&spec);
504 res = ConstructCorrectSm2CipherTextSpec(&spec);
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsm2create_fuzzer/
H A Dhcfsm2create_fuzzer.cpp100 …HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t … in ConstructCorrectSm2CipherTextSpec() function
126 res = ConstructCorrectSm2CipherTextSpec(&spec, data, size); in TestHcfGenCipherTextBySpec()