Home
last modified time | relevance | path

Searched refs:tagLengthInBytes (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipher.java1000 private int tagLengthInBytes; field in OpenSSLCipher.EVP_AEAD
1057 "Tag length must be a multiple of 8; was " + tagLengthInBytes); in engineInitInternal()
1060 tagLengthInBytes = tagLenBits / 8; in engineInitInternal()
1141 tagLengthInBytes, output, outputOffset, iv, buf, 0, bufCount, aad); in doFinalInternal()
1144 tagLengthInBytes, output, outputOffset, iv, buf, 0, bufCount, aad); in doFinalInternal()
1188 AlgorithmParameterSpec spec = Platform.toGCMParameterSpec(tagLengthInBytes * 8, iv); in engineGetParameters()
DNativeCrypto.java292 static native int EVP_AEAD_CTX_seal(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_seal() argument
296 static native int EVP_AEAD_CTX_open(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_open() argument