Home
last modified time | relevance | path

Searched defs:ciphertextSize (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/apploader_package/
Dcose.cpp922 int ciphertextSize = int(encryptedDataSize) - kAesGcmTagSize; in decryptAesGcmInPlace() local
1156 size_t ciphertextSize; in coseDecryptAesGcmInPlace() local
Dpackage.cpp125 size_t ciphertextSize = encryptedDataSize - kAesGcmTagSize; in hwaesDecryptAesGcmInPlace() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DAesGcmHkdfStreaming.java160 long ciphertextSize = fullSegments * ciphertextSegmentSize; in expectedCiphertextSize() local
H A DAesCtrHmacStreaming.java210 long ciphertextSize = fullSegments * ciphertextSegmentSize; in expectedCiphertextSize() local
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...