Home
last modified time | relevance | path

Searched refs:new_func (Results 1 – 25 of 40) sorted by relevance

12

/onnv-gate/usr/src/common/openssl/crypto/
H A Dex_data.c157 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
181 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
330 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in def_add_index() argument
343 a->new_func=new_func; in def_add_index()
385 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in int_get_new_index() argument
391 return def_add_index(item, argl, argp, new_func, dup_func, free_func); in int_get_new_index()
428 if(storage[i] && storage[i]->new_func) in int_new_ex_data()
431 storage[i]->new_func(obj,ptr,ad,i, in int_new_ex_data()
555 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument
562 argl, argp, new_func, dup_func, free_func); in CRYPTO_get_ex_new_index()
H A Dcrypto.h296 CRYPTO_EX_new *new_func; member
395 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DRSA_get_ex_new_index.pod12 CRYPTO_EX_new *new_func,
20 typedef int new_func(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
59 B<new_func()> is called when a structure is initially allocated (for example
68 B<new_func()> and B<free_func()> take the same parameters. B<parent> is a
70 (this wont be of much use in B<new_func()>. B<ad> is a pointer to the
84 The B<idx>, B<argl> and B<argp> parameters are the same as those in B<new_func()>
98 B<new_func()> and B<dup_func()> should return 0 for failure and 1 for success.
106 The return value of B<new_func()> is ignored.
108 The B<new_func()> function isn't very useful because no meaningful values are
H A DDH_get_ex_new_index.pod12 CRYPTO_EX_new *new_func,
H A DDSA_get_ex_new_index.pod12 CRYPTO_EX_new *new_func,
H A DCRYPTO_set_ex_data.pod20 B<CRYPTO_EX_DATA> structures passed to the B<new_func()>, B<free_func()> and
H A Ddh.pod30 int DH_get_ex_new_index(long argl, char *argp, int (*new_func)(),
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_get_ex_new_index.pod12 CRYPTO_EX_new *new_func,
20 typedef int new_func(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
H A DSSL_get_ex_new_index.pod12 CRYPTO_EX_new *new_func,
20 typedef int new_func(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
H A DSSL_SESSION_get_ex_new_index.pod12 CRYPTO_EX_new *new_func,
20 typedef int new_func(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
/onnv-gate/usr/src/common/openssl/crypto/asn1/
H A Dx_x509.c144 int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in X509_get_ex_new_index() argument
148 new_func, dup_func, free_func); in X509_get_ex_new_index()
/onnv-gate/usr/src/common/openssl/crypto/ecdh/
H A Dech_lib.c224 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in ECDH_get_ex_new_index() argument
228 new_func, dup_func, free_func); in ECDH_get_ex_new_index()
H A Decdh.h98 *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
/onnv-gate/usr/src/common/openssl/crypto/ecdsa/
H A Decs_lib.c234 int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in ECDSA_get_ex_new_index() argument
238 new_func, dup_func, free_func); in ECDSA_get_ex_new_index()
H A Decdsa.h240 *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh_lib.c227 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DH_get_ex_new_index() argument
231 new_func, dup_func, free_func); in DH_get_ex_new_index()
H A Ddh.h179 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_lib.c201 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in ENGINE_get_ex_new_index() argument
205 new_func, dup_func, free_func); in ENGINE_get_ex_new_index()
/onnv-gate/usr/src/common/openssl/crypto/dsa/
H A Ddsa_lib.c258 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DSA_get_ex_new_index() argument
262 new_func, dup_func, free_func); in DSA_get_ex_new_index()
H A Ddsa.h204 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/onnv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_lib.c257 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in RSA_get_ex_new_index() argument
261 new_func, dup_func, free_func); in RSA_get_ex_new_index()
/onnv-gate/usr/src/common/openssl/crypto/ui/
H A Dui.h230 int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dui_lib.c575 int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in UI_get_ex_new_index() argument
579 new_func, dup_func, free_func); in UI_get_ex_new_index()
/onnv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio_lib.c527 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in BIO_get_ex_new_index() argument
531 new_func, dup_func, free_func); in BIO_get_ex_new_index()
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_sess.c89 int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_SESSION_get_ex_new_index() argument
93 new_func, dup_func, free_func); in SSL_SESSION_get_ex_new_index()

12