| /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
|
| /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
|
| /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/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/bsd/ppp/dist/pppd/ |
| tls.c | 215 int tls_init() function
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| tls_none.c | 14 void * tls_init(const struct tls_config *conf) function
|
| 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
|
| tls_wolfssl.c | 226 void * tls_init(const struct tls_config *conf) function
|
| tls_openssl.c | 992 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/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 1874 /* tls_init - initialize application TLS library context */ 1876 static void tls_init(STATE *state) function 2256 * We first call tls_init(), which ultimately calls SSL_library_init(), 2260 tls_init(&state);
|