Searched refs:alpn_len (Results 1 – 1 of 1) sorted by relevance
1605 unsigned short alpn_len; in php_openssl_setup_crypto() local1606 unsigned char *alpn = alpn_protos_parse(&alpn_len, alpn_protocols); in php_openssl_setup_crypto()1615 SSL_CTX_set_alpn_protos(sslsock->ctx, alpn, alpn_len); in php_openssl_setup_crypto()1618 …sslsock->alpn_ctx->data = (unsigned char *) pestrndup((const char*)alpn, alpn_len, php_stream_is_p… in php_openssl_setup_crypto()1619 sslsock->alpn_ctx->len = alpn_len; in php_openssl_setup_crypto()
Completed in 9 milliseconds