Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expectedTag (0.06 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultProjectManagerTest.java

         *
         * @param expectedGAV the actual <abbr>GAV</abbr> that the exception message should contain
         * @param actualGAV the actual <abbr>GAV</abbr> that the exception message should contain
         */
        private void assertExceptionMessageContains(String expectedGAV, String actualGAV) {
            String cause = assertThrows(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Dec 17 16:17:01 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    uint64(0)) } aes.EncryptBlockInternal(&g.cipher, tagMask[:], counter[:]) var expectedTag [gcmTagSize]byte gcmAesData(&g.productTable, data, &expectedTag) if len(ciphertext) > 0 { gcmAesDec(&g.productTable, out, ciphertext, &counter, &expectedTag, aes.EncryptionKeySchedul(&g.cipher)) } gcmAesFinish(&g.productTable, &tagMask, &expectedTag, uint64(len(ciphertext)), uint64(len(data))) if subtle.ConstantTimeCompare(expectedTag[:g.tagSize], tag) != 1 { return errOpen } return nil } golang.org/fips140@v...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top