Searched refs:EVP_CIPHER_CTX (Results 26 - 50 of 480) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A De_cast.c68 static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
82 static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A De_seed.c65 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
75 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A De_rc4.c78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
120 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
127 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
H A De_rc5.c69 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
85 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
114 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A Devp_lib.c68 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
85 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
100 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
117 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
195 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx)
200 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
206 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
222 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx)
231 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx)
236 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A De_bf.c67 static int bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
81 static int bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A De_cast.c68 static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
83 static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A De_seed.c65 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc);
76 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A Devp_enc.c71 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx)
73 memset(ctx,0,sizeof(EVP_CIPHER_CTX));
77 EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void)
79 EVP_CIPHER_CTX *ctx=OPENSSL_malloc(sizeof *ctx);
85 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
232 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
240 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
247 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
254 int EVP_EncryptInit(EVP_CIPHER_CTX *ct
[all...]
H A De_rc4.c78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
122 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
130 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
H A De_rc5.c69 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
87 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
118 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A Devp_enc.c71 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx)
73 memset(ctx,0,sizeof(EVP_CIPHER_CTX));
77 EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void)
79 EVP_CIPHER_CTX *ctx=OPENSSL_malloc(sizeof *ctx);
85 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
232 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
240 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
247 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
254 int EVP_EncryptInit(EVP_CIPHER_CTX *ct
[all...]
H A De_rc4.c78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
122 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
130 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
H A De_rc5.c69 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
87 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
118 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A De_des.c68 static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
70 static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
74 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
82 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
99 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
116 static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
135 static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
162 static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
195 static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
208 static int des_ctrl(EVP_CIPHER_CTX *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A Devp_enc.c71 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx)
73 memset(ctx,0,sizeof(EVP_CIPHER_CTX));
77 EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void)
79 EVP_CIPHER_CTX *ctx=OPENSSL_malloc(sizeof *ctx);
85 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
232 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
240 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
247 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
254 int EVP_EncryptInit(EVP_CIPHER_CTX *ct
[all...]
H A De_rc4.c78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
122 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
130 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
H A De_rc5.c69 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
87 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
118 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A De_rc4.c78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
120 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
127 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
H A De_rc5.c69 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
85 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
114 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A Devp_lib.c68 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
85 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
100 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
117 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
195 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx)
200 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
206 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
222 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx)
231 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx)
236 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ct
[all...]
H A De_rc2.c69 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc2_meth_to_magic(EVP_CIPHER_CTX *ctx);
73 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
74 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
75 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
132 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
140 static int rc2_meth_to_magic(EVP_CIPHER_CTX *e)
169 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
194 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
207 static int rc2_ctrl(EVP_CIPHER_CTX *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A De_rc4.c78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
120 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
127 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
H A De_rc5.c69 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
85 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
114 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A Devp_lib.c68 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
85 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
100 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
117 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
195 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx)
200 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
206 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
222 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx)
231 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx)
236 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ct
[all...]

Completed in 207 milliseconds

1234567891011>>