Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/
H A Dex_data.c156 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
181 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
345 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) in def_add_index() argument
356 a->new_func = new_func; in def_add_index()
400 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in int_get_new_index() argument
407 return def_add_index(item, argl, argp, new_func, dup_func, free_func); in int_get_new_index()
443 if (storage[i] && storage[i]->new_func) { in int_new_ex_data()
445 storage[i]->new_func(obj, ptr, ad, i, in int_new_ex_data()
565 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) in CRYPTO_get_ex_new_index() argument
571 argl, argp, new_func, dup_func, free_func); in CRYPTO_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_lib.c211 ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in ECDH_get_ex_new_index() argument
215 new_func, dup_func, free_func); in ECDH_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/ecdsa/
H A Decs_lib.c230 ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in ECDSA_get_ex_new_index() argument
234 new_func, dup_func, free_func); in ECDSA_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_lib.c222 ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in ENGINE_get_ex_new_index() argument
226 new_func, dup_func, free_func); in ENGINE_get_ex_new_index()
/dragonfly/crypto/libressl/include/openssl/
H A Decdh.h100 *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
H A Dcrypto.h253 CRYPTO_EX_new *new_func; member
341 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
H A Ddh.h142 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Decdsa.h260 int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dui.h246 int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Ddsa.h150 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dx509_vfy.h370 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dengine.h477 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dssl.h1438 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
1444 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
1449 int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Drsa.h370 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dbio.h533 BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dx509.h696 int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_x509.c291 X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in X509_get_ex_new_index() argument
295 new_func, dup_func, free_func); in X509_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_lib.c217 DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DH_get_ex_new_index() argument
220 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DH, argl, argp, new_func, in DH_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_lib.c236 DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DSA_get_ex_new_index() argument
240 new_func, dup_func, free_func); in DSA_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_lib.c225 RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in RSA_get_ex_new_index() argument
229 new_func, dup_func, free_func); in RSA_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/ui/
H A Dui_lib.c491 UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in UI_get_ex_new_index() argument
495 new_func, dup_func, free_func); in UI_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_lib.c790 BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in BIO_get_ex_new_index() argument
794 new_func, dup_func, free_func); in BIO_get_ex_new_index()
/dragonfly/crypto/libressl/ssl/
H A Dssl_sess.c179 SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_SESSION_get_ex_new_index() argument
183 argl, argp, new_func, dup_func, free_func); in SSL_SESSION_get_ex_new_index()
H A Dssl_lib.c3211 SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_get_ex_new_index() argument
3215 new_func, dup_func, free_func)); in SSL_get_ex_new_index()
3231 SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_CTX_get_ex_new_index() argument
3235 new_func, dup_func, free_func)); in SSL_CTX_get_ex_new_index()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vfy.c2127 X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in X509_STORE_CTX_get_ex_new_index() argument
2133 argl, argp, new_func, dup_func, free_func); in X509_STORE_CTX_get_ex_new_index()