Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:tagLengthInBytes

1046         int tagLengthInBytes;
1124 "Tag length must be a multiple of 8; was " + tagLengthInBytes);
1127 tagLengthInBytes = tagLenBits / 8;
1223 tagLengthInBytes, output, outputOffset, iv, buf, 0, bufCount, aad);
1226 tagLengthInBytes, output, outputOffset, iv, buf, 0, bufCount, aad);
1327 tagLengthInBytes * 8, iv);