Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_cipher_test.cpp169 HcfBlob pSourceReturn = {.data = nullptr, .len = 0}; in RsaCipherSpec() local
170 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn); in RsaCipherSpec()
172 int resCmp = memcmp(pSourceReturn.data, pSourceData, pSourceReturn.len); in RsaCipherSpec()
175 HcfFree(pSourceReturn.data); in RsaCipherSpec()
185 HcfBlob pSourceReturn = {.data = nullptr, .len = 0}; in RsaSpecpSource() local
189 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn); in RsaSpecpSource()
191 int resCmp = memcmp(pSourceReturn.data, pSourceData, pSourceReturn.len); in RsaSpecpSource()
196 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn); in RsaSpecpSource()
204 resCmp = memcmp(pSourceReturn2.data, pSourceData, pSourceReturn.len); in RsaSpecpSource()
207 HcfFree(pSourceReturn.data); in RsaSpecpSource()