/third_party/node/deps/openssl/openssl/ssl/ |
D | ssl_conf.c | 106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() 142 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, in ssl_match_option() 160 SSL_CONF_CTX *cctx = usr; in ssl_set_option_list() local 189 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_SignatureAlgorithms() 201 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_ClientSignatureAlgorithms() 212 static int cmd_Groups(SSL_CONF_CTX *cctx, const char *value) in cmd_Groups() 224 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) in cmd_Curves() 230 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) in cmd_ECDHParameters() 255 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) in cmd_CipherString() 266 static int cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) in cmd_Ciphersuites() [all …]
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() 142 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, in ssl_match_option() 160 SSL_CONF_CTX *cctx = usr; in ssl_set_option_list() local 189 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_SignatureAlgorithms() 201 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_ClientSignatureAlgorithms() 212 static int cmd_Groups(SSL_CONF_CTX *cctx, const char *value) in cmd_Groups() 224 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) in cmd_Curves() 230 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) in cmd_ECDHParameters() 255 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) in cmd_CipherString() 266 static int cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) in cmd_Ciphersuites() [all …]
|
/third_party/openssl/test/ |
D | sslapitest.c | 350 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local 431 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog_no_master_key() local 574 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_cert_verify_cb() local 754 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_hello_cb() local 796 SSL_CTX *cctx = NULL, *sctx = NULL; in test_no_ems() local 847 SSL_CTX *cctx = NULL, *sctx = NULL; in test_ccs_change_cipher() local 956 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_large_message() local 1155 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls() local 1287 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls_sendfile() local 1521 SSL_CTX *cctx = NULL, *sctx = NULL; in test_large_app_data() local [all …]
|
D | dtlstest.c | 73 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local 193 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local 311 SSL_CTX *sctx = NULL, *cctx = NULL; in test_cookie() local 351 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_duplicate_records() local 474 SSL_CTX *sctx = NULL, *cctx = NULL; in test_swap_records() local
|
D | fatalerrtest.c | 21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_common.cpp | 124 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_select_input() local 166 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_set_configs() local 226 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_set_format() local 452 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_list_formats() local 503 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_cleanup() local 520 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_init_device() local
|
D | decklink_enc.cpp | 167 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_setup_video() local 238 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_setup_audio() local 279 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_write_trailer() local 435 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_write_video_packet() local 527 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_write_audio_packet() local 550 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_write_header() local 622 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_write_packet() local
|
D | decklink_dec.cpp | 424 decklink_cctx *cctx = (struct decklink_cctx *) avctx->priv_data; in get_metadata() local 716 decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_input_callback() local 847 struct decklink_cctx *cctx = (struct decklink_cctx *) avctx->priv_data; in VideoInputFrameArrived() local 1087 struct decklink_cctx *cctx = (struct decklink_cctx *) avctx->priv_data; in VideoInputFormatChanged() local 1095 static int decklink_autodetect(struct decklink_cctx *cctx) { in decklink_autodetect() 1147 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_read_close() local 1166 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_read_header() local 1432 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_read_packet() local
|
/third_party/openssl/crypto/evp/ |
D | p5_crpt.c | 26 int PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen_ex() 113 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen()
|
D | e_aes.c | 317 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aesni_ccm_init_key() local 672 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_t4_ccm_init_key() local 973 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_init_key() local 987 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_cipher() local 997 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_init_key() local 1012 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_cipher() local 1056 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_init_key() local 1075 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_cipher() local 1126 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_init_key() local 1144 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_cipher() local [all …]
|
D | e_aria.c | 516 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_init_key() local 543 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,c); in aria_ccm_ctrl() local 644 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_tls_cipher() local 692 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_cipher() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | p5_crpt.c | 26 int PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen_ex() 113 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen()
|
D | e_aes.c | 317 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aesni_ccm_init_key() local 672 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_t4_ccm_init_key() local 973 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_init_key() local 987 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_cipher() local 997 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_init_key() local 1012 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_cipher() local 1056 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_init_key() local 1075 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_cipher() local 1126 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_init_key() local 1144 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_cipher() local [all …]
|
/third_party/openssl/demos/bio/ |
D | client-arg.c | 20 SSL_CONF_CTX *cctx; in main() local
|
D | client-conf.c | 21 SSL_CONF_CTX *cctx = NULL; in main() local
|
D | server-conf.c | 30 SSL_CONF_CTX *cctx = NULL; in main() local
|
D | server-arg.c | 28 SSL_CONF_CTX *cctx; in main() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_rc4_hmac_md5.c | 98 const OSSL_PARAM *rc4_hmac_md5_gettable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_gettable_ctx_params() 134 const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_settable_ctx_params()
|
D | cipher_chacha20.c | 98 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, in chacha20_gettable_ctx_params() 142 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, in chacha20_settable_ctx_params()
|
D | cipher_null.c | 116 static const OSSL_PARAM *null_gettable_ctx_params(ossl_unused void *cctx, in null_gettable_ctx_params() 153 static const OSSL_PARAM *null_settable_ctx_params(ossl_unused void *cctx, in null_settable_ctx_params()
|
D | cipher_aes_siv.c | 195 static const OSSL_PARAM *aes_siv_gettable_ctx_params(ossl_unused void *cctx, in aes_siv_gettable_ctx_params() 249 static const OSSL_PARAM *aes_siv_settable_ctx_params(ossl_unused void *cctx, in aes_siv_settable_ctx_params()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_chacha20.c | 98 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, in chacha20_gettable_ctx_params() 142 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, in chacha20_settable_ctx_params()
|
D | cipher_rc4_hmac_md5.c | 98 const OSSL_PARAM *rc4_hmac_md5_gettable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_gettable_ctx_params() 134 const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_settable_ctx_params()
|
D | cipher_null.c | 116 static const OSSL_PARAM *null_gettable_ctx_params(ossl_unused void *cctx, in null_gettable_ctx_params() 153 static const OSSL_PARAM *null_settable_ctx_params(ossl_unused void *cctx, in null_settable_ctx_params()
|
D | cipher_aes_siv.c | 195 static const OSSL_PARAM *aes_siv_gettable_ctx_params(ossl_unused void *cctx, in aes_siv_gettable_ctx_params() 249 static const OSSL_PARAM *aes_siv_settable_ctx_params(ossl_unused void *cctx, in aes_siv_settable_ctx_params()
|