Home
last modified time | relevance | path

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 DSSL_get_ex_new_index.pod5 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 DSSL_CTX_set_verify.pod179 (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 Dssl.pod491 =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 Dssl.h1456 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dssl_lib.c2446 int SSL_get_ex_new_index(long argl,void *argp,CRYPTO_EX_new *new_func, in SSL_get_ex_new_index() function