Home
last modified time | relevance | path

Searched refs:sht (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/regress/lib/libssl/server/
Dservertest.c115 server_hello_test(int testno, struct server_hello_test *sht) in server_hello_test() argument
122 fprintf(stderr, "Test %d - %s\n", testno, sht->desc); in server_hello_test()
124 if ((rbio = BIO_new_mem_buf(sht->client_hello, in server_hello_test()
125 sht->client_hello_len)) == NULL) { in server_hello_test()
134 if ((ssl_ctx = SSL_CTX_new(sht->ssl_method())) == NULL) { in server_hello_test()
153 SSL_CTX_clear_options(ssl_ctx, sht->ssl_clear_options); in server_hello_test()
154 SSL_CTX_set_options(ssl_ctx, sht->ssl_set_options); in server_hello_test()
166 if (sht->accept_fails) in server_hello_test()
/openbsd/src/lib/libelf/
Dlibelf_data.c34 _libelf_xlate_shtype(uint32_t sht) in _libelf_xlate_shtype() argument
39 switch (sht) { in _libelf_xlate_shtype()
99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()