Home
last modified time | relevance | path

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

12

/third_party/openssl/ssl/
Dssl_conf.c105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option()
137 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, in ssl_match_option()
154 SSL_CONF_CTX *cctx = usr; in ssl_set_option_list() local
183 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_SignatureAlgorithms()
195 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_ClientSignatureAlgorithms()
206 static int cmd_Groups(SSL_CONF_CTX *cctx, const char *value) in cmd_Groups()
218 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) in cmd_Curves()
225 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) in cmd_ECDHParameters()
257 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) in cmd_CipherString()
268 static int cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) in cmd_Ciphersuites()
[all …]
Dssl_mcnf.c25 SSL_CONF_CTX *cctx = NULL; in ssl_do_config() local
/third_party/openssl/test/
Dsslapitest.c318 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local
398 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog_no_master_key() local
555 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_hello_cb() local
603 SSL_CTX *cctx = NULL, *sctx = NULL; in test_ccs_change_cipher() local
712 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_large_message() local
859 SSL_CTX *cctx = NULL, *sctx = NULL; in test_tlsext_status_type() local
1020 SSL_CTX *sctx = NULL, *cctx = NULL; in execute_test_session() local
1379 SSL_CTX **cctx) in setup_ticket_test()
1402 static int check_resumption(int idx, SSL_CTX *sctx, SSL_CTX *cctx, int succ) in check_resumption()
1461 SSL_CTX *sctx = NULL, *cctx = NULL; in test_tickets() local
[all …]
Ddtlstest.c57 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local
151 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local
266 SSL_CTX *sctx = NULL, *cctx = NULL; in test_cookie() local
298 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_duplicate_records() local
Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
Dgosttest.c37 SSL_CTX *cctx = NULL, *sctx = NULL; in test_tls13() local
Drecordlentest.c82 SSL_CTX *cctx = NULL, *sctx = NULL; in test_record_overflow() local
Dservername_test.c183 SSL_CTX *cctx = NULL, *sctx = NULL; in server_setup_sni() local
Dsslcorrupttest.c185 SSL_CTX *sctx = NULL, *cctx = NULL; in test_ssl_corrupt() local
Dtls13ccstest.c245 SSL_CTX *sctx = NULL, *cctx = NULL; in test_tls13ccs() 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/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/openssl/crypto/evp/
Dp5_crpt.c24 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen()
De_aes.c441 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aesni_ccm_init_key() local
879 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_t4_ccm_init_key() local
1190 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_init_key() local
1204 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_cipher() local
1224 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_init_key() local
1242 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_cipher() local
1296 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_init_key() local
1315 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_cipher() local
1373 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_init_key() local
1392 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_cipher() local
[all …]
De_aria.c507 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_init_key() local
533 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,c); in aria_ccm_ctrl() local
634 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_tls_cipher() local
681 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_cipher() local
/third_party/ffmpeg/libavcodec/tests/
Dmotion.c118 MECmpContext cctx, mmxctx; in main() local
/third_party/openssl/crypto/cmac/
Dcmac.c19 EVP_CIPHER_CTX *cctx; member
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c531 struct stw_context *cctx; in wgl_make_current() local
/third_party/openssl/crypto/pem/
Dpvkfmt.c684 EVP_CIPHER_CTX *cctx = EVP_CIPHER_CTX_new(); in do_PVK_body() local
787 EVP_CIPHER_CTX *cctx = NULL; in i2b_PVK() local
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp470 static void checkAttachmentCompleteness (Checker& cctx, const Attachment& attachment, in checkAttachmentCompleteness()
576 const UniquePtr<Checker> cctx(m_factory.createChecker(m_renderCtx)); in validStatusCodes() local

12