/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_rc4_hmac_md5.h | 27 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t aad_len); member
|
D | cipher_chacha20_poly1305.h | 38 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen); member
|
D | cipher_rc4_hmac_md5.c | 179 sz = GET_HW(ctx)->tls_init(&ctx->base, p->data, p->data_size); in rc4_hmac_md5_set_ctx_params()
|
D | cipher_chacha20_poly1305.c | 202 len = hw->tls_init(&ctx->base, p->data, p->data_size); in chacha20_poly1305_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_rc4_hmac_md5.h | 27 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t aad_len); member
|
D | cipher_chacha20_poly1305.h | 38 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen); member
|
D | cipher_rc4_hmac_md5.c | 179 sz = GET_HW(ctx)->tls_init(&ctx->base, p->data, p->data_size); in rc4_hmac_md5_set_ctx_params()
|
D | cipher_chacha20_poly1305.c | 202 len = hw->tls_init(&ctx->base, p->data, p->data_size); in chacha20_poly1305_set_ctx_params()
|
/third_party/musl/libc-test/src/functional/ |
D | test_src_functional.gni | 72 "tls_init",
|
/third_party/musl/libc-test/ |
D | README-HowtoRun.md | 76 if (target_name == "tls_init") {
|
D | test_template.gni | 151 if (target_name == "tls_init") {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_none.c | 14 void * tls_init(const struct tls_config *conf) in tls_init() function
|
D | tls.h | 233 void * tls_init(const struct tls_config *conf);
|
D | tls_internal.c | 40 void * tls_init(const struct tls_config *conf) in tls_init() function
|
D | tls_gnutls.c | 97 void * tls_init(const struct tls_config *conf) in tls_init() function
|
D | tls_wolfssl.c | 192 void * tls_init(const struct tls_config *conf) in tls_init() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_none.c | 14 void * tls_init(const struct tls_config *conf) in tls_init() function
|
D | tls.h | 233 void * tls_init(const struct tls_config *conf);
|
D | tls_internal.c | 40 void * tls_init(const struct tls_config *conf) in tls_init() function
|
D | tls_gnutls.c | 97 void * tls_init(const struct tls_config *conf) in tls_init() function
|
/third_party/ffmpeg/libavformat/ |
D | tls_libtls.c | 80 if (tls_init() == -1) { in ff_tls_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | authsrv.c | 221 hapd->ssl_ctx = tls_init(&conf); in authsrv_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | authsrv.c | 255 hapd->ssl_ctx = tls_init(&conf); in authsrv_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap.c | 2159 sm->ssl_ctx = tls_init(&tlsconf); in eap_peer_sm_init() 2167 sm->ssl_ctx2 = tls_init(&tlsconf); in eap_peer_sm_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap.c | 2197 sm->ssl_ctx = tls_init(&tlsconf); in eap_peer_sm_init() 2205 sm->ssl_ctx2 = tls_init(&tlsconf); in eap_peer_sm_init()
|