/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_hw.c | 15 PROV_SM4_CTX *sctx = (PROV_SM4_CTX *)ctx; in cipher_hw_sm4_initkey() local
|
H A D | cipher_seed_hw.c | 21 PROV_SEED_CTX *sctx = (PROV_SEED_CTX *)ctx; in cipher_hw_seed_initkey() local
|
H A D | cipher_aes_xts_hw.c | 92 PROV_AES_XTS_CTX *sctx = (PROV_AES_XTS_CTX *)src; in cipher_hw_aes_xts_copyctx() local
|
H A D | cipher_desx_hw.c | 43 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in cipher_hw_desx_copyctx() local
|
H A D | cipher_tdes_hw.c | 51 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in ossl_cipher_hw_tdes_copyctx() local
|
H A D | cipher_aes_siv_hw.c | 23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() local 80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() local 88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() local 96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() local 107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher() local [all...] |
H A D | cipher_des_hw.c | 44 PROV_DES_CTX *sctx = (PROV_DES_CTX *)src; in cipher_hw_des_copyctx() local
|
/third_party/openssl/test/ |
H A D | x509_dup_cert_test.c | 20 X509_STORE_CTX *sctx = NULL; in test_509_dup_cert() local
|
H A D | fatalerrtest.c | 21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_hw.c | 15 PROV_SM4_CTX *sctx = (PROV_SM4_CTX *)ctx; in cipher_hw_sm4_initkey() local
|
H A D | cipher_seed_hw.c | 21 PROV_SEED_CTX *sctx = (PROV_SEED_CTX *)ctx; in cipher_hw_seed_initkey() local
|
H A D | cipher_aes_xts_hw.c | 92 PROV_AES_XTS_CTX *sctx = (PROV_AES_XTS_CTX *)src; in cipher_hw_aes_xts_copyctx() local
|
H A D | cipher_desx_hw.c | 43 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in cipher_hw_desx_copyctx() local
|
H A D | cipher_tdes_hw.c | 51 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in ossl_cipher_hw_tdes_copyctx() local
|
H A D | cipher_aes_siv_hw.c | 23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() local 80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() local 88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() local 96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() local 107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher() local [all...] |
H A D | cipher_des_hw.c | 44 PROV_DES_CTX *sctx = (PROV_DES_CTX *)src; in cipher_hw_des_copyctx() local
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_vfy.c | 29 static int sct_ctx_update(EVP_MD_CTX *ctx, const SCT_CTX *sctx, const SCT *sct) in sct_ctx_update() argument 96 int SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct) in SCT_CTX_verify() argument [all...] |
/third_party/openssl/crypto/ct/ |
H A D | ct_vfy.c | 29 static int sct_ctx_update(EVP_MD_CTX *ctx, const SCT_CTX *sctx, const SCT *sct) in sct_ctx_update() argument 96 int SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct) in SCT_CTX_verify() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_ir.cpp | 41 struct st_context *sctx = st_context(ctx); in link_shader() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pm4.c | 119 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() argument 137 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) in si_pm4_emit() argument 154 si_pm4_reset_emitted(struct si_context *sctx, bool first_cs) si_pm4_reset_emitted() argument [all...] |
H A D | radeon_video.c | 131 struct si_context *sctx = (struct si_context *)context; in si_vid_clear_buffer() local
|
H A D | si_cp_reg_shadowing.c | 69 si_create_shadowing_ib_preamble(struct si_context *sctx) in si_create_shadowing_ib_preamble() argument 192 void si_init_cp_reg_shadowing(struct si_context *sctx) in si_init_cp_reg_shadowing() argument [all...] |
H A D | si_state_draw.cpp | 55 static void si_emit_spi_map(struct si_context *sctx) in si_emit_spi_map() argument 111 static bool si_update_shaders(struct si_context *sctx) in si_update_shaders() argument [all...] |
H A D | si_state_msaa.c | 202 void si_init_msaa_functions(struct si_context *sctx) in si_init_msaa_functions() argument [all...] |
H A D | si_state_streamout.c | 68 void si_streamout_buffers_dirty(struct si_context *sctx) in si_streamout_buffers_dirty() argument 81 struct si_context *sctx = (struct si_context *)ctx; in si_set_streamout_targets() local 215 si_flush_vgt_streamout(struct si_context *sctx) si_flush_vgt_streamout() argument 251 si_emit_streamout_begin(struct si_context *sctx) si_emit_streamout_begin() argument 328 si_emit_streamout_end(struct si_context *sctx) si_emit_streamout_end() argument 381 si_emit_streamout_enable(struct si_context *sctx) si_emit_streamout_enable() argument 396 si_set_streamout_enable(struct si_context *sctx, bool enable) si_set_streamout_enable() argument 413 si_update_prims_generated_query_state(struct si_context *sctx, unsigned type, int diff) si_update_prims_generated_query_state() argument 433 si_init_streamout_functions(struct si_context *sctx) si_init_streamout_functions() argument [all...] |