Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_util_test.cpp80 static unsigned char g_cipherTextData[] = { variable
94 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructCorrectSm2CipherTextSpec()
110 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructMissYErrorSm2CipherTextSpec()
126 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructMissXErrorSm2CipherTextSpec()
144 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructMissHashDataErrorSm2CipherTextSpec()
179 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructLenErrorSm2CipherTextSpec()
195 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructLenZeroXSm2CipherTextSpec()
213 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructLenZeroYSm2CipherTextSpec()
231 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructLenZeroCipherDataSm2CipherTextSpec()
249 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructLenZeroHashDataSm2CipherTextSpec()
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsm2create_fuzzer/
H A Dhcfsm2create_fuzzer.cpp60 static unsigned char g_cipherTextData[] = { variable
74 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructCorrectSm2CipherTextXSpec()
92 tempSpec->cipherTextData.data = g_cipherTextData; in ConstructCorrectSm2CipherTextYSpec()
228 spec.cipherTextData.data = g_cipherTextData; in HcfSm2CreateFuzzTest()