Searched refs:tls_init (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
| H A D | gthr-vxworks-tls.c | 209 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-src/external/gpl3/gcc.old/dist/libgcc/config/ |
| H A D | vxlib-tls.c | 209 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 D | gthr-vxworks-tls.c | 201 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-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | cipher_rc4_hmac_md5.h | 27 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t aad_len); member
|
| H A D | cipher_chacha20_poly1305.h | 38 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen); member
|
| H A D | cipher_rc4_hmac_md5.c | 189 sz = GET_HW(ctx)->tls_init(&ctx->base, p->data, p->data_size); in rc4_hmac_md5_set_ctx_params()
|
| H A D | cipher_chacha20_poly1305.c | 222 len = hw->tls_init(&ctx->base, p->data, p->data_size); in chacha20_poly1305_set_ctx_params()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | tls2.c | 173 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-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| H A D | posttls-finger.c | 1848 static void tls_init(STATE *state) in tls_init() function 2221 tls_init(&state); in main()
|
| /netbsd-src/usr.bin/nc/ |
| H A D | netcat.c | 507 if (tls_init() == -1) in main()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2018 | 7 we'll need to create tls_init function.
|