Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 2371) sorted by relevance

12345678910>>...95

/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp48 void scissor (NegativeTestContext& ctx) in scissor()
60 void depth_func (NegativeTestContext& ctx) in depth_func()
68 void viewport (NegativeTestContext& ctx) in viewport()
81 void stencil_func (NegativeTestContext& ctx) in stencil_func()
89 void stencil_func_separate (NegativeTestContext& ctx) in stencil_func_separate()
102 void stencil_op (NegativeTestContext& ctx) in stencil_op()
114 void stencil_op_separate (NegativeTestContext& ctx) in stencil_op_separate()
131 void stencil_mask_separate (NegativeTestContext& ctx) in stencil_mask_separate()
140 void blend_equation (NegativeTestContext& ctx) in blend_equation()
148 void blend_equation_separate (NegativeTestContext& ctx) in blend_equation_separate()
[all …]
Des31fNegativeTextureApiTests.cpp91 void activetexture (NegativeTestContext& ctx) in activetexture()
104 void bindtexture (NegativeTestContext& ctx) in bindtexture()
181 void compressedteximage2d_invalid_target (NegativeTestContext& ctx) in compressedteximage2d_invalid_target()
191 void compressedteximage2d_invalid_format (NegativeTestContext& ctx) in compressedteximage2d_invalid_format()
215 void compressedteximage2d_neg_level (NegativeTestContext& ctx) in compressedteximage2d_neg_level()
235 void compressedteximage2d_max_level (NegativeTestContext& ctx) in compressedteximage2d_max_level()
260 void compressedteximage2d_neg_width_height (NegativeTestContext& ctx) in compressedteximage2d_neg_width_height()
330 void compressedteximage2d_max_width_height (NegativeTestContext& ctx) in compressedteximage2d_max_width_height()
402 void compressedteximage2d_invalid_border (NegativeTestContext& ctx) in compressedteximage2d_invalid_border()
458 void compressedteximage2d_invalid_size (NegativeTestContext& ctx) in compressedteximage2d_invalid_size()
[all …]
Des31fNegativeStateApiTests.cpp71 static std::string getVtxFragVersionSources (const std::string source, NegativeTestContext& ctx) in getVtxFragVersionSources()
83 void enable (NegativeTestContext& ctx) in enable()
92 void enablei (NegativeTestContext& ctx) in enablei()
107 void disable (NegativeTestContext& ctx) in disable()
115 void disablei (NegativeTestContext& ctx) in disablei()
131 void get_booleanv (NegativeTestContext& ctx) in get_booleanv()
140 void get_booleani_v (NegativeTestContext& ctx) in get_booleani_v()
158 void get_floatv (NegativeTestContext& ctx) in get_floatv()
167 void get_integerv (NegativeTestContext& ctx) in get_integerv()
176 void get_integer64v (NegativeTestContext& ctx) in get_integer64v()
[all …]
Des31fNegativeBufferApiTests.cpp45 void bind_buffer (NegativeTestContext& ctx) in bind_buffer()
53 void delete_buffers (NegativeTestContext& ctx) in delete_buffers()
61 void gen_buffers (NegativeTestContext& ctx) in gen_buffers()
69 void buffer_data (NegativeTestContext& ctx) in buffer_data()
99 void buffer_sub_data (NegativeTestContext& ctx) in buffer_sub_data()
128 void buffer_sub_data_size_offset (NegativeTestContext& ctx) in buffer_sub_data_size_offset()
153 void clear (NegativeTestContext& ctx) in clear()
167 void read_pixels (NegativeTestContext& ctx) in read_pixels()
197 void readn_pixels (NegativeTestContext& ctx) in readn_pixels()
242 void read_pixels_format_mismatch (NegativeTestContext& ctx) in read_pixels_format_mismatch()
[all …]
Des31fNegativeShaderApiTests.cpp91 void create_shader (NegativeTestContext& ctx) in create_shader()
99 void shader_source (NegativeTestContext& ctx) in shader_source()
126 void compile_shader (NegativeTestContext& ctx) in compile_shader()
145 void delete_shader (NegativeTestContext& ctx) in delete_shader()
156 void shader_binary (NegativeTestContext& ctx) in shader_binary()
232 void attach_shader (NegativeTestContext& ctx) in attach_shader()
282 void detach_shader (NegativeTestContext& ctx) in detach_shader()
323 void link_program (NegativeTestContext& ctx) in link_program()
371 void use_program (NegativeTestContext& ctx) in use_program()
425 void delete_program (NegativeTestContext& ctx) in delete_program()
[all …]
Des31fNegativeVertexArrayApiTests.cpp69 void vertex_attribf (NegativeTestContext& ctx) in vertex_attribf()
84 void vertex_attribfv (NegativeTestContext& ctx) in vertex_attribfv()
100 void vertex_attribi4 (NegativeTestContext& ctx) in vertex_attribi4()
114 void vertex_attribi4v (NegativeTestContext& ctx) in vertex_attribi4v()
128 void vertex_attrib_pointer (NegativeTestContext& ctx) in vertex_attrib_pointer()
179 void vertex_attrib_i_pointer (NegativeTestContext& ctx) in vertex_attrib_i_pointer()
223 void vertex_attrib_format (NegativeTestContext& ctx) in vertex_attrib_format()
286 void vertex_attrib_i_format (NegativeTestContext& ctx) in vertex_attrib_i_format()
333 void enable_vertex_attrib_array (NegativeTestContext& ctx) in enable_vertex_attrib_array()
343 void disable_vertex_attrib_array (NegativeTestContext& ctx) in disable_vertex_attrib_array()
[all …]
/external/mesa3d/src/mesa/main/
Dcontext.h184 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end()
194 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
217 #define FLUSH_VERTICES(ctx, newstate) \ argument
236 #define FLUSH_CURRENT(ctx, newstate) \ argument
252 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
266 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
281 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
291 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
301 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
311 _mesa_is_gles31(const struct gl_context *ctx) in _mesa_is_gles31()
[all …]
/external/python/cpython3/Modules/_decimal/libmpdec/
Dcontext.c66 mpd_init(mpd_context_t *ctx, mpd_ssize_t prec) in mpd_init()
85 mpd_maxcontext(mpd_context_t *ctx) in mpd_maxcontext()
99 mpd_defaultcontext(mpd_context_t *ctx) in mpd_defaultcontext()
113 mpd_basiccontext(mpd_context_t *ctx) in mpd_basiccontext()
127 mpd_ieee_context(mpd_context_t *ctx, int bits) in mpd_ieee_context()
147 mpd_getprec(const mpd_context_t *ctx) in mpd_getprec()
153 mpd_getemax(const mpd_context_t *ctx) in mpd_getemax()
159 mpd_getemin(const mpd_context_t *ctx) in mpd_getemin()
165 mpd_getround(const mpd_context_t *ctx) in mpd_getround()
171 mpd_gettraps(const mpd_context_t *ctx) in mpd_gettraps()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/
DAbstractClassDefVisitor.java22 public Object visit (final ClassDef cls, final Object ctx) in visit()
24 visit (cls.getConstants (), ctx); in visit() local
25 visit (cls.getInterfaces (), ctx); in visit() local
26 visit (cls.getFields (), ctx); in visit() local
27 visit (cls.getMethods (), ctx); in visit() local
28 visit (cls.getAttributes (), ctx); in visit() local
33 public Object visit (final IAttributeCollection attributes, final Object ctx) in visit()
38 public Object visit (final IConstantCollection constants, final Object ctx) in visit()
43 public Object visit (final IFieldCollection fields, final Object ctx) in visit()
48 public Object visit (final IInterfaceCollection interfaces, final Object ctx) in visit()
[all …]
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) in noop_draw_vbo()
37 static void noop_launch_grid(struct pipe_context *ctx, in noop_launch_grid()
42 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color()
47 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state()
53 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state()
59 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state()
65 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state()
71 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view()
86 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface()
108 static void noop_set_sampler_views(struct pipe_context *ctx, in noop_set_sampler_views()
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c37 nouveau_alpha_func(struct gl_context *ctx, GLenum func, GLfloat ref) in nouveau_alpha_func()
43 nouveau_blend_color(struct gl_context *ctx, const GLfloat color[4]) in nouveau_blend_color()
49 nouveau_blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA) in nouveau_blend_equation_separate()
55 nouveau_blend_func_separate(struct gl_context *ctx, GLenum sfactorRGB, in nouveau_blend_func_separate()
62 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) in nouveau_clip_plane()
68 nouveau_color_mask(struct gl_context *ctx, GLboolean rmask, GLboolean gmask, in nouveau_color_mask()
75 nouveau_color_material(struct gl_context *ctx, GLenum face, GLenum mode) in nouveau_color_material()
87 nouveau_cull_face(struct gl_context *ctx, GLenum mode) in nouveau_cull_face()
93 nouveau_front_face(struct gl_context *ctx, GLenum mode) in nouveau_front_face()
99 nouveau_depth_func(struct gl_context *ctx, GLenum func) in nouveau_depth_func()
[all …]
Dnv10_state_raster.c38 nv10_emit_alpha_func(struct gl_context *ctx, int emit) in nv10_emit_alpha_func()
51 nv10_emit_blend_color(struct gl_context *ctx, int emit) in nv10_emit_blend_color()
63 nv10_emit_blend_equation(struct gl_context *ctx, int emit) in nv10_emit_blend_equation()
75 nv10_emit_blend_func(struct gl_context *ctx, int emit) in nv10_emit_blend_func()
85 nv10_emit_color_mask(struct gl_context *ctx, int emit) in nv10_emit_color_mask()
97 nv10_emit_depth(struct gl_context *ctx, int emit) in nv10_emit_depth()
111 nv10_emit_dither(struct gl_context *ctx, int emit) in nv10_emit_dither()
120 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) in nv10_emit_logic_opcode()
133 nv10_emit_shade_model(struct gl_context *ctx, int emit) in nv10_emit_shade_model()
143 nv10_emit_stencil_func(struct gl_context *ctx, int emit) in nv10_emit_stencil_func()
[all …]
/external/libxkbcommon/xkbcommon/src/
Dcontext.c40 xkb_context_include_path_append(struct xkb_context *ctx, const char *path) in xkb_context_include_path_append()
76 xkb_context_include_path_append_default(struct xkb_context *ctx) in xkb_context_include_path_append_default()
101 xkb_context_include_path_clear(struct xkb_context *ctx) in xkb_context_include_path_clear()
118 xkb_context_include_path_reset_defaults(struct xkb_context *ctx) in xkb_context_include_path_reset_defaults()
128 xkb_context_num_include_paths(struct xkb_context *ctx) in xkb_context_num_include_paths()
138 xkb_context_include_path_get(struct xkb_context *ctx, unsigned int idx) in xkb_context_include_path_get()
150 xkb_context_ref(struct xkb_context *ctx) in xkb_context_ref()
161 xkb_context_unref(struct xkb_context *ctx) in xkb_context_unref()
191 default_log_fn(struct xkb_context *ctx, enum xkb_log_level level, in default_log_fn()
244 struct xkb_context *ctx = calloc(1, sizeof(*ctx)); in xkb_context_new() local
[all …]
Dcontext-priv.c37 xkb_context_num_failed_include_paths(struct xkb_context *ctx) in xkb_context_num_failed_include_paths()
43 xkb_context_failed_include_path_get(struct xkb_context *ctx, in xkb_context_failed_include_path_get()
53 xkb_atom_lookup(struct xkb_context *ctx, const char *string) in xkb_atom_lookup()
59 xkb_atom_intern(struct xkb_context *ctx, const char *string, size_t len) in xkb_atom_intern()
65 xkb_atom_steal(struct xkb_context *ctx, char *string) in xkb_atom_steal()
71 xkb_atom_text(struct xkb_context *ctx, xkb_atom_t atom) in xkb_atom_text()
77 xkb_log(struct xkb_context *ctx, enum xkb_log_level level, int verbosity, in xkb_log()
91 xkb_context_get_buffer(struct xkb_context *ctx, size_t size) in xkb_context_get_buffer()
116 xkb_context_get_default_rules(struct xkb_context *ctx) in xkb_context_get_default_rules()
127 xkb_context_get_default_model(struct xkb_context *ctx) in xkb_context_get_default_model()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_context.c53 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags()
132 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon()
168 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint()
183 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env()
214 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture()
247 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state()
266 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program()
281 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add()
345 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle()
370 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dtranspose_op.h26 explicit TransposeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in TransposeOp()
38 explicit TransposeCpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeCpuOp()
48 explicit MklTransposeCpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in MklTransposeCpuOp()
58 explicit TransposeGpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeGpuOp()
68 explicit TransposeSyclOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeSyclOp()
79 explicit ConjugateTransposeCpuOp(OpKernelConstruction* ctx) in ConjugateTransposeCpuOp()
91 explicit MklConjugateTransposeCpuOp(OpKernelConstruction* ctx) in MklConjugateTransposeCpuOp()
103 explicit ConjugateTransposeGpuOp(OpKernelConstruction* ctx) in ConjugateTransposeGpuOp()
115 explicit ConjugateTransposeSyclOp(OpKernelConstruction* ctx) in ConjugateTransposeSyclOp()
/external/emma/core/java12/com/vladium/jcd/cls/constant/
DICONSTANTVisitor.java22 Object visit (CONSTANT_Class_info constant, Object ctx); in visit()
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); in visit()
25 Object visit (CONSTANT_Methodref_info constant, Object ctx); in visit()
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); in visit()
28 Object visit (CONSTANT_Double_info constant, Object ctx); in visit()
29 Object visit (CONSTANT_Float_info constant, Object ctx); in visit()
30 Object visit (CONSTANT_Integer_info constant, Object ctx); in visit()
31 Object visit (CONSTANT_Long_info constant, Object ctx); in visit()
32 Object visit (CONSTANT_String_info constant, Object ctx); in visit()
34 Object visit (CONSTANT_Utf8_info constant, Object ctx); in visit()
[all …]
/external/boringssl/src/crypto/fipsmodule/digest/
Ddigests.c78 static void md4_init(EVP_MD_CTX *ctx) { in md4_init()
82 static void md4_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md4_update()
86 static void md4_final(EVP_MD_CTX *ctx, uint8_t *out) { in md4_final()
102 static void md5_init(EVP_MD_CTX *ctx) { in md5_init()
106 static void md5_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md5_update()
110 static void md5_final(EVP_MD_CTX *ctx, uint8_t *out) { in md5_final()
126 static void sha1_init(EVP_MD_CTX *ctx) { in sha1_init()
130 static void sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha1_update()
134 static void sha1_final(EVP_MD_CTX *ctx, uint8_t *md) { in sha1_final()
150 static void sha224_init(EVP_MD_CTX *ctx) { in sha224_init()
[all …]
Ddigest.c78 void EVP_MD_CTX_init(EVP_MD_CTX *ctx) { in EVP_MD_CTX_init()
83 EVP_MD_CTX *ctx = OPENSSL_malloc(sizeof(EVP_MD_CTX)); in EVP_MD_CTX_new() local
94 int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) { in EVP_MD_CTX_cleanup()
107 void EVP_MD_CTX_free(EVP_MD_CTX *ctx) { in EVP_MD_CTX_free()
116 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) { EVP_MD_CTX_free(ctx); } in EVP_MD_CTX_destroy()
169 void EVP_MD_CTX_reset(EVP_MD_CTX *ctx) { in EVP_MD_CTX_reset()
174 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *engine) { in EVP_DigestInit_ex()
194 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) { in EVP_DigestInit()
199 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t len) { in EVP_DigestUpdate()
204 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, uint8_t *md_out, unsigned int *size) { in EVP_DigestFinal_ex()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc34 explicit VarIsInitializedOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in VarIsInitializedOp()
35 void Compile(XlaOpKernelContext* ctx) override { in Compile()
46 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp()
50 void Compile(XlaOpKernelContext* ctx) override { in Compile()
64 explicit AssignVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in AssignVariableOp()
65 void Compile(XlaOpKernelContext* ctx) override { in Compile()
74 explicit AssignAddVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in AssignAddVariableOp()
75 void Compile(XlaOpKernelContext* ctx) override { in Compile()
90 explicit AssignSubVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in AssignSubVariableOp()
91 void Compile(XlaOpKernelContext* ctx) override { in Compile()
[all …]
Dshape_op.cc31 explicit ShapeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ShapeOp()
35 void Compile(XlaOpKernelContext* ctx) override { in Compile()
50 explicit ShapeNOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ShapeNOp()
54 void Compile(XlaOpKernelContext* ctx) override { in Compile()
72 explicit RankOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in RankOp()
74 void Compile(XlaOpKernelContext* ctx) override { in Compile()
88 explicit SizeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in SizeOp()
90 void Compile(XlaOpKernelContext* ctx) override { in Compile()
107 explicit ExpandDimsOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in ExpandDimsOp()
109 void Compile(XlaOpKernelContext* ctx) override { in Compile()
[all …]
/external/boringssl/src/crypto/evp/
Devp_ctx.c141 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) { in EVP_PKEY_CTX_free()
153 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx) { in EVP_PKEY_CTX_dup()
189 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) { return ctx->pkey; } in EVP_PKEY_CTX_get0_pkey()
191 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl()
215 int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_sign_init()
226 int EVP_PKEY_sign(EVP_PKEY_CTX *ctx, uint8_t *sig, size_t *sig_len, in EVP_PKEY_sign()
239 int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_verify_init()
249 int EVP_PKEY_verify(EVP_PKEY_CTX *ctx, const uint8_t *sig, size_t sig_len, in EVP_PKEY_verify()
262 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_encrypt_init()
271 int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen, in EVP_PKEY_encrypt()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DIAttributeVisitor.java20 Object visit (GenericAttribute_info attribute, Object ctx); in visit()
22 Object visit (CodeAttribute_info attribute, Object ctx); in visit()
23 Object visit (ConstantValueAttribute_info attribute, Object ctx); in visit()
24 Object visit (ExceptionsAttribute_info attribute, Object ctx); in visit()
25 Object visit (LineNumberTableAttribute_info attribute, Object ctx); in visit()
26 Object visit (SourceFileAttribute_info attribute, Object ctx); in visit()
27 Object visit (SyntheticAttribute_info attribute, Object ctx); in visit()
28 Object visit (BridgeAttribute_info attribute, Object ctx); in visit()
29 Object visit (InnerClassesAttribute_info attribute, Object ctx); in visit()
/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c70 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx) { in EVP_CIPHER_CTX_init()
75 EVP_CIPHER_CTX *ctx = OPENSSL_malloc(sizeof(EVP_CIPHER_CTX)); in EVP_CIPHER_CTX_new() local
92 void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx) { in EVP_CIPHER_CTX_free()
128 void EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *ctx) { in EVP_CIPHER_CTX_reset()
133 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
230 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
235 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
240 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len, in EVP_EncryptUpdate()
309 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len) { in EVP_EncryptFinal_ex()
353 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len, in EVP_DecryptUpdate()
[all …]
/external/libcups/cups/
Dhash.c64 CC_MD5_CTX ctx; /* MD5 context */ in cupsHashData() local
81 CC_SHA1_CTX ctx; /* SHA-1 context */ in cupsHashData() local
94 CC_SHA256_CTX ctx; /* SHA-224 context */ in cupsHashData() local
107 CC_SHA256_CTX ctx; /* SHA-256 context */ in cupsHashData() local
120 CC_SHA512_CTX ctx; /* SHA-384 context */ in cupsHashData() local
133 CC_SHA512_CTX ctx; /* SHA-512 context */ in cupsHashData() local
146 CC_SHA512_CTX ctx; /* SHA-512 context */ in cupsHashData() local
167 CC_SHA512_CTX ctx; /* SHA-512 context */ in cupsHashData() local

12345678910>>...95