Searched refs:EVP_CIPHER (Results 26 - 50 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_rc2.c97 static const EVP_CIPHER r2_64_cbc_cipher=
112 static const EVP_CIPHER r2_40_cbc_cipher=
127 const EVP_CIPHER *EVP_rc2_64_cbc(void)
132 const EVP_CIPHER *EVP_rc2_40_cbc(void)
H A Devp_pbe.c72 const EVP_CIPHER *cipher;
116 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
H A Dp_open.c69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
H A Devp_enc.c85 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,
117 * ENGINE and EVP_CIPHER could be used). */
137 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
253 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
259 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
265 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
271 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
505 /* The EVP_CIPHER we used belongs to an ENGINE, release the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
H A Dp12_crpt.c88 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp_pbe.c72 const EVP_CIPHER *cipher;
115 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
H A Devp_enc.c77 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
108 static const EVP_CIPHER bad_cipher =
127 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
151 * ENGINE and EVP_CIPHER could be used). */
171 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
303 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
309 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
315 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
321 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
544 /* The EVP_CIPHER w
[all...]
H A Dp_open.c66 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char *ek,
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
H A Devp_lib.c117 int EVP_CIPHER_type(const EVP_CIPHER *ctx)
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,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pem/
H A Dpem_all.c134 int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc,
151 int PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc,
207 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc,
224 int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc,
280 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
294 int PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
H A Dpem.h188 EVP_CIPHER *dec; /* date encryption cipher */
228 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
253 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
297 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
310 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
500 const EVP_CIPHER *enc,unsigned char *kstr,int klen,
503 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
514 const EVP_CIPHER *enc,unsigned char *kstr,int klen,
520 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
590 int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dossl_typ.h103 typedef struct evp_cipher_st EVP_CIPHER; typedef in typeref:struct:evp_cipher_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dossl_typ.h103 typedef struct evp_cipher_st EVP_CIPHER; typedef in typeref:struct:evp_cipher_st
H A Dpem.h188 EVP_CIPHER *dec; /* date encryption cipher */
228 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
253 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
297 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
310 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
500 const EVP_CIPHER *enc,unsigned char *kstr,int klen,
503 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
514 const EVP_CIPHER *enc,unsigned char *kstr,int klen,
520 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
590 int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_openssl.c98 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
190 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
228 static const EVP_CIPHER test_r4_cipher=
241 static const EVP_CIPHER test_r4_40_cipher=
254 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_openssl.c113 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
211 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
249 static const EVP_CIPHER test_r4_cipher=
263 static const EVP_CIPHER test_r4_40_cipher=
277 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem.h195 EVP_CIPHER *dec; /* date encryption cipher */
248 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
259 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
299 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
309 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
370 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
386 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
586 const EVP_CIPHER *enc,unsigned char *kstr,int klen,
596 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
607 char *x,const EVP_CIPHER *en
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpem.h195 EVP_CIPHER *dec; /* date encryption cipher */
248 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
259 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
299 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
309 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
370 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
386 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
586 const EVP_CIPHER *enc,unsigned char *kstr,int klen,
596 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
607 char *x,const EVP_CIPHER *en
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_crpt.c88 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Denc.c77 const EVP_CIPHER *cipher=NULL;

Completed in 114 milliseconds

1234567