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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_old.c73 const EVP_CIPHER *EVP_bf_cfb(void);
74 const EVP_CIPHER *EVP_bf_cfb(void) { return EVP_bf_cfb64(); }
79 const EVP_CIPHER *EVP_des_cfb(void);
80 const EVP_CIPHER *EVP_des_cfb(void) { return EVP_des_cfb64(); }
82 const EVP_CIPHER *EVP_des_ede3_cfb(void);
83 const EVP_CIPHER *EVP_des_ede3_cfb(void) { return EVP_des_ede3_cfb64(); }
85 const EVP_CIPHER *EVP_des_ede_cfb(void);
86 const EVP_CIPHER *EVP_des_ede_cfb(void) { return EVP_des_ede_cfb64(); }
91 const EVP_CIPHER *EVP_idea_cfb(void);
92 const EVP_CIPHER *EVP_idea_cf
[all...]
H A Devp.h324 } /* EVP_CIPHER */;
363 const EVP_CIPHER *cipher;
369 const EVP_CIPHER *cipher;
403 ASN1_TYPE *param, const EVP_CIPHER *cipher,
444 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
446 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
447 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
448 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
449 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
452 const EVP_CIPHER * EVP_CIPHER_CTX_ciphe
[all...]
H A De_null.c68 static const EVP_CIPHER n_cipher=
83 const EVP_CIPHER *EVP_enc_null(void)
H A De_rc4.c82 static const EVP_CIPHER r4_cipher=
97 static const EVP_CIPHER r4_40_cipher=
112 const EVP_CIPHER *EVP_rc4(void)
117 const EVP_CIPHER *EVP_rc4_40(void)
H A Dnames.c65 int EVP_add_cipher(const EVP_CIPHER *c)
97 const EVP_CIPHER *EVP_get_cipherbyname(const char *name)
99 const EVP_CIPHER *cp;
101 cp=(const EVP_CIPHER *)OBJ_NAME_get(name,OBJ_NAME_TYPE_CIPHER_METH);
H A Devp_lib.c119 int EVP_CIPHER_type(const EVP_CIPHER *ctx)
171 int EVP_CIPHER_block_size(const EVP_CIPHER *e)
186 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
191 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
211 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher)
221 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher)
231 int EVP_CIPHER_nid(const EVP_CIPHER *cipher)
H A De_xcbc_d.c83 static const EVP_CIPHER d_xcbc_cipher=
98 const EVP_CIPHER *EVP_desx_cbc(void)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A De_old.c69 const EVP_CIPHER *EVP_bf_cfb(void) { return EVP_bf_cfb64(); }
74 const EVP_CIPHER *EVP_des_cfb(void) { return EVP_des_cfb64(); }
76 const EVP_CIPHER *EVP_des_ede3_cfb(void) { return EVP_des_ede3_cfb64(); }
78 const EVP_CIPHER *EVP_des_ede_cfb(void) { return EVP_des_ede_cfb64(); }
83 const EVP_CIPHER *EVP_idea_cfb(void) { return EVP_idea_cfb64(); }
88 const EVP_CIPHER *EVP_rc2_cfb(void) { return EVP_rc2_cfb64(); }
93 const EVP_CIPHER *EVP_cast5_cfb(void) { return EVP_cast5_cfb64(); }
98 const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void) { return EVP_rc5_32_12_16_cfb64(); }
103 const EVP_CIPHER *EVP_aes_128_cfb(void) { return EVP_aes_128_cfb128(); }
105 const EVP_CIPHER *EVP_aes_192_cf
[all...]
H A Devp.h360 } /* EVP_CIPHER */;
400 const EVP_CIPHER *cipher;
406 const EVP_CIPHER *cipher;
440 ASN1_TYPE *param, const EVP_CIPHER *cipher,
555 int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
559 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
561 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
568 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
570 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
577 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *ciphe
[all...]
H A De_null.c68 static const EVP_CIPHER n_cipher=
82 const EVP_CIPHER *EVP_enc_null(void)
H A De_rc4.c82 static const EVP_CIPHER r4_cipher=
96 static const EVP_CIPHER r4_40_cipher=
110 const EVP_CIPHER *EVP_rc4(void)
115 const EVP_CIPHER *EVP_rc4_40(void)
H A Dnames.c68 int EVP_add_cipher(const EVP_CIPHER *c)
100 const EVP_CIPHER *EVP_get_cipherbyname(const char *name)
102 const EVP_CIPHER *cp;
104 cp=(const EVP_CIPHER *)OBJ_NAME_get(name,OBJ_NAME_TYPE_CIPHER_METH);
H A De_xcbc_d.c81 static const EVP_CIPHER d_xcbc_cipher=
95 const EVP_CIPHER *EVP_desx_cbc(void)
H A De_rc2.c96 static const EVP_CIPHER r2_64_cbc_cipher=
111 static const EVP_CIPHER r2_40_cbc_cipher=
126 const EVP_CIPHER *EVP_rc2_64_cbc(void)
131 const EVP_CIPHER *EVP_rc2_40_cbc(void)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h324 } /* EVP_CIPHER */;
363 const EVP_CIPHER *cipher;
369 const EVP_CIPHER *cipher;
403 ASN1_TYPE *param, const EVP_CIPHER *cipher,
444 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
446 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
447 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
448 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
449 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
452 const EVP_CIPHER * EVP_CIPHER_CTX_ciphe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Devp.h360 } /* EVP_CIPHER */;
400 const EVP_CIPHER *cipher;
406 const EVP_CIPHER *cipher;
440 ASN1_TYPE *param, const EVP_CIPHER *cipher,
555 int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
559 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
561 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
568 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
570 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
577 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *ciphe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dkssl_lcl.h78 EVP_CIPHER *kssl_map_enc(krb5_enctype enctype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl_lcl.h78 EVP_CIPHER *kssl_map_enc(krb5_enctype enctype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_enc.c71 PKCS7_cipher(PKCS7 *p7,EVP_CIPHER *cipher);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_enc.c71 PKCS7_cipher(PKCS7 *p7,EVP_CIPHER *cipher);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pem/
H A Dpem_pk8.c70 int nid, const EVP_CIPHER *enc,
74 int nid, const EVP_CIPHER *enc,
91 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
98 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
184 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
205 int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
211 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dtb_cipher.c121 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
123 const EVP_CIPHER *ret;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dtb_cipher.c119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
121 const EVP_CIPHER *ret;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_pk8.c70 int nid, const EVP_CIPHER *enc,
74 int nid, const EVP_CIPHER *enc,
91 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
98 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
183 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
204 int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
210 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,

Completed in 124 milliseconds

1234567