Searched refs:EVP_CIPHER_CTX (Results 126 - 150 of 480) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
99 EVP_CIPHER_CTX *ctx;
109 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A Dp_open.c69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
114 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
104 EVP_CIPHER_CTX *ctx;
114 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A De_aes.c60 static int aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
99 static int aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A De_camellia.c65 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
109 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A Dp_open.c69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
99 EVP_CIPHER_CTX *ctx;
109 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Dp_open.c69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
114 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
104 EVP_CIPHER_CTX *ctx;
114 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
/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_aes.c60 static int aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
99 static int aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A De_camellia.c65 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
109 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
H A Dp_open.c69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
99 EVP_CIPHER_CTX *ctx;
109 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/engines/rsaref/
H A Drsaref.c99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
103 static int cipher_des_cbc_clean(EVP_CIPHER_CTX *);
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx,
107 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
110 static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *);
111 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
113 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
115 static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *);
575 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/engines/rsaref/
H A Drsaref.c99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
103 static int cipher_des_cbc_clean(EVP_CIPHER_CTX *);
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
106 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
108 static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *);
109 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
111 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
113 static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *);
556 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/engines/rsaref/
H A Drsaref.c99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
103 static int cipher_des_cbc_clean(EVP_CIPHER_CTX *);
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
106 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
108 static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *);
109 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
111 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
113 static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *);
556 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/engines/rsaref/
H A Drsaref.c99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
103 static int cipher_des_cbc_clean(EVP_CIPHER_CTX *);
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx,
107 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
110 static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *);
111 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
113 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
115 static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *);
575 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/engines/rsaref/
H A Drsaref.c99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
103 static int cipher_des_cbc_clean(EVP_CIPHER_CTX *);
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx,
107 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
110 static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *);
111 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
113 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
115 static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *);
575 static int cipher_des_cbc_init(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/demos/engines/rsaref/
H A Drsaref.c99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
103 static int cipher_des_cbc_clean(EVP_CIPHER_CTX *);
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
106 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
108 static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *);
109 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
111 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
113 static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *);
556 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/ccgost/
H A Dgost_crypt.c22 static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
24 static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key,
27 static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out,
30 static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
33 static int gost_cipher_cleanup(EVP_CIPHER_CTX *);
35 static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params);
36 static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params);
38 static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
182 /* Initializes EVP_CIPHER_CTX by paramset NID */
183 static int gost_cipher_init_param(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_crypt.c22 static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
24 static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key,
27 static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out,
30 static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
33 static int gost_cipher_cleanup(EVP_CIPHER_CTX *);
35 static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
36 static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
38 static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx,int type,int arg,void *ptr);
176 /* Initializes EVP_CIPHER_CTX by paramset NID */
177 static int gost_cipher_init_param(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_crypt.c22 static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
24 static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key,
27 static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out,
30 static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
33 static int gost_cipher_cleanup(EVP_CIPHER_CTX *);
35 static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
36 static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
38 static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx,int type,int arg,void *ptr);
176 /* Initializes EVP_CIPHER_CTX by paramset NID */
177 static int gost_cipher_init_param(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/ccgost/
H A Dgost_crypt.c22 static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
24 static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key,
27 static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out,
30 static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
33 static int gost_cipher_cleanup(EVP_CIPHER_CTX *);
35 static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params);
36 static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params);
38 static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
182 /* Initializes EVP_CIPHER_CTX by paramset NID */
183 static int gost_cipher_init_param(EVP_CIPHER_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/ccgost/
H A Dgost_crypt.c22 static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
24 static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key,
27 static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out,
30 static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
33 static int gost_cipher_cleanup(EVP_CIPHER_CTX *);
35 static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params);
36 static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params);
38 static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
182 /* Initializes EVP_CIPHER_CTX by paramset NID */
183 static int gost_cipher_init_param(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/engines/ccgost/
H A Dgost_crypt.c22 static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
24 static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key,
27 static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out,
30 static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
33 static int gost_cipher_cleanup(EVP_CIPHER_CTX *);
35 static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
36 static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
38 static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx,int type,int arg,void *ptr);
176 /* Initializes EVP_CIPHER_CTX by paramset NID */
177 static int gost_cipher_init_param(EVP_CIPHER_CTX *ct
[all...]

Completed in 284 milliseconds

1234567891011>>