Home
last modified time | relevance | path

Searched refs:mockInput (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfverifycreate_fuzzer/
H A Dhcfverifycreate_fuzzer.cpp49 static HcfBlob mockInput = { in TestVerify() local
54 (void)sign->update(sign, &mockInput); in TestVerify()
69 (void)verify->update(verify, &mockInput); in TestVerify()
98 static HcfBlob mockInput = { in TestVerifySm2() local
103 (void)sign->update(sign, &mockInput); in TestVerifySm2()
118 (void)verify->update(verify, &mockInput); in TestVerifySm2()
147 static HcfBlob mockInput = { in TestVerifyBrainpool() local
152 (void)sign->update(sign, &mockInput); in TestVerifyBrainpool()
167 (void)verify->update(verify, &mockInput); in TestVerifyBrainpool()
196 static HcfBlob mockInput = { in TestVerifyEd25519() local
[all …]
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsigncreate_fuzzer/
H A Dhcfsigncreate_fuzzer.cpp49 static HcfBlob mockInput = { in TestSign() local
54 (void)sign->update(sign, &mockInput); in TestSign()
80 static HcfBlob mockInput = { in TestSignSm2() local
85 (void)sign->update(sign, &mockInput); in TestSignSm2()
111 static HcfBlob mockInput = { in TestSignBrainpool() local
116 (void)sign->update(sign, &mockInput); in TestSignBrainpool()
142 static HcfBlob mockInput = { in TestSignEd25519() local
147 (void)sign->update(sign, &mockInput); in TestSignEd25519()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_brainpool_no_length_sign_test.cpp307 HcfBlob mockInput = { variable
311 res = sign->update(sign, &mockInput);
326 HcfBlob mockInput = { variable
330 res = sign->update(nullptr, &mockInput);
344 HcfBlob mockInput = { variable
349 res = sign->update((HcfSign *)(&obj), &mockInput);
362 HcfBlob mockInput = { variable
367 res = sign->update(sign, &mockInput);