Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX (Results 1 - 25 of 304) sorted by relevance

12345678910>>...13

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dcmeth_lib.c94 int (*init) (EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_init()
107 int (*do_cipher) (EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_do_cipher()
120 int (*cleanup) (EVP_CIPHER_CTX *)) in EVP_CIPHER_meth_set_cleanup()
130 int (*set_asn1_parameters) (EVP_CIPHER_CTX *, in EVP_CIPHER_meth_set_set_asn1_params()
141 int (*get_asn1_parameters) (EVP_CIPHER_CTX *, in EVP_CIPHER_meth_set_get_asn1_params()
152 int (*ctrl) (EVP_CIPHER_CTX *, int type, in EVP_CIPHER_meth_set_ctrl()
163 int (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_get_init()
170 int (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_get_do_cipher()
178 int (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *) in EVP_CIPHER_meth_get_cleanup()
183 int (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *, in EVP_CIPHER_meth_get_set_asn1_params()
[all...]
H A De_rc2.c27 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
29 static int rc2_meth_to_magic(EVP_CIPHER_CTX *ctx);
31 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
32 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
33 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
92 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in rc2_init_key()
100 static int rc2_meth_to_magic(EVP_CIPHER_CTX *e) in rc2_meth_to_magic()
130 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_get_asn1_type_and_iv()
157 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_set_asn1_type_and_iv()
170 static int rc2_ctrl(EVP_CIPHER_CTX *
[all...]
H A Devp_lib.c34 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in EVP_CIPHER_param_to_asn1()
39 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in EVP_CIPHER_asn1_to_param()
44 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *ctx, ASN1_TYPE *type) in EVP_CIPHER_get_asn1_iv()
65 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in EVP_CIPHER_set_asn1_iv()
80 int evp_cipher_param_to_asn1_ex(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_param_to_asn1_ex()
171 int evp_cipher_asn1_to_param_ex(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_asn1_to_param_ex()
242 int evp_cipher_get_asn1_aead_params(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_get_asn1_aead_params()
263 int evp_cipher_set_asn1_aead_params(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_set_asn1_aead_params()
393 int EVP_CIPHER_CTX_get_block_size(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_block_size()
403 int EVP_Cipher(EVP_CIPHER_CTX *ct
[all...]
H A De_des.c51 static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
53 static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
60 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher()
70 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher()
93 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher()
119 static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb64_cipher()
148 static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb1_cipher()
177 static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb8_cipher()
209 static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in des_init_key()
231 static int des_ctrl(EVP_CIPHER_CTX *
[all...]
H A De_camellia.c28 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
51 static int cmll_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cmll_t4_init_key()
115 static int cmll_t4_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
119 static int cmll_t4_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
123 static int cmll_t4_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
127 static int cmll_t4_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
131 static int cmll_t4_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
135 static int cmll_t4_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
139 static int cmll_t4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
192 static int camellia_init_key(EVP_CIPHER_CTX *ct
[all...]
H A Devp_enc.c30 int EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_reset()
69 EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void) in EVP_CIPHER_CTX_new()
71 return OPENSSL_zalloc(sizeof(EVP_CIPHER_CTX)); in EVP_CIPHER_CTX_new()
74 void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_free()
82 static int evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, in evp_cipher_init_internal()
434 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2()
441 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
449 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
456 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate()
465 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ct
[all...]
H A De_des3.c54 static int des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
57 static int des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
60 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
69 static int des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ecb_cipher()
80 static int des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ofb_cipher()
107 static int des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cbc_cipher()
135 static int des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cfb64_cipher()
164 static int des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb1_cipher()
185 static int des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb8_cipher()
224 static int des_ede_init_key(EVP_CIPHER_CTX *ct
[all...]
H A De_null.c16 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
18 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
39 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in null_init_key()
45 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in null_cipher()
H A De_rc5.c27 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
29 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
43 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in rc5_ctrl()
72 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in r_32_12_16_init_key()
/third_party/openssl/crypto/evp/
H A Dcmeth_lib.c94 int (*init) (EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_init()
107 int (*do_cipher) (EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_do_cipher()
120 int (*cleanup) (EVP_CIPHER_CTX *)) in EVP_CIPHER_meth_set_cleanup()
130 int (*set_asn1_parameters) (EVP_CIPHER_CTX *, in EVP_CIPHER_meth_set_set_asn1_params()
141 int (*get_asn1_parameters) (EVP_CIPHER_CTX *, in EVP_CIPHER_meth_set_get_asn1_params()
152 int (*ctrl) (EVP_CIPHER_CTX *, int type, in EVP_CIPHER_meth_set_ctrl()
163 int (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_get_init()
170 int (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_get_do_cipher()
178 int (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *) in EVP_CIPHER_meth_get_cleanup()
183 int (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *, in EVP_CIPHER_meth_get_set_asn1_params()
[all...]
H A De_rc2.c27 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
29 static int rc2_meth_to_magic(EVP_CIPHER_CTX *ctx);
31 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
32 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
33 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
92 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in rc2_init_key()
100 static int rc2_meth_to_magic(EVP_CIPHER_CTX *e) in rc2_meth_to_magic()
130 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_get_asn1_type_and_iv()
157 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_set_asn1_type_and_iv()
170 static int rc2_ctrl(EVP_CIPHER_CTX *
[all...]
H A Devp_lib.c34 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in EVP_CIPHER_param_to_asn1()
39 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in EVP_CIPHER_asn1_to_param()
44 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *ctx, ASN1_TYPE *type) in EVP_CIPHER_get_asn1_iv()
65 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in EVP_CIPHER_set_asn1_iv()
80 int evp_cipher_param_to_asn1_ex(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_param_to_asn1_ex()
171 int evp_cipher_asn1_to_param_ex(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_asn1_to_param_ex()
242 int evp_cipher_get_asn1_aead_params(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_get_asn1_aead_params()
263 int evp_cipher_set_asn1_aead_params(EVP_CIPHER_CTX *c, ASN1_TYPE *type, in evp_cipher_set_asn1_aead_params()
393 int EVP_CIPHER_CTX_get_block_size(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_block_size()
403 int EVP_Cipher(EVP_CIPHER_CTX *ct
[all...]
H A De_des.c51 static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
53 static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
60 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher()
70 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher()
93 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher()
119 static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb64_cipher()
148 static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb1_cipher()
177 static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb8_cipher()
209 static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in des_init_key()
231 static int des_ctrl(EVP_CIPHER_CTX *
[all...]
H A De_camellia.c28 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
51 static int cmll_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cmll_t4_init_key()
115 static int cmll_t4_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
119 static int cmll_t4_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
123 static int cmll_t4_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
127 static int cmll_t4_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
131 static int cmll_t4_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
135 static int cmll_t4_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
139 static int cmll_t4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
192 static int camellia_init_key(EVP_CIPHER_CTX *ct
[all...]
H A Devp_enc.c30 int EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_reset()
69 EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void) in EVP_CIPHER_CTX_new()
71 return OPENSSL_zalloc(sizeof(EVP_CIPHER_CTX)); in EVP_CIPHER_CTX_new()
74 void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_free()
82 static int evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, in evp_cipher_init_internal()
429 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2()
436 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
444 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
451 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate()
460 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ct
[all...]
H A De_des3.c54 static int des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
57 static int des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
60 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
69 static int des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ecb_cipher()
80 static int des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ofb_cipher()
107 static int des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cbc_cipher()
135 static int des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cfb64_cipher()
164 static int des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb1_cipher()
185 static int des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb8_cipher()
224 static int des_ede_init_key(EVP_CIPHER_CTX *ct
[all...]
H A De_null.c16 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
18 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
39 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in null_init_key()
45 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in null_cipher()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs24 pub fn EVP_CIPHER_CTX_get0_cipher(ctx: *const EVP_CIPHER_CTX) -> *const EVP_CIPHER; in EVP_CIPHER_CTX_get0_cipher()
25 pub fn EVP_CIPHER_CTX_get_block_size(ctx: *const EVP_CIPHER_CTX) -> c_int; in EVP_CIPHER_CTX_get_block_size()
26 pub fn EVP_CIPHER_CTX_get_key_length(ctx: *const EVP_CIPHER_CTX) -> c_int; in EVP_CIPHER_CTX_get_key_length()
27 pub fn EVP_CIPHER_CTX_get_iv_length(ctx: *const EVP_CIPHER_CTX) -> c_int; in EVP_CIPHER_CTX_get_iv_length()
28 pub fn EVP_CIPHER_CTX_get_tag_length(ctx: *const EVP_CIPHER_CTX) -> c_int; in EVP_CIPHER_CTX_get_tag_length()
29 pub fn EVP_CIPHER_CTX_get_num(ctx: *const EVP_CIPHER_CTX) -> c_int; in EVP_CIPHER_CTX_get_num()
44 pub fn EVP_CIPHER_CTX_cipher(ctx: *const EVP_CIPHER_CTX) -> *const EVP_CIPHER; in EVP_CIPHER_CTX_cipher()
45 pub fn EVP_CIPHER_CTX_block_size(ctx: *const EVP_CIPHER_CTX) -> c_int; in EVP_CIPHER_CTX_block_size()
46 pub fn EVP_CIPHER_CTX_key_length(ctx: *const EVP_CIPHER_CTX) -> c_int; in EVP_CIPHER_CTX_key_length()
47 pub fn EVP_CIPHER_CTX_iv_length(ctx: *const EVP_CIPHER_CTX) in EVP_CIPHER_CTX_key_length()
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h193 int (*init) (EVP_CIPHER_CTX *ctx,
198 int (*do_cipher) (EVP_CIPHER_CTX *ctx,
203 int (*cleanup) (EVP_CIPHER_CTX *));
205 int (*set_asn1_parameters) (EVP_CIPHER_CTX *,
208 int (*get_asn1_parameters) (EVP_CIPHER_CTX *,
211 int (*ctrl) (EVP_CIPHER_CTX *, int type,
214 int (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
218 int (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
222 int (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *);
223 int (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h247 int (*init) (EVP_CIPHER_CTX *ctx,
253 int (*do_cipher) (EVP_CIPHER_CTX *ctx,
259 int (*cleanup) (EVP_CIPHER_CTX *));
262 int (*set_asn1_parameters) (EVP_CIPHER_CTX *,
266 int (*get_asn1_parameters) (EVP_CIPHER_CTX *,
270 int (*ctrl) (EVP_CIPHER_CTX *, int type,
273 (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
278 (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
283 (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *);
285 (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
[all...]
/third_party/openssl/include/openssl/
H A Devp.h245 int (*init) (EVP_CIPHER_CTX *ctx,
251 int (*do_cipher) (EVP_CIPHER_CTX *ctx,
257 int (*cleanup) (EVP_CIPHER_CTX *));
260 int (*set_asn1_parameters) (EVP_CIPHER_CTX *,
264 int (*get_asn1_parameters) (EVP_CIPHER_CTX *,
268 int (*ctrl) (EVP_CIPHER_CTX *, int type,
271 (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
276 (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
281 (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *);
283 (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_dasync.c134 static int dasync_aes128_cbc_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
136 static int dasync_aes128_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
138 static int dasync_aes128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
140 static int dasync_aes128_cbc_cleanup(EVP_CIPHER_CTX *ctx);
142 static int dasync_aes256_ctr_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
144 static int dasync_aes256_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
146 static int dasync_aes256_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
148 static int dasync_aes256_ctr_cleanup(EVP_CIPHER_CTX *ctx);
150 static int dasync_aes128_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type,
152 static int dasync_aes128_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ct
[all...]
H A De_ossltest.c253 static int ossltest_aes128_init_key(EVP_CIPHER_CTX *ctx,
256 static int ossltest_aes128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
258 static int ossltest_aes128_gcm_init_key(EVP_CIPHER_CTX *ctx,
261 static int ossltest_aes128_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
263 static int ossltest_aes128_gcm_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
265 static int ossltest_aes128_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx,
269 static int ossltest_aes128_cbc_hmac_sha1_cipher(EVP_CIPHER_CTX *ctx,
273 static int ossltest_aes128_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type,
690 static int ossltest_aes128_init_key(EVP_CIPHER_CTX *ctx, in ossltest_aes128_init_key()
697 static int ossltest_aes128_cbc_cipher(EVP_CIPHER_CTX *ct
[all...]
/third_party/openssl/engines/
H A De_dasync.c134 static int dasync_aes128_cbc_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
136 static int dasync_aes128_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
138 static int dasync_aes128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
140 static int dasync_aes128_cbc_cleanup(EVP_CIPHER_CTX *ctx);
142 static int dasync_aes256_ctr_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
144 static int dasync_aes256_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
146 static int dasync_aes256_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
148 static int dasync_aes256_ctr_cleanup(EVP_CIPHER_CTX *ctx);
150 static int dasync_aes128_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type,
152 static int dasync_aes128_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ct
[all...]
H A De_ossltest.c253 static int ossltest_aes128_init_key(EVP_CIPHER_CTX *ctx,
256 static int ossltest_aes128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
258 static int ossltest_aes128_gcm_init_key(EVP_CIPHER_CTX *ctx,
261 static int ossltest_aes128_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
263 static int ossltest_aes128_gcm_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
265 static int ossltest_aes128_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx,
269 static int ossltest_aes128_cbc_hmac_sha1_cipher(EVP_CIPHER_CTX *ctx,
273 static int ossltest_aes128_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type,
690 static int ossltest_aes128_init_key(EVP_CIPHER_CTX *ctx, in ossltest_aes128_init_key()
697 static int ossltest_aes128_cbc_cipher(EVP_CIPHER_CTX *ct
[all...]

Completed in 20 milliseconds

12345678910>>...13