Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:ivLength

3299     jint ivLength = static_cast<jint>(EVP_CIPHER_iv_length(evpCipher));
3300 JNI_TRACE("EVP_CIPHER_iv_length(%p) => %d", evpCipher, ivLength);
3301 return ivLength;