Home | History | Annotate | Download | only in conscrypt

Lines Matching refs:SSL3_RT_MAX_PACKET_SIZE

47 import static com.android.org.conscrypt.NativeConstants.SSL3_RT_MAX_PACKET_SIZE;
1102 final int len = min(SSL3_RT_MAX_PACKET_SIZE, limit - pos);
1232 max(SSL3_RT_MAX_PLAIN_LENGTH, SSL3_RT_MAX_PACKET_SIZE));