Home
last modified time | relevance | path

Searched refs:EVP_CIPHER (Results 1 - 25 of 498) sorted by relevance

12345678910>>...20

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs13 pub fn EVP_CIPHER_get_key_length(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_get_key_length()
14 pub fn EVP_CIPHER_get_block_size(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_get_block_size()
15 pub fn EVP_CIPHER_get_iv_length(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_get_iv_length()
16 pub fn EVP_CIPHER_get_nid(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_get_nid()
21 ) -> *mut EVP_CIPHER; in EVP_CIPHER_fetch()
22 pub fn EVP_CIPHER_free(cipher: *mut EVP_CIPHER); in EVP_CIPHER_free()
24 pub fn EVP_CIPHER_CTX_get0_cipher(ctx: *const EVP_CIPHER_CTX) -> *const EVP_CIPHER; in EVP_CIPHER_CTX_get0_cipher()
39 pub fn EVP_CIPHER_key_length(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_key_length()
40 pub fn EVP_CIPHER_block_size(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_block_size()
41 pub fn EVP_CIPHER_iv_length(cipher: *const EVP_CIPHER) in EVP_CIPHER_block_size()
[all...]
H A Dpem.rs21 cipher: *const EVP_CIPHER, in PEM_write_bio_RSAPrivateKey()
31 cipher: *const EVP_CIPHER, in PEM_write_bio_DSAPrivateKey()
40 cipher: *const EVP_CIPHER, in PEM_write_bio_ECPrivateKey()
50 cipher: *const EVP_CIPHER, in PEM_write_bio_PrivateKey()
60 cipher: *const EVP_CIPHER, in PEM_write_bio_PKCS8PrivateKey()
71 enc: *const EVP_CIPHER, in i2d_PKCS8PrivateKey_bio()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_old.c23 const EVP_CIPHER *EVP_bf_cfb(void);
24 const EVP_CIPHER *EVP_bf_cfb(void) in EVP_bf_cfb()
32 const EVP_CIPHER *EVP_des_cfb(void);
33 const EVP_CIPHER *EVP_des_cfb(void) in EVP_des_cfb()
39 const EVP_CIPHER *EVP_des_ede3_cfb(void);
40 const EVP_CIPHER *EVP_des_ede3_cfb(void) in EVP_des_ede3_cfb()
46 const EVP_CIPHER *EVP_des_ede_cfb(void);
47 const EVP_CIPHER *EVP_des_ede_cfb(void) in EVP_des_ede_cfb()
55 const EVP_CIPHER *EVP_idea_cfb(void);
56 const EVP_CIPHER *EVP_idea_cf
[all...]
H A Dcmeth_lib.c23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new()
25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new()
36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup()
38 EVP_CIPHER *to = NULL; in EVP_CIPHER_meth_dup()
58 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free()
66 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags()
84 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) in EVP_CIPHER_meth_set_impl_ctx_size()
93 int EVP_CIPHER_meth_set_init(EVP_CIPHER *ciphe
[all...]
H A Dnames.c19 int EVP_add_cipher(const EVP_CIPHER *c) in EVP_add_cipher()
62 const EVP_CIPHER **cipher = data; in cipher_from_name()
67 *cipher = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in cipher_from_name()
70 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) in EVP_get_cipherbyname()
75 const EVP_CIPHER *evp_get_cipherbyname_ex(OSSL_LIB_CTX *libctx, in evp_get_cipherbyname_ex()
78 const EVP_CIPHER *cp; in evp_get_cipherbyname_ex()
85 cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in evp_get_cipherbyname_ex()
173 void (*fn) (const EVP_CIPHER *ciph,
183 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg); in do_all_cipher_fn()
186 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *cip
[all...]
H A Devp_local.h37 const EVP_CIPHER *cipher;
61 EVP_CIPHER *fetched_cipher;
235 const EVP_CIPHER *c, const EVP_MD *md,
239 const EVP_CIPHER *c, const EVP_MD *md,
317 EVP_CIPHER *evp_cipher_new(void);
337 int evp_do_ciph_getparams(const EVP_CIPHER *ciph, OSSL_PARAM params[]);
338 int evp_do_ciph_ctx_getparams(const EVP_CIPHER *ciph, void *provctx,
340 int evp_do_ciph_ctx_setparams(const EVP_CIPHER *ciph, void *provctx,
369 void evp_cipher_free_int(EVP_CIPHER *md);
378 int evp_cipher_cache_constants(EVP_CIPHER *ciphe
[all...]
H A Devp_lib.c84 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_param_to_asn1_ex()
175 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_asn1_to_param_ex()
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type()
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants()
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size()
398 int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e) in EVP_CIPHER_impl_ctx_size()
438 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher()
446 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get0_cipher()
453 EVP_CIPHER *EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get1_cipher()
455 EVP_CIPHER *ciphe in EVP_CIPHER_CTX_get1_cipher()
[all...]
H A Devp_enc.c83 const EVP_CIPHER *cipher, in evp_cipher_init_internal()
181 EVP_CIPHER *provciph = in evp_cipher_init_internal()
201 if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) { in evp_cipher_init_internal()
206 ctx->fetched_cipher = (EVP_CIPHER *)cipher; in evp_cipher_init_internal()
299 * EVP_CIPHER could be used). in evp_cipher_init_internal()
319 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid); 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()
481 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *ciphe
[all...]
H A De_rc4.c37 static const EVP_CIPHER r4_cipher = {
52 static const EVP_CIPHER r4_40_cipher = {
67 const EVP_CIPHER *EVP_rc4(void) in EVP_rc4()
72 const EVP_CIPHER *EVP_rc4_40(void) in EVP_rc4_40()
H A De_rc2.c52 static const EVP_CIPHER r2_64_cbc_cipher = {
67 static const EVP_CIPHER r2_40_cbc_cipher = {
82 const EVP_CIPHER *EVP_rc2_64_cbc(void) in EVP_rc2_64_cbc()
87 const EVP_CIPHER *EVP_rc2_40_cbc(void) in EVP_rc2_40_cbc()
/third_party/openssl/crypto/evp/
H A De_old.c23 const EVP_CIPHER *EVP_bf_cfb(void);
24 const EVP_CIPHER *EVP_bf_cfb(void) in EVP_bf_cfb()
32 const EVP_CIPHER *EVP_des_cfb(void);
33 const EVP_CIPHER *EVP_des_cfb(void) in EVP_des_cfb()
39 const EVP_CIPHER *EVP_des_ede3_cfb(void);
40 const EVP_CIPHER *EVP_des_ede3_cfb(void) in EVP_des_ede3_cfb()
46 const EVP_CIPHER *EVP_des_ede_cfb(void);
47 const EVP_CIPHER *EVP_des_ede_cfb(void) in EVP_des_ede_cfb()
55 const EVP_CIPHER *EVP_idea_cfb(void);
56 const EVP_CIPHER *EVP_idea_cf
[all...]
H A Dcmeth_lib.c23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new()
25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new()
36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup()
38 EVP_CIPHER *to = NULL; in EVP_CIPHER_meth_dup()
58 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free()
66 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags()
84 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) in EVP_CIPHER_meth_set_impl_ctx_size()
93 int EVP_CIPHER_meth_set_init(EVP_CIPHER *ciphe
[all...]
H A Dnames.c19 int EVP_add_cipher(const EVP_CIPHER *c) in EVP_add_cipher()
62 const EVP_CIPHER **cipher = data; in cipher_from_name()
67 *cipher = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in cipher_from_name()
70 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) in EVP_get_cipherbyname()
75 const EVP_CIPHER *evp_get_cipherbyname_ex(OSSL_LIB_CTX *libctx, in evp_get_cipherbyname_ex()
78 const EVP_CIPHER *cp; in evp_get_cipherbyname_ex()
85 cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in evp_get_cipherbyname_ex()
173 void (*fn) (const EVP_CIPHER *ciph,
183 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg); in do_all_cipher_fn()
186 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *cip
[all...]
H A Devp_local.h37 const EVP_CIPHER *cipher;
61 EVP_CIPHER *fetched_cipher;
235 const EVP_CIPHER *c, const EVP_MD *md,
239 const EVP_CIPHER *c, const EVP_MD *md,
317 EVP_CIPHER *evp_cipher_new(void);
337 int evp_do_ciph_getparams(const EVP_CIPHER *ciph, OSSL_PARAM params[]);
338 int evp_do_ciph_ctx_getparams(const EVP_CIPHER *ciph, void *provctx,
340 int evp_do_ciph_ctx_setparams(const EVP_CIPHER *ciph, void *provctx,
369 void evp_cipher_free_int(EVP_CIPHER *md);
378 int evp_cipher_cache_constants(EVP_CIPHER *ciphe
[all...]
H A Devp_lib.c84 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_param_to_asn1_ex()
175 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_asn1_to_param_ex()
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type()
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants()
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size()
398 int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e) in EVP_CIPHER_impl_ctx_size()
438 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher()
446 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get0_cipher()
453 EVP_CIPHER *EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get1_cipher()
455 EVP_CIPHER *ciphe in EVP_CIPHER_CTX_get1_cipher()
[all...]
H A Devp_enc.c83 const EVP_CIPHER *cipher, in evp_cipher_init_internal()
181 EVP_CIPHER *provciph = in evp_cipher_init_internal()
196 if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) { in evp_cipher_init_internal()
201 ctx->fetched_cipher = (EVP_CIPHER *)cipher; in evp_cipher_init_internal()
294 * EVP_CIPHER could be used). in evp_cipher_init_internal()
314 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid); 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()
476 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *ciphe
[all...]
H A De_rc4.c37 static const EVP_CIPHER r4_cipher = {
52 static const EVP_CIPHER r4_40_cipher = {
67 const EVP_CIPHER *EVP_rc4(void) in EVP_rc4()
72 const EVP_CIPHER *EVP_rc4_40(void) in EVP_rc4_40()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h185 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
186 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
187 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher);
189 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len);
190 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
191 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size);
192 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
197 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
202 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *ciphe
[all...]
H A Dpem.h91 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
99 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
127 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
134 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
192 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
207 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
255 const EVP_CIPHER *enc, unsigned char *kstr, int klen,
260 int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
272 void *x, const EVP_CIPHER *enc, unsigned char *kstr,
322 const EVP_CIPHER *en
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h234 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
236 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
238 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher);
240 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len);
242 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
244 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size);
246 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
252 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
258 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *ciphe
[all...]
/third_party/openssl/include/openssl/
H A Devp.h232 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
234 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
236 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher);
238 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len);
240 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
242 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size);
244 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
250 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
256 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *ciphe
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsiv.h15 EVP_CIPHER *cbc, EVP_CIPHER *ctr,
18 const EVP_CIPHER *cbc, const EVP_CIPHER *ctr,
/third_party/openssl/include/crypto/
H A Dsiv.h15 EVP_CIPHER *cbc, EVP_CIPHER *ctr,
18 const EVP_CIPHER *cbc, const EVP_CIPHER *ctr,
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pk8.c22 int nid, const EVP_CIPHER *enc,
29 int nid, const EVP_CIPHER *enc,
48 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
55 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
70 const EVP_CIPHER *enc, const char *kstr, int klen, in do_pk8pkey()
208 int i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_fp()
229 int PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_PKCS8PrivateKey()
237 const EVP_CIPHER *enc, const char *kstr, int klen, in do_pk8pkey_fp()
/third_party/openssl/crypto/pem/
H A Dpem_pk8.c22 int nid, const EVP_CIPHER *enc,
29 int nid, const EVP_CIPHER *enc,
48 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
55 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
70 const EVP_CIPHER *enc, const char *kstr, int klen, in do_pk8pkey()
208 int i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_fp()
229 int PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_PKCS8PrivateKey()
237 const EVP_CIPHER *enc, const char *kstr, int klen, in do_pk8pkey_fp()

Completed in 18 milliseconds

12345678910>>...20