Searched refs:SSL_get_ex_new_index (Results 1 – 5 of 5) sorted by relevance
/onnv-gate/usr/src/common/openssl/doc/ssl/ |
H A D | SSL_get_ex_new_index.pod | 5 SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data - internal application specific data functio… 11 int SSL_get_ex_new_index(long argl, void *argp, 33 SSL_get_ex_new_index() is used to register a new index for application
|
H A D | SSL_CTX_set_verify.pod | 179 (see L<SSL_get_ex_new_index(3)|SSL_get_ex_new_index(3)>, 254 mydata_index = SSL_get_ex_new_index(0, "mydata index", NULL, NULL, NULL); 292 L<SSL_get_ex_new_index(3)|SSL_get_ex_new_index(3)>
|
H A D | ssl.pod | 491 =item int B<SSL_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_func)(vo… 703 L<SSL_get_ex_new_index(3)|SSL_get_ex_new_index(3)>,
|
/onnv-gate/usr/src/common/openssl/ssl/ |
H A D | ssl.h | 1456 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
H A D | ssl_lib.c | 2446 int SSL_get_ex_new_index(long argl,void *argp,CRYPTO_EX_new *new_func, in SSL_get_ex_new_index() function
|