Home
last modified time | relevance | path

Searched refs:EVP_CIPHER (Results 1 – 25 of 206) sorted by relevance

123456789

/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()
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_cfb(void) in EVP_idea_cfb()
64 const EVP_CIPHER *EVP_rc2_cfb(void);
65 const EVP_CIPHER *EVP_rc2_cfb(void) in EVP_rc2_cfb()
73 const EVP_CIPHER *EVP_cast5_cfb(void);
[all …]
H A Dcmeth_lib.c25 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()
93 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_init()
106 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_do_cipher()
119 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_cleanup()
129 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_set_asn1_params()
140 int EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_get_asn1_params()
[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 *ciph, in EVP_CIPHER_do_all()
[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 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,
310 EVP_CIPHER *evp_cipher_new(void);
330 int evp_do_ciph_getparams(const EVP_CIPHER *ciph, OSSL_PARAM params[]);
331 int evp_do_ciph_ctx_getparams(const EVP_CIPHER *ciph, void *provctx,
333 int evp_do_ciph_ctx_setparams(const EVP_CIPHER *ciph, void *provctx,
362 void evp_cipher_free_int(EVP_CIPHER *md);
371 int evp_cipher_cache_constants(EVP_CIPHER *cipher);
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()
398 int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e) in EVP_CIPHER_impl_ctx_size()
455 EVP_CIPHER *cipher; in EVP_CIPHER_CTX_get1_cipher()
459 cipher = (EVP_CIPHER *)ctx->cipher; in EVP_CIPHER_CTX_get1_cipher()
679 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_get_nid()
698 int evp_cipher_get_number(const EVP_CIPHER *cipher) in evp_cipher_get_number()
725 int EVP_CIPHER_names_do_all(const EVP_CIPHER *cipher, in EVP_CIPHER_names_do_all()
[all …]
H A Devp_enc.c185 EVP_CIPHER *provciph = in evp_cipher_init_internal()
200 if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) { in evp_cipher_init_internal()
207 ctx->fetched_cipher = (EVP_CIPHER *)cipher; in evp_cipher_init_internal()
1364 const EVP_CIPHER *cipher = ctx->cipher; in EVP_CIPHER_CTX_get_libctx()
1472 EVP_CIPHER *evp_cipher_new(void) in evp_cipher_new()
1474 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); in evp_cipher_new()
1523 EVP_CIPHER *cipher = NULL; in evp_cipher_from_algorithm()
1669 EVP_CIPHER *cipher = in EVP_CIPHER_fetch()
1677 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher) in EVP_CIPHER_up_ref()
1686 void evp_cipher_free_int(EVP_CIPHER *cipher) in evp_cipher_free_int()
[all …]
/openssl/include/openssl/
H A Devp.h234 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
480 const EVP_CIPHER *cipher;
942 const EVP_CIPHER *EVP_des_ecb(void);
943 const EVP_CIPHER *EVP_des_ede(void);
957 const EVP_CIPHER *EVP_des_ofb(void);
960 const EVP_CIPHER *EVP_des_cbc(void);
972 const EVP_CIPHER *EVP_rc4(void);
973 const EVP_CIPHER *EVP_rc4_40(void);
995 const EVP_CIPHER *EVP_bf_ecb(void);
996 const EVP_CIPHER *EVP_bf_cbc(void);
[all …]
/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod14 - Routines to build up EVP_CIPHER methods
25 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
26 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher);
31 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
36 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
41 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher,
43 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher,
46 int EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher,
49 int EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher,
82 EVP_CIPHER_meth_free() destroys a B<EVP_CIPHER> structure.
[all …]
H A DEVP_sm4_cbc.pod17 const EVP_CIPHER *EVP_sm4_cbc(void);
18 const EVP_CIPHER *EVP_sm4_ecb(void);
19 const EVP_CIPHER *EVP_sm4_cfb(void);
20 const EVP_CIPHER *EVP_sm4_cfb128(void);
21 const EVP_CIPHER *EVP_sm4_ofb(void);
22 const EVP_CIPHER *EVP_sm4_ctr(void);
46 These functions return a B<EVP_CIPHER> structure that contains the
48 details of the B<EVP_CIPHER> structure.
H A DEVP_rc2_cbc.pod18 const EVP_CIPHER *EVP_rc2_cbc(void);
19 const EVP_CIPHER *EVP_rc2_cfb(void);
20 const EVP_CIPHER *EVP_rc2_cfb64(void);
21 const EVP_CIPHER *EVP_rc2_ecb(void);
22 const EVP_CIPHER *EVP_rc2_ofb(void);
23 const EVP_CIPHER *EVP_rc2_40_cbc(void);
24 const EVP_CIPHER *EVP_rc2_64_cbc(void);
56 These functions return an B<EVP_CIPHER> structure that contains the
58 details of the B<EVP_CIPHER> structure.
H A DEVP_bf_cbc.pod16 const EVP_CIPHER *EVP_bf_cbc(void);
17 const EVP_CIPHER *EVP_bf_cfb(void);
18 const EVP_CIPHER *EVP_bf_cfb64(void);
19 const EVP_CIPHER *EVP_bf_ecb(void);
20 const EVP_CIPHER *EVP_bf_ofb(void);
42 These functions return an B<EVP_CIPHER> structure that contains the
44 details of the B<EVP_CIPHER> structure.
H A DEVP_cast5_cbc.pod16 const EVP_CIPHER *EVP_cast5_cbc(void);
17 const EVP_CIPHER *EVP_cast5_cfb(void);
18 const EVP_CIPHER *EVP_cast5_cfb64(void);
19 const EVP_CIPHER *EVP_cast5_ecb(void);
20 const EVP_CIPHER *EVP_cast5_ofb(void);
42 These functions return an B<EVP_CIPHER> structure that contains the
44 details of the B<EVP_CIPHER> structure.
H A DEVP_idea_cbc.pod16 const EVP_CIPHER *EVP_idea_cbc(void);
17 const EVP_CIPHER *EVP_idea_cfb(void);
18 const EVP_CIPHER *EVP_idea_cfb64(void);
19 const EVP_CIPHER *EVP_idea_ecb(void);
20 const EVP_CIPHER *EVP_idea_ofb(void);
40 These functions return an B<EVP_CIPHER> structure that contains the
42 details of the B<EVP_CIPHER> structure.
H A DEVP_seed_cbc.pod16 const EVP_CIPHER *EVP_seed_cbc(void);
17 const EVP_CIPHER *EVP_seed_cfb(void);
18 const EVP_CIPHER *EVP_seed_cfb128(void);
19 const EVP_CIPHER *EVP_seed_ecb(void);
20 const EVP_CIPHER *EVP_seed_ofb(void);
42 These functions return an B<EVP_CIPHER> structure that contains the
44 details of the B<EVP_CIPHER> structure.
H A DEVP_rc5_32_12_16_cbc.pod16 const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);
17 const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void);
18 const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);
19 const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);
20 const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);
61 These functions return an B<EVP_CIPHER> structure that contains the
63 details of the B<EVP_CIPHER> structure.
H A DEVP_rc4.pod14 const EVP_CIPHER *EVP_rc4(void);
15 const EVP_CIPHER *EVP_rc4_40(void);
16 const EVP_CIPHER *EVP_rc4_hmac_md5(void);
48 These functions return an B<EVP_CIPHER> structure that contains the
50 details of the B<EVP_CIPHER> structure.
H A DEVP_chacha20.pod13 const EVP_CIPHER *EVP_chacha20(void);
14 const EVP_CIPHER *EVP_chacha20_poly1305(void);
45 These functions return an B<EVP_CIPHER> structure that contains the
47 details of the B<EVP_CIPHER> structure.
/openssl/include/crypto/
H A Dsiv.h15 EVP_CIPHER *cbc, EVP_CIPHER *ctr,
18 const EVP_CIPHER *cbc, const EVP_CIPHER *ctr,
/openssl/doc/man7/
H A DOSSL_PROVIDER-legacy.pod61 =item Blowfish, see L<EVP_CIPHER-BLOWFISH(7)>
63 =item CAST, see L<EVP_CIPHER-CAST(7)>
65 =item DES, see L<EVP_CIPHER-DES(7)>
70 =item IDEA, see L<EVP_CIPHER-IDEA(7)>
72 =item RC2, see L<EVP_CIPHER-RC2(7)>
74 =item RC4, see L<EVP_CIPHER-RC4(7)>
76 =item RC5, see L<EVP_CIPHER-RC5(7)>
80 =item SEED, see L<EVP_CIPHER-SEED(7)>
H A DEVP_CIPHER-CHACHA.pod5 EVP_CIPHER-CHACHA - The CHACHA EVP_CIPHER implementations
9 Support for CHACHA symmetric encryption using the B<EVP_CIPHER> API.
H A DEVP_CIPHER-RC4.pod5 EVP_CIPHER-RC4 - The RC4 EVP_CIPHER implementations
9 Support for RC4 symmetric encryption using the B<EVP_CIPHER> API.
/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()
/openssl/crypto/engine/
H A DREADME.md15 However, "EVP_CIPHER" underlies the motivation and design of ENGINE_TABLE so
16 I'll mention a bit about that first. EVP_CIPHER (and most of this applies
25 const EVP_CIPHER *cipher = EVP_des_cbc();
45 However existing API usage cannot be made to understand when an EVP_CIPHER
48 The other problem with the existing API w.r.t. to hooking EVP_CIPHER support
51 they are effectively the same thing, an "EVP_CIPHER" pointer. The problem with
73 for EVP_CIPHER, and EVP_MD.
95 provided EVP_CIPHER structure represents. Under normal circumstances, that
98 EVP_CIPHER_CTX context, and the EVP_CIPHER structure is left hooked into the
108 application will actually be replaced by an EVP_CIPHER from the registered
[all …]
/openssl/providers/common/include/prov/
H A Dprovider_util.h19 const EVP_CIPHER *cipher; /* cipher */
20 EVP_CIPHER *alloc_cipher; /* fetched cipher */
57 const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc);

Completed in 81 milliseconds

123456789