Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 25 of 64) sorted by relevance

123

/third_party/node/deps/openssl/openssl/ssl/
Dssl_conf.c106 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/
Dssl_conf.c106 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/
Dsslapitest.c350 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 …]
Ddtlstest.c73 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
Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp124 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
Ddecklink_enc.cpp167 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
Ddecklink_dec.cpp424 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/
Dp5_crpt.c26 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()
De_aes.c317 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 …]
De_aria.c516 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/
Dp5_crpt.c26 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()
De_aes.c317 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/
Dclient-arg.c20 SSL_CONF_CTX *cctx; in main() local
Dclient-conf.c21 SSL_CONF_CTX *cctx = NULL; in main() local
Dserver-conf.c30 SSL_CONF_CTX *cctx = NULL; in main() local
Dserver-arg.c28 SSL_CONF_CTX *cctx; in main() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_rc4_hmac_md5.c98 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()
Dcipher_chacha20.c98 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()
Dcipher_null.c116 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()
Dcipher_aes_siv.c195 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/
Dcipher_chacha20.c98 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()
Dcipher_rc4_hmac_md5.c98 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()
Dcipher_null.c116 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()
Dcipher_aes_siv.c195 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()

123