Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 36) sorted by relevance

12

/crypto/x509/
A Dx_all.c218 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
223 int i2d_X509_fp(FILE *fp, const X509 *x509) in i2d_X509_fp()
262 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
279 int i2d_PKCS7_fp(FILE *fp, const PKCS7 *p7) in i2d_PKCS7_fp()
339 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
349 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPublicKey_fp()
354 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp()
366 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa) in i2d_RSA_PUBKEY_fp()
404 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa) in d2i_DSAPrivateKey_fp()
414 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa) in d2i_DSA_PUBKEY_fp()
[all …]
A Dt_crl.c19 int X509_CRL_print_fp(FILE *fp, X509_CRL *x) in X509_CRL_print_fp()
/crypto/bio/
A Dbss_file.c60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file()
91 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp()
147 ? UP_ferror((FILE *)b->ptr) : ferror((FILE *)b->ptr))) { in file_read()
181 FILE *fp = (FILE *)b->ptr; in file_ctrl()
182 FILE **fpp; in file_ctrl()
233 int fd = _fileno((FILE *)ptr); in file_ctrl()
239 int fd = fileno((FILE *)ptr); in file_ctrl()
252 int fd = fileno((FILE *)ptr); in file_ctrl()
303 fpp = (FILE **)ptr; in file_ctrl()
304 *fpp = (FILE *)b->ptr; in file_ctrl()
[all …]
A Dbio_dump.c105 int BIO_dump_fp(FILE *fp, const void *s, int len) in BIO_dump_fp()
110 int BIO_dump_indent_fp(FILE *fp, const void *s, int len, int indent) in BIO_dump_indent_fp()
/crypto/ts/
A Dts_asn1.c33 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a) in d2i_TS_MSG_IMPRINT_fp()
39 int i2d_TS_MSG_IMPRINT_fp(FILE *fp, const TS_MSG_IMPRINT *a) in i2d_TS_MSG_IMPRINT_fp()
66 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a) in d2i_TS_REQ_fp()
71 int i2d_TS_REQ_fp(FILE *fp, const TS_REQ *a) in i2d_TS_REQ_fp()
112 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a) in d2i_TS_TST_INFO_fp()
118 int i2d_TS_TST_INFO_fp(FILE *fp, const TS_TST_INFO *a) in i2d_TS_TST_INFO_fp()
192 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a) in d2i_TS_RESP_fp()
197 int i2d_TS_RESP_fp(FILE *fp, const TS_RESP *a) in i2d_TS_RESP_fp()
/crypto/pem/
A Dpem_pk8.c28 static int do_pk8pkey_fp(FILE *bp, const EVP_PKEY *x, int isder,
208 int i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_fp()
215 int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_fp()
222 int PEM_write_PKCS8PrivateKey_nid(FILE *fp, const EVP_PKEY *x, int nid, in PEM_write_PKCS8PrivateKey_nid()
229 int PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_PKCS8PrivateKey()
236 static int do_pk8pkey_fp(FILE *fp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey_fp()
252 EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_fp()
A Dpem_all.c79 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_RSAPrivateKey()
120 DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb, void *u) in IMPLEMENT_PEM_write_cb()
166 EC_KEY *PEM_read_ECPrivateKey(FILE *fp, EC_KEY **eckey, pem_password_cb *cb, in IMPLEMENT_PEM_rw()
209 DH *PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) in PEM_read_DHparams()
A Dpem_pkey.c279 EVP_PKEY *PEM_read_PUBKEY_ex(FILE *fp, EVP_PKEY **x, in PEM_read_PUBKEY_ex()
296 EVP_PKEY *PEM_read_PUBKEY(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_PUBKEY()
409 EVP_PKEY *PEM_read_PrivateKey_ex(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_PrivateKey_ex()
426 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_PrivateKey()
432 PEM_write_cb_ex_fnsig(PrivateKey, EVP_PKEY, FILE, write) in PEM_write_cb_ex_fnsig() argument
447 PEM_write_cb_fnsig(PrivateKey, EVP_PKEY, FILE, write) in PEM_write_cb_fnsig() argument
A Dpem_local.h141 IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, FILE, fp, write)
143 IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, FILE, fp, write)
A Dpem_info.c29 *PEM_X509_INFO_read_ex(FILE *fp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, in STACK_OF()
45 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, in STACK_OF()
A Dpem_lib.c111 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
302 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, in PEM_ASN1_write()
619 int PEM_write(FILE *fp, const char *name, const char *header, in PEM_write()
709 int PEM_read(FILE *fp, char **name, char **header, unsigned char **data, in PEM_read()
/crypto/lhash/
A Dlh_stats.c27 void OPENSSL_LH_stats(const OPENSSL_LHASH *lh, FILE *fp) in OPENSSL_LH_stats()
39 void OPENSSL_LH_node_stats(const OPENSSL_LHASH *lh, FILE *fp) in OPENSSL_LH_node_stats()
51 void OPENSSL_LH_node_usage_stats(const OPENSSL_LHASH *lh, FILE *fp) in OPENSSL_LH_node_usage_stats()
/crypto/dsa/
A Ddsa_prn.c22 int DSA_print_fp(FILE *fp, const DSA *x, int off) in DSA_print_fp()
37 int DSAparams_print_fp(FILE *fp, const DSA *x) in DSAparams_print_fp()
/crypto/
A Do_fopen.c38 FILE *openssl_fopen(const char *filename, const char *mode) in openssl_fopen()
40 FILE *file = NULL; in openssl_fopen()
/crypto/asn1/
A Da_d2i_fp.c22 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp()
85 void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x, in ASN1_item_d2i_fp_ex()
101 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) in ASN1_item_d2i_fp()
A Da_i2d_fp.c18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp()
69 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp()
/crypto/ec/
A Deck_prn.c21 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) in ECPKParameters_print_fp()
36 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) in EC_KEY_print_fp()
51 int ECParameters_print_fp(FILE *fp, const EC_KEY *x) in ECParameters_print_fp()
/crypto/conf/
A Dconf_lib.c69 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, in LHASH_OF()
151 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) in CONF_dump_fp()
262 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline) in NCONF_load_fp()
382 int NCONF_dump_fp(const CONF *conf, FILE *out) in NCONF_dump_fp()
/crypto/ui/
A Dui_openssl.c176 static FILE *tty_in, *tty_out;
181 static int read_till_nl(FILE *);
187 static int noecho_fgets(char *buf, int size, FILE *tty);
261 static int read_till_nl(FILE *in) in read_till_nl()
658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/crypto/dh/
A Ddh_prn.c22 int DHparams_print_fp(FILE *fp, const DH *x) in DHparams_print_fp()
/crypto/rand/
A Drandfile.c101 FILE *in; in RAND_load_file()
186 FILE *out = NULL; in RAND_write_file()
A Drand_egd.c111 FILE *fp = NULL; in RAND_query_egd_bytes()
/crypto/pkcs12/
A Dp12_utl.c227 int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12) in i2d_PKCS12_fp()
250 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) in d2i_PKCS12_fp()
/crypto/rsa/
A Drsa_prn.c22 int RSA_print_fp(FILE *fp, const RSA *x, int off) in RSA_print_fp()
/crypto/bn/
A Dbn_print.c17 int BN_print_fp(FILE *fp, const BIGNUM *a) in BN_print_fp()

Completed in 41 milliseconds

12