Lines Matching refs:EVP_CIPHER
195 EVP_CIPHER *dec; /* date encryption cipher */
241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
277 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
284 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
342 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
358 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
420 const EVP_CIPHER *enc,unsigned char *kstr,int klen,
424 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
434 void *x,const EVP_CIPHER *enc,unsigned char *kstr,
439 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
516 int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
518 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
526 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
538 int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,