Lines Matching defs:prot
1523 int testresult = 0, prot;
1532 prot = TLS1_3_VERSION;
1540 prot = TLS1_2_VERSION;
1548 prot = TLS1_1_VERSION;
1556 prot = TLS1_VERSION;
1564 prot = SSL3_VERSION;
1572 prot = DTLS1_2_VERSION;
1582 prot = DTLS1_VERSION;
1595 if ((prot < TLS1_2_VERSION || prot == DTLS1_VERSION) && is_fips)
1609 if (!TEST_true(create_ssl_ctx_pair(libctx, smeth, cmeth, prot, prot,
1613 if (prot < TLS1_2_VERSION || prot == DTLS1_VERSION) {
4141 const unsigned char *prot;
4143 for (prot = in; prot < in + inlen; prot += protlen) {
4144 protlen = *prot++;
4145 if (in + inlen < prot + protlen)
4149 && memcmp(prot, servalpn, protlen) == 0) {
4150 *out = prot;
8409 static int test_cert_cb_int(int prot, int tst)
8424 prot,
8592 static int test_ca_names_int(int prot, int tst)
8617 prot,
8661 if (prot == TLS1_3_VERSION