Home
last modified time | relevance | path

Searched defs:decResult (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/awskms/
H A DFakeAwsKmsTest.java72 DecryptResult decResult = kms.decrypt(decRequest); in testEncryptDecryptWithValidKeyId_success() local
142 DecryptResult decResult = kms.decrypt(decRequest); in testEncryptDecryptWithTwoValidKeyId_success() local
/aosp_15_r20/external/lz4/tests/
H A Dfuzzer.c648 …int const decResult = LZ4_decompress_safe_partial(compressedBuffer, decodedBuffer, inCSize, target… in FUZ_test() local
662 …int const decResult = LZ4_decompress_safe_partial_usingDict(compressedBuffer, decodedBuffer, inCSi… in FUZ_test() local
675 …int const decResult = LZ4_decompress_safe_partial_usingDict(compressedBuffer, decodedBuffer, inCSi… in FUZ_test() local
688 …int const decResult = LZ4_decompress_safe_partial_usingDict(compressedBuffer, decodedBuffer, inCSi… in FUZ_test() local
H A Dframetest.c385 size_t decResult, oSize = COMPRESSIBLE_NOISE_LENGTH; in unitTests() local