Searched refs:EVP_CIPHER (Results 51 - 75 of 161) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dossl_typ.h116 typedef struct evp_cipher_st EVP_CIPHER; typedef in typeref:struct:evp_cipher_st
H A Dpkcs7.h139 const EVP_CIPHER *cipher;
341 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
361 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_key.c110 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
H A Dp5_crpt.c104 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
H A De_des3.c262 const EVP_CIPHER *EVP_des_ede(void)
267 const EVP_CIPHER *EVP_des_ede3(void)
H A Devp_locl.h108 static const EVP_CIPHER cname##_##mode = { \
119 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
164 static const EVP_CIPHER cname##_cbc = {\
176 const EVP_CIPHER *EVP_##cname##_cbc(void) { return &cname##_cbc; }\
177 static const EVP_CIPHER cname##_cfb = {\
189 const EVP_CIPHER *EVP_##cname##_cfb(void) { return &cname##_cfb; }\
190 static const EVP_CIPHER cname##_ofb = {\
202 const EVP_CIPHER *EVP_##cname##_ofb(void) { return &cname##_ofb; }\
203 static const EVP_CIPHER cname##_ecb = {\
215 const EVP_CIPHER *EVP
[all...]
H A Dp5_crpt2.c148 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md,
156 const EVP_CIPHER *cipher;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dossl_typ.h116 typedef struct evp_cipher_st EVP_CIPHER; typedef in typeref:struct:evp_cipher_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Denc.c77 const EVP_CIPHER *cipher=NULL;
H A Dpkcs7.h139 const EVP_CIPHER *cipher;
341 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
361 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A De_des3.c223 const EVP_CIPHER *EVP_des_ede(void)
228 const EVP_CIPHER *EVP_des_ede3(void)
H A Devp_locl.h108 static const EVP_CIPHER cname##_##mode = { \
119 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
164 static const EVP_CIPHER cname##_cbc = {\
176 const EVP_CIPHER *EVP_##cname##_cbc(void) { return &cname##_cbc; }\
177 static const EVP_CIPHER cname##_cfb = {\
189 const EVP_CIPHER *EVP_##cname##_cfb(void) { return &cname##_cfb; }\
190 static const EVP_CIPHER cname##_ofb = {\
202 const EVP_CIPHER *EVP_##cname##_ofb(void) { return &cname##_ofb; }\
203 static const EVP_CIPHER cname##_ecb = {\
215 const EVP_CIPHER *EVP
[all...]
H A Devp_test.c135 static void test1(const EVP_CIPHER *c,const unsigned char *key,int kn,
249 const EVP_CIPHER *c;
342 /* Load up the software EVP_CIPHER and EVP_MD definitions */
H A Dp5_crpt2.c148 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md,
154 const EVP_CIPHER *cipher;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs12/
H A Dpkcs12.h183 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dpkcs12.h183 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
H A Dpkcs7.h139 const EVP_CIPHER *cipher;
334 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
354 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Devp_test.c135 static void test1(const EVP_CIPHER *c,const unsigned char *key,int kn,
249 const EVP_CIPHER *c;
342 /* Load up the software EVP_CIPHER and EVP_MD definitions */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c86 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
118 static const EVP_CIPHER cipher_des_cbc =
133 static const EVP_CIPHER cipher_des_ede3_cbc =
148 static const EVP_CIPHER cipher_desx_cbc =
500 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c86 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
118 static const EVP_CIPHER cipher_des_cbc =
133 static const EVP_CIPHER cipher_des_ede3_cbc =
148 static const EVP_CIPHER cipher_desx_cbc =
500 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_cryptodev.c88 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
502 const EVP_CIPHER cryptodev_des_cbc = {
516 const EVP_CIPHER cryptodev_3des_cbc = {
529 const EVP_CIPHER cryptodev_bf_cbc = {
542 const EVP_CIPHER cryptodev_cast_cbc = {
555 const EVP_CIPHER cryptodev_aes_cbc = {
574 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c90 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
500 const EVP_CIPHER cryptodev_des_cbc = {
514 const EVP_CIPHER cryptodev_3des_cbc = {
527 const EVP_CIPHER cryptodev_bf_cbc = {
540 const EVP_CIPHER cryptodev_cast_cbc = {
553 const EVP_CIPHER cryptodev_aes_cbc = {
572 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dpkcs7.h139 const EVP_CIPHER *cipher;
334 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
354 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem_seal.c68 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/
H A Db64.c90 EVP_CIPHER *cipher=NULL,*c;

Completed in 144 milliseconds

1234567