Home
last modified time | relevance | path

Searched refs:tls_init (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgcc/config/
H A Dvxlib-tls.c209 tls_init (void) in tls_init() function
243 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create()
273 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()
H A Dgthr-vxworks-tls.c201 tls_init (void) in tls_init() function
235 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create()
265 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()
/netbsd/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-tls.c209 tls_init (void) in tls_init() function
243 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create()
273 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.h27 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t aad_len); member
H A Dcipher_chacha20_poly1305.h38 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen); member
H A Dcipher_rc4_hmac_md5.c179 sz = GET_HW(ctx)->tls_init(&ctx->base, p->data, p->data_size); in rc4_hmac_md5_set_ctx_params()
H A Dcipher_chacha20_poly1305.c202 len = hw->tls_init(&ctx->base, p->data, p->data_size); in chacha20_poly1305_set_ctx_params()
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dtls_none.c14 void * tls_init(const struct tls_config *conf) in tls_init() function
H A Dtls.h233 void * tls_init(const struct tls_config *conf);
H A Dtls_internal.c40 void * tls_init(const struct tls_config *conf) in tls_init() function
H A Dtls_gnutls.c97 void * tls_init(const struct tls_config *conf) in tls_init() function
H A Dtls_wolfssl.c192 void * tls_init(const struct tls_config *conf) in tls_init() function
H A Dtls_openssl.c951 void * tls_init(const struct tls_config *conf) in tls_init() function
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dtls2.c173 tls_init(tls_impl *impl, int do_threads ) in tls_init() function
200 return tls_init( tls_imp, do_threads ); in ldap_pvt_tls_init()
216 tls_init( ti, 0 ); in ldap_int_tls_init_ctx()
1121 (void) tls_init( tls_imp, 0 ); in ldap_int_tls_start()
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dauthsrv.c221 hapd->ssl_ctx = tls_init(&conf); in authsrv_init()
/netbsd/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c1762 static void tls_init(STATE *state) in tls_init() function
2131 tls_init(&state); in main()
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap.c2159 sm->ssl_ctx = tls_init(&tlsconf); in eap_peer_sm_init()
2167 sm->ssl_ctx2 = tls_init(&tlsconf); in eap_peer_sm_init()
/netbsd/usr.bin/nc/
H A Dnetcat.c507 if (tls_init() == -1) in main()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20187 we'll need to create tls_init function.