Searched refs:ALPN_H2 (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/lib/vtls/ |
D | rustls.c | 302 { (const uint8_t *)ALPN_H2, ALPN_H2_LENGTH }, in cr_init_backend() 363 if(len == ALPN_H2_LENGTH && 0 == memcmp(ALPN_H2, protocol, len)) { in cr_set_negotiated_alpn()
|
D | wolfssl.c | 452 strcpy(protocols + strlen(protocols), ALPN_H2 ","); in wolfssl_connect_step1() 453 infof(data, "ALPN, offering %s", ALPN_H2); in wolfssl_connect_step1() 689 !memcmp(protocol, ALPN_H2, ALPN_H2_LENGTH)) in wolfssl_connect_step2()
|
D | bearssl.c | 394 backend->protocols[cur++] = ALPN_H2; in bearssl_connect_step1() 395 infof(data, "ALPN, offering %s", ALPN_H2); in bearssl_connect_step1() 544 if(!strcmp(protocol, ALPN_H2)) in bearssl_connect_step3()
|
D | gtls.c | 628 protocols[cur].data = (unsigned char *)ALPN_H2; in gtls_connect_step1() 631 infof(data, "ALPN, offering %.*s", ALPN_H2_LENGTH, ALPN_H2); in gtls_connect_step1() 1256 !memcmp(ALPN_H2, proto.data, in gtls_connect_step3()
|
D | vtls.h | 139 #define ALPN_H2 "h2" macro
|
D | openssl.c | 2271 !select_next_protocol(out, outlen, in, inlen, ALPN_H2, ALPN_H2_LENGTH)) { in select_next_proto_cb() 2272 infof(data, "NPN, negotiated HTTP2 (%s)", ALPN_H2); in select_next_proto_cb() 2794 memcpy(&protocols[cur], ALPN_H2, ALPN_H2_LENGTH); in ossl_connect_step1() 2796 infof(data, "ALPN, offering %s", ALPN_H2); in ossl_connect_step1() 3426 !memcmp(ALPN_H2, neg_protocol, len)) { in ossl_connect_step2()
|
D | schannel.c | 894 memcpy(&alpn_buffer[cur], ALPN_H2, ALPN_H2_LENGTH); in schannel_connect_step1() 896 infof(data, "schannel: ALPN, offering %s", ALPN_H2); in schannel_connect_step1() 1418 !memcmp(ALPN_H2, alpn_result.ProtocolId, ALPN_H2_LENGTH)) { in schannel_connect_step3()
|
D | sectransp.c | 1843 CFArrayAppendValue(alpnArr, CFSTR(ALPN_H2)); 1844 infof(data, "ALPN, offering %s", ALPN_H2); 2830 !CFStringCompare(chosenProtocol, CFSTR(ALPN_H2), 0)) {
|
D | nss.c | 874 !memcmp(ALPN_H2, buf, ALPN_H2_LENGTH)) { in HandshakeCallback() 2129 memcpy(&protocols[cur], ALPN_H2, ALPN_H2_LENGTH); in nss_setup_connect()
|