Searched refs:IV_LENGTH_BYTES (Results 1 – 1 of 1) sorted by relevance
57 private static final int IV_LENGTH_BYTES = 12; field in AndroidKeyStoreAuthenticatedAESCipherSpi.GCM103 } else if (iv.length != IV_LENGTH_BYTES) { in initAlgorithmSpecificParameters()105 + iv.length + " bytes. Only " + IV_LENGTH_BYTES in initAlgorithmSpecificParameters()201 return IV_LENGTH_BYTES; in getAdditionalEntropyAmountForBegin()