Home
last modified time | relevance | path

Searched defs:tctx (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_tdes_default_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede2_initkey() local
51 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ofb() local
72 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb() local
100 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb1() local
121 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb8() local
Dcipher_tdes_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede3_initkey() local
61 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cbc() local
85 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ecb() local
Dcipher_desx_hw.c30 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc_initkey() local
53 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc() local
Dcipher_tdes_common.c26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx() local
/third_party/openssl/providers/implementations/ciphers/
Dcipher_tdes_default_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede2_initkey() local
51 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ofb() local
72 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb() local
100 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb1() local
121 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb8() local
Dcipher_tdes_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede3_initkey() local
61 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cbc() local
85 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ecb() local
Dcipher_desx_hw.c30 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc_initkey() local
53 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc() local
Dcipher_tdes_common.c26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c58 tgsi_lowering_context(struct tgsi_transform_context *tctx) in tgsi_lowering_context()
131 create_mov(struct tgsi_transform_context *tctx, in create_mov()
197 transform_dst(struct tgsi_transform_context *tctx, in transform_dst()
278 transform_lrp(struct tgsi_transform_context *tctx, in transform_lrp()
328 transform_frc(struct tgsi_transform_context *tctx, in transform_frc()
373 transform_pow(struct tgsi_transform_context *tctx, in transform_pow()
433 transform_lit(struct tgsi_transform_context *tctx, in transform_lit()
558 transform_exp(struct tgsi_transform_context *tctx, in transform_exp()
681 transform_log(struct tgsi_transform_context *tctx, in transform_log()
819 transform_dotp(struct tgsi_transform_context *tctx, in transform_dotp()
[all …]
/third_party/ffmpeg/libavcodec/
Dtwinvq.c71 static void eval_lpcenv(TwinVQContext *tctx, const float *cos_vals, float *lpc) in eval_lpcenv()
115 static inline void eval_lpcenv_or_interp(TwinVQContext *tctx, in eval_lpcenv_or_interp()
152 static void eval_lpcenv_2parts(TwinVQContext *tctx, enum TwinVQFrameType ftype, in eval_lpcenv_2parts()
172 static void dequant(TwinVQContext *tctx, const uint8_t *cb_bits, float *out, in dequant()
214 static void dec_gain(TwinVQContext *tctx, in dec_gain()
263 static void decode_lsp(TwinVQContext *tctx, int lpc_idx1, uint8_t *lpc_idx2, in decode_lsp()
303 static void dec_lpc_spectrum_inv(TwinVQContext *tctx, float *lsp, in dec_lpc_spectrum_inv()
327 static void imdct_and_window(TwinVQContext *tctx, enum TwinVQFrameType ftype, in imdct_and_window()
378 static void imdct_output(TwinVQContext *tctx, enum TwinVQFrameType ftype, in imdct_output()
412 static void read_and_decode_spectrum(TwinVQContext *tctx, float *out, in read_and_decode_spectrum()
[all …]
Dtwinvqdec.c179 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc()
211 static void dec_bark_env(TwinVQContext *tctx, const uint8_t *in, int use_hist, in dec_bark_env()
239 static void read_cb_data(TwinVQContext *tctx, GetBitContext *gb, in read_cb_data()
252 static int twinvq_read_bitstream(AVCodecContext *avctx, TwinVQContext *tctx, in twinvq_read_bitstream()
323 TwinVQContext *tctx = avctx->priv_data; in twinvq_decode_init() local
Dmetasound.c64 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc()
115 static void dec_bark_env(TwinVQContext *tctx, const uint8_t *in, int use_hist, in dec_bark_env()
152 static void read_cb_data(TwinVQContext *tctx, GetBitContext *gb, in read_cb_data()
165 static int metasound_read_bitstream(AVCodecContext *avctx, TwinVQContext *tctx, in metasound_read_bitstream()
276 TwinVQContext *tctx = avctx->priv_data; in metasound_decode_init() local
Dfic.c174 FICThreadContext *tctx = tdata; in fic_decode_slice() local
/third_party/skia/modules/svg/src/
DSkSVGText.cpp118 SkSVGTextContext* tctx, in ScopedPosResolver()
134 SkSVGTextContext* tctx) in ScopedPosResolver()
474 void SkSVGTextFragment::renderText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in renderText()
511 void SkSVGTextContainer::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText()
546 void SkSVGTextLiteral::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText()
567 SkSVGTextContext tctx(ctx, render_text); in onRender() local
598 SkSVGTextContext tctx(ctx, compute_bounds); in onObjectBoundingBox() local
641 SkSVGTextContext tctx(ctx, as_path); in onAsPath() local
656 SkSVGTextContext tctx(ctx, parent_tctx->getCallback(), this); in onShapeText() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_perfetto.cc142 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) { in stage_end()
230 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) { in sync_timestamp()
259 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) { in emit_submit_id()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_perfetto.cc147 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) { in stage_end()
270 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) { in sync_timestamp()
299 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) { in emit_submit_id()
/third_party/skia/modules/svg/tests/
DText.cpp168 SkSVGTextContext tctx(ctx, mock_cb); in DEF_TEST() local
/third_party/mesa3d/src/intel/ds/
Dintel_driver_ds.cc300 IntelRenderpassDataSource::Trace([=](IntelRenderpassDataSource::TraceContext tctx) { in end_event()
465 IntelRenderpassDataSource::Trace([=](IntelRenderpassDataSource::TraceContext tctx) { in intel_ds_end_submit()
/third_party/openssl/apps/
Ddgst.c410 EVP_MD_CTX *tctx; in dgst_main() local
/third_party/node/deps/openssl/openssl/apps/
Ddgst.c410 EVP_MD_CTX *tctx; in dgst_main() local
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_srvr.c3698 SSL_CTX *tctx = s->session_ctx; in construct_stateless_ticket() local
3919 SSL_CTX *tctx = s->session_ctx; in tls_construct_new_session_ticket() local
/third_party/openssl/ssl/statem/
Dstatem_srvr.c3678 SSL_CTX *tctx = s->session_ctx; in construct_stateless_ticket() local
3899 SSL_CTX *tctx = s->session_ctx; in tls_construct_new_session_ticket() local
/third_party/openssl/ssl/
Dt1_lib.c1795 SSL_CTX *tctx = s->session_ctx; in tls_decrypt_ticket() local
/third_party/node/deps/openssl/openssl/ssl/
Dt1_lib.c1816 SSL_CTX *tctx = s->session_ctx; in tls_decrypt_ticket() local