Searched refs:getTagLengthBits (Results 1 – 1 of 1) sorted by relevance
219 protected final int getTagLengthBits() { in getTagLengthBits() method in AndroidKeyStoreAuthenticatedAESCipherSpi.GCM230 int tagLengthBytes = (getTagLengthBits() + 7) / 8; in engineGetOutputSize()