Home
last modified time | relevance | path

Searched defs:ctx (Results 351 - 375 of 4845) sorted by relevance

1...<<11121314151617181920>>...194

/third_party/mbedtls/include/mbedtls/
H A Dpem.h121 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer() argument
[all...]
/third_party/mbedtls/3rdparty/everest/library/
H A Dx25519.c59 int mbedtls_x25519_make_params( mbedtls_x25519_context *ctx, size_t *olen, in mbedtls_x25519_make_params() argument
90 int mbedtls_x25519_read_params( mbedtls_x25519_context *ctx, in mbedtls_x25519_read_params() argument
104 mbedtls_x25519_get_params( mbedtls_x25519_context *ctx, const mbedtls_ecp_keypair *key, mbedtls_x25519_ecdh_side side ) mbedtls_x25519_get_params() argument
119 mbedtls_x25519_calc_secret( mbedtls_x25519_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )(void *, unsigned char *, size_t), void *p_rng ) mbedtls_x25519_calc_secret() argument
145 mbedtls_x25519_make_public( mbedtls_x25519_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )(void *, unsigned char *, size_t), void *p_rng ) mbedtls_x25519_make_public() argument
174 mbedtls_x25519_read_public( mbedtls_x25519_context *ctx, const unsigned char *buf, size_t blen ) mbedtls_x25519_read_public() argument
[all...]
H A Deverest.c35 int mbedtls_everest_setup( mbedtls_ecdh_context_everest *ctx, int grp_id ) in mbedtls_everest_setup() argument
48 int mbedtls_everest_make_params( mbedtls_ecdh_context_everest *ctx, size_t *olen, in mbedtls_everest_make_params() argument
57 int mbedtls_everest_read_params( mbedtls_ecdh_context_everest *ctx, in mbedtls_everest_read_params() argument
65 mbedtls_everest_get_params( mbedtls_ecdh_context_everest *ctx, const mbedtls_ecp_keypair *key, mbedtls_everest_ecdh_side side ) mbedtls_everest_get_params() argument
76 mbedtls_everest_make_public( mbedtls_ecdh_context_everest *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )( void *, unsigned char *, size_t ), void *p_rng ) mbedtls_everest_make_public() argument
85 mbedtls_everest_read_public( mbedtls_ecdh_context_everest *ctx, const unsigned char *buf, size_t blen ) mbedtls_everest_read_public() argument
92 mbedtls_everest_calc_secret( mbedtls_ecdh_context_everest *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )( void *, unsigned char *, size_t ), void *p_rng ) mbedtls_everest_calc_secret() argument
[all...]
/third_party/mbedtls/library/
H A Dtiming.c122 mbedtls_timing_delay_context *ctx = (mbedtls_timing_delay_context *) data; in mbedtls_timing_set_delay() local
137 mbedtls_timing_delay_context *ctx = (mbedtls_timing_delay_context *) data; in mbedtls_timing_get_delay() local
H A Dblock_cipher.c52 void mbedtls_block_cipher_free(mbedtls_block_cipher_context_t *ctx) in mbedtls_block_cipher_free() argument
82 mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx, mbedtls_cipher_id_t cipher_id) mbedtls_block_cipher_setup() argument
122 mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx, const unsigned char *key, unsigned key_bitlen) mbedtls_block_cipher_setkey() argument
164 mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx, const unsigned char input[16], unsigned char output[16]) mbedtls_block_cipher_encrypt() argument
[all...]
/third_party/mbedtls/include/psa/
H A Dcrypto_driver_contexts_primitives.h84 mbedtls_transparent_test_driver_cipher_operation_t ctx; member
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_print.c222 agx_print_shader(agx_context *ctx, FILE *fp) in agx_print_shader() argument
H A Dagx_validate.c92 agx_validate(agx_context *ctx, const char *after) in agx_validate() argument
H A Dagx_liveness.c61 agx_compute_liveness(agx_context *ctx) in agx_compute_liveness() argument
/third_party/mesa3d/src/asahi/compiler/test/
H A Dagx_test.h39 agx_context *ctx = rzalloc(memctx, agx_context); in agx_test_builder() local
H A Dtest-optimizer.cpp29 agx_optimize_and_dce(agx_context *ctx) in agx_optimize_and_dce() argument
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.h48 amdgpu_context_handle ctx; member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_expression_flattening.cpp75 void *ctx = ralloc_parent(ir); in handle_rvalue() local
/third_party/libwebsockets/lib/roles/http/compression/brotli/
H A Dbrotli.c28 lcs_init_compression_brotli(lws_comp_ctx_t *ctx, int decomp) in lcs_init_compression_brotli() argument
48 lcs_process_brotli(lws_comp_ctx_t *ctx, const void *in, size_t *ilen_iused, in lcs_process_brotli() argument
106 lcs_destroy_brotli(lws_comp_ctx_t *ctx) lcs_destroy_brotli() argument
[all...]
/third_party/libwebsockets/lib/roles/http/compression/deflate/
H A Ddeflate.c28 lcs_init_compression_deflate(lws_comp_ctx_t *ctx, int decomp) in lcs_init_compression_deflate() argument
59 lcs_process_deflate(lws_comp_ctx_t *ctx, const void *in, size_t *ilen_iused, void *out, size_t *olen_oused) lcs_process_deflate() argument
95 lcs_destroy_deflate(lws_comp_ctx_t *ctx) lcs_destroy_deflate() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/cpp/
H A DlssMsg.cxx53 lssMsg::lssMsg(lws_ctx_t ctx, lsscomp_t _comp, std::string uri) : in lssMsg() argument
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-pipe.c97 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal() argument
/third_party/libwebsockets/test-apps/
H A Dtest-lecp.c55 cb(struct lecp_ctx *ctx, char reason) in cb() argument
141 struct lecp_ctx ctx; main() local
[all...]
H A Dtest-lejp.c45 cb(struct lejp_ctx *ctx, char reason) in cb() argument
92 struct lejp_ctx ctx; main() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_streamout.c61 static void virgl_destroy_so_target(struct pipe_context *ctx, in virgl_destroy_so_target() argument
72 static void virgl_set_so_targets(struct pipe_context *ctx, in virgl_set_so_targets() argument
30 virgl_create_so_target( struct pipe_context *ctx, struct pipe_resource *buffer, unsigned buffer_offset, unsigned buffer_size) virgl_create_so_target() argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dsampler.cpp32 auto &ctx = obj(d_ctx); in clCreateSampler() local
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder_stub.c28 intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx, in intel_batch_decode_ctx_init() argument
45 intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx) in intel_batch_decode_ctx_finish() argument
50 intel_print_batch(struct intel_batch_decode_ctx *ctx, in intel_print_batch() argument
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcontext.hpp50 context(const context &ctx) = delete; member in clover::context
52 operator=(const context &ctx) = delete; member in clover::context
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_shader.c68 struct rogue_shader *rogue_shader_create(struct rogue_build_ctx *ctx, in rogue_shader_create() argument
H A Drogue_shader.h48 struct rogue_build_ctx *ctx; member

Completed in 9 milliseconds

1...<<11121314151617181920>>...194