Home
last modified time | relevance | path

Searched defs:sctx (Results 51 - 75 of 109) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_pmeth.c88 DH_PKEY_CTX *dctx, *sctx; in pkey_dh_copy() local
[all...]
/third_party/openssl/test/
H A Dsslcorrupttest.c185 SSL_CTX *sctx = NULL, *cctx = NULL; in test_ssl_corrupt() local
H A Dtls13ccstest.c245 SSL_CTX *sctx = NULL, *cctx = NULL; in test_tls13ccs() local
H A Dverify_extra_test.c67 X509_STORE_CTX *sctx = NULL; in test_alt_chains_cert_forgery() local
H A 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; test_cookie() local
351 SSL_CTX *sctx = NULL, *cctx = NULL; test_dtls_duplicate_records() local
399 SSL_CTX *sctx = NULL; test_just_finished() local
474 SSL_CTX *sctx = NULL, *cctx = NULL; test_swap_records() local
[all...]
/third_party/openssl/crypto/ct/
H A Dct_sct.c293 SCT_CTX *sctx = NULL; in SCT_validate() local
H A Dct_sct_ctx.c25 SCT_CTX *sctx = OPENSSL_zalloc(sizeof(*sctx)); in SCT_CTX_new() local
45 void SCT_CTX_free(SCT_CTX *sctx) in SCT_CTX_free() argument
122 SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) SCT_CTX_set1_cert() argument
204 ct_public_key_hash(SCT_CTX *sctx, X509_PUBKEY *pkey, unsigned char **hash, size_t *hash_len) ct_public_key_hash() argument
248 SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer) SCT_CTX_set1_issuer() argument
253 SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) SCT_CTX_set1_issuer_pubkey() argument
258 SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) SCT_CTX_set1_pubkey() argument
275 SCT_CTX_set_time(SCT_CTX *sctx, uint64_t time_in_ms) SCT_CTX_set_time() argument
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_pmeth.c88 DH_PKEY_CTX *dctx, *sctx; in pkey_dh_copy() local
[all...]
/third_party/openssl/crypto/evp/
H A Dm_sigver.c471 int sctx = 0, r = 0; in EVP_DigestSignFinal() local
H A Dencode.c137 int EVP_ENCODE_CTX_copy(EVP_ENCODE_CTX *dctx, const EVP_ENCODE_CTX *sctx) in EVP_ENCODE_CTX_copy() argument
/third_party/openssl/crypto/ec/
H A Dec_pmeth.c64 EC_PKEY_CTX *dctx, *sctx; in pkey_ec_copy() local
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c52 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_init_key() local
131 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in tls1_multi_block_encrypt() local
400 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; aesni_cbc_hmac_sha256_cipher() local
720 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; aesni_cbc_hmac_sha256_set_tls1_aad() local
770 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
[all...]
H A Dcipher_aes_cbc_hmac_sha1_hw.c50 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_init_key() local
127 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in tls1_multi_block_encrypt() local
377 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; aesni_cbc_hmac_sha1_cipher() local
667 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; aesni_cbc_hmac_sha1_set_tls1_aad() local
717 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; aesni_cbc_hmac_sha1_tls1_multiblock_aad() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sdma_copy_image.c32 bool si_prepare_for_sdma_copy(struct si_context *sctx, struct si_texture *dst,struct si_texture *src) in si_prepare_for_sdma_copy() argument
53 static unsigned encode_legacy_tile_info(struct si_context *sctx, struct si_texture *tex) in encode_legacy_tile_info() argument
74 bool si_translate_format_to_hw(struct si_context *sctx, enum pipe_format format, unsigned *hw_fmt, unsigned *hw_type) in si_translate_format_to_hw() argument
113 bool si_sdma_v4_v5_copy_texture(struct si_context *sctx, struct si_texture *sdst, struct si_texture *ssrc, bool is_v5) in si_sdma_v4_v5_copy_texture() argument
225 cik_sdma_copy_texture(struct si_context *sctx, struct si_texture *sdst, struct si_texture *ssrc) cik_sdma_copy_texture() argument
420 si_sdma_copy_image(struct si_context *sctx, struct si_texture *dst, struct si_texture *src) si_sdma_copy_image() argument
[all...]
H A Dradeon_vce.c386 struct si_context *sctx = (struct si_context *)context; in si_vce_create_encoder() local
H A Dsi_shaderlib_nir.c29 static void *create_shader_state(struct si_context *sctx, nir_shader *nir) in create_shader_state() argument
86 si_create_copy_image_cs(struct si_context *sctx, bool src_is_1d_array, bool dst_is_1d_array) si_create_copy_image_cs() argument
139 si_create_dcc_retile_cs(struct si_context *sctx, struct radeon_surf *surf) si_create_dcc_retile_cs() argument
187 gfx9_create_clear_dcc_msaa_cs(struct si_context *sctx, struct si_texture *tex) gfx9_create_clear_dcc_msaa_cs() argument
234 si_create_clear_buffer_rmw_cs(struct si_context *sctx) si_create_clear_buffer_rmw_cs() argument
275 si_create_passthrough_tcs(struct si_context *sctx) si_create_passthrough_tcs() argument
[all...]
H A Dsi_state_binning.c63 static struct uvec2 si_get_color_bin_size(struct si_context *sctx, unsigned cb_target_enabled_4bit) in si_get_color_bin_size() argument
177 static struct uvec2 si_get_depth_bin_size(struct si_context *sctx) in si_get_depth_bin_size() argument
302 gfx10_get_bin_sizes(struct si_context *sctx, unsigned cb_target_enabled_4bit, struct uvec2 *color_bin_size, struct uvec2 *depth_bin_size) gfx10_get_bin_sizes() argument
405 si_emit_dpbb_disable(struct si_context *sctx) si_emit_dpbb_disable() argument
442 si_emit_dpbb_state(struct si_context *sctx) si_emit_dpbb_state() argument
[all...]
H A Dradeon_vcn_enc.c454 struct si_context *sctx = (struct si_context *)context; in radeon_create_encoder() local
H A Dsi_state_viewport.c31 static void si_get_small_prim_cull_info(struct si_context *sctx, struct si_small_prim_cull_info *out) in si_get_small_prim_cull_info() argument
89 static void si_emit_cull_state(struct si_context *sctx) in si_emit_cull_state() argument
630 si_emit_window_rectangles(struct si_context *sctx) si_emit_window_rectangles() argument
686 struct si_context *sctx = (struct si_context *)ctx; si_set_window_rectangles() local
[all...]
H A Dsi_buffer.c33 bool si_cs_is_buffer_referenced(struct si_context *sctx, struct pb_buffer *buf, in si_cs_is_buffer_referenced() argument
39 void *si_buffer_map(struct si_context *sctx, struct si_resource *resource, in si_buffer_map() argument
250 static bool si_invalidate_buffer(struct si_context *sctx, struct si_resource *buf) in si_invalidate_buffer() argument
284 struct si_context *sctx = (struct si_context *)ctx; si_replace_buffer_storage() local
305 struct si_context *sctx = (struct si_context *)ctx; si_invalidate_resource() local
318 struct si_context *sctx = (struct si_context *)ctx; si_buffer_get_transfer() local
341 struct si_context *sctx = (struct si_context *)ctx; si_buffer_transfer_map() local
484 struct si_context *sctx = (struct si_context *)ctx; si_buffer_do_flush_region() local
515 struct si_context *sctx = (struct si_context *)ctx; si_buffer_transfer_unmap() local
763 si_init_buffer_functions(struct si_context *sctx) si_init_buffer_functions() argument
[all...]
H A Dsi_fence.c188 static void si_add_fence_dependency(struct si_context *sctx, struct pipe_fence_handle *fence) in si_add_fence_dependency() argument
195 static void si_add_syncobj_signal(struct si_context *sctx, struct pipe_fence_handle *fence) in si_add_syncobj_signal() argument
287 struct si_context *sctx; in si_fence_finish() local
459 struct si_context *sctx = (struct si_context *)ctx; si_flush_all_queues() local
555 struct si_context *sctx = (struct si_context *)ctx; si_fence_server_signal() local
583 struct si_context *sctx = (struct si_context *)ctx; si_fence_server_sync() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c759 struct str_dump_ctx *sctx = (struct str_dump_ctx *)ctx; in str_dump_ctx_printf() local
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pmeth.c84 RSA_PKEY_CTX *dctx, *sctx; in pkey_rsa_copy() local
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c84 RSA_PKEY_CTX *dctx, *sctx; in pkey_rsa_copy() local
[all...]

Completed in 16 milliseconds

12345