Searched defs:ciphertextSize (Results 1 – 5 of 5) sorted by relevance
922 int ciphertextSize = int(encryptedDataSize) - kAesGcmTagSize; in decryptAesGcmInPlace() local1156 size_t ciphertextSize; in coseDecryptAesGcmInPlace() local
125 size_t ciphertextSize = encryptedDataSize - kAesGcmTagSize; in hwaesDecryptAesGcmInPlace() local
160 long ciphertextSize = fullSegments * ciphertextSegmentSize; in expectedCiphertextSize() local
210 long ciphertextSize = fullSegments * ciphertextSegmentSize; in expectedCiphertextSize() local
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...