| /src/external/bsd/ppp/dist/pppd/ |
| tls.h | 42 int tls_init(void);
|
| tls.c | 215 int tls_init() function
|
| eap-tls.c | 299 tls_init();
|
| peap.c | 476 tls_init();
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_rc4_hmac_md5.h | 27 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t aad_len); member in struct:prov_cipher_hw_rc4_hmac_md5_st
|
| cipher_chacha20_poly1305.h | 40 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen); member in struct:prov_cipher_hw_chacha_aead_st
|
| cipher_rc4_hmac_md5.c | 189 sz = GET_HW(ctx)->tls_init(&ctx->base, p->data, p->data_size);
|
| cipher_chacha20_poly1305.c | 234 len = hw->tls_init(&ctx->base, p->data, p->data_size);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_rc4_hmac_md5.h | 27 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t aad_len); member in struct:prov_cipher_hw_rc4_hmac_md5_st
|
| cipher_chacha20_poly1305.h | 38 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen); member in struct:prov_cipher_hw_chacha_aead_st
|
| cipher_rc4_hmac_md5.c | 189 sz = GET_HW(ctx)->tls_init(&ctx->base, p->data, p->data_size);
|
| cipher_chacha20_poly1305.c | 222 len = hw->tls_init(&ctx->base, p->data, p->data_size);
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-vxworks-tls.c | 209 tls_init (void) function 243 __gthread_once (&tls_init_guard, tls_init); 273 __gthread_once (&tls_init_guard, tls_init);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-vxworks-tls.c | 209 tls_init (void) function 243 __gthread_once (&tls_init_guard, tls_init); 273 __gthread_once (&tls_init_guard, tls_init);
|
| vxlib-tls.c | 209 tls_init (void) function 243 __gthread_once (&tls_init_guard, tls_init); 273 __gthread_once (&tls_init_guard, tls_init);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-srpl.c | 48 static bool tls_init = false; variable 196 if (!tls_init) { 199 tls_init = true;
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| tls_none.c | 14 void * tls_init(const struct tls_config *conf) function
|
| tls.h | 226 * tls_init - Initialize TLS library 237 void * tls_init(const struct tls_config *conf); 241 * @tls_ctx: TLS context data from tls_init() 253 * @tls_ctx: TLS context data from tls_init() 262 * @tls_ctx: TLS context data from tls_init() 269 * @tls_ctx: TLS context data from tls_init() 278 * @tls_ctx: TLS context data from tls_init() 286 * @tls_ctx: TLS context data from tls_init() 298 * @tls_ctx: TLS context data from tls_init() 317 * @tls_ctx: TLS context data from tls_init() [all...] |
| tls_internal.c | 40 void * tls_init(const struct tls_config *conf) function
|
| tls_gnutls.c | 97 void * tls_init(const struct tls_config *conf) function
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| tls2.c | 173 tls_init(tls_impl *impl, int do_threads ) function 200 return tls_init( tls_imp, do_threads ); 216 tls_init( ti, 0 ); 1144 (void) tls_init( tls_imp, 0 );
|
| /src/external/bsd/wpa/dist/src/ap/ |
| authsrv.c | 311 hapd->ssl_ctx = tls_init(&conf);
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 1890 /* tls_init - initialize application TLS library context */ 1892 static void tls_init(STATE *state) function 2280 * We first call tls_init(), which ultimately calls SSL_library_init(), 2284 tls_init(&state);
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap.c | 2240 sm->ssl_ctx = tls_init(&tlsconf); 2248 sm->ssl_ctx2 = tls_init(&tlsconf);
|
| /src/usr.bin/nc/ |
| netcat.c | 546 if (tls_init() == -1)
|