Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_cipher_test.cpp199 HcfBlob pSourceReturn2 = {.data = nullptr, .len = 0}; in RsaSpecpSource() local
202 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn2); in RsaSpecpSource()
204 resCmp = memcmp(pSourceReturn2.data, pSourceData, pSourceReturn.len); in RsaSpecpSource()
206 HcfFree(pSourceReturn2.data); in RsaSpecpSource()