Searched refs:tagLengthInBits (Results 1 - 1 of 1) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DAesGcmTest.java58 final int tagLengthInBits; field in class:AesGcmTest.GcmTestVector
72 this.tagLengthInBits = 4 * tag.length();
74 this.parameters = new GCMParameterSpec(tagLengthInBits, TestUtil.hexToBytes(nonce));
132 if (test.nonceLengthInBits != 96 || test.tagLengthInBits != 128) {

Completed in 222 milliseconds