Searched refs:SSL_set_value_uint (Results 1 – 4 of 4) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_get_value_uint.pod | 5 SSL_get_value_uint, SSL_set_value_uint, SSL_get_generic_value_uint, 35 int SSL_set_value_uint(SSL *ssl, uint32_t class_, uint32_t id, 83 SSL_get_value_uint() and SSL_set_value_uint() provide access to configurable 88 SSL_get_value_uint() and SSL_set_value_uint() get and set configurable values 256 A call to SSL_set_value_uint() which causes this value to switch back to the 259 SSL_set_value_uint() which causes this value to switch to the explicit event
|
/openssl/util/ |
H A D | libssl.num | 582 SSL_set_value_uint 583 3_3_0 EXIST::FUNCTION:
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2402 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v); 2407 SSL_set_value_uint((ssl), SSL_VALUE_CLASS_GENERIC, (id), (v)) 2411 SSL_set_value_uint((ssl), SSL_VALUE_CLASS_FEATURE_REQUEST, (id), (v))
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7850 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint() function
|
Completed in 38 milliseconds