Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 62) sorted by relevance

123

/openssl/crypto/ts/
H 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()
/openssl/crypto/x509/
H A Dx_all.c139 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
144 int i2d_X509_fp(FILE *fp, const X509 *x509) in i2d_X509_fp()
183 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
200 int i2d_PKCS7_fp(FILE *fp, const PKCS7 *p7) in i2d_PKCS7_fp()
260 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
270 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPublicKey_fp()
275 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp()
287 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa) in i2d_RSA_PUBKEY_fp()
325 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa) in d2i_DSAPrivateKey_fp()
335 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa) in d2i_DSA_PUBKEY_fp()
[all …]
H A Dt_crl.c19 int X509_CRL_print_fp(FILE *fp, X509_CRL *x) in X509_CRL_print_fp()
/openssl/ms/
H A Dapplink.c62 static int app_feof(FILE *fp) in app_feof()
67 static int app_ferror(FILE *fp) in app_ferror()
72 static void app_clearerr(FILE *fp) in app_clearerr()
77 static int app_fileno(FILE *fp) in app_fileno()
82 static int app_fsetmod(FILE *fp, char mod) in app_fsetmod()
/openssl/crypto/lhash/
H 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()
/openssl/crypto/ec/
H 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()
225 static int print_bin(BIO *fp, const char *name, const unsigned char *buf, in print_bin()
/openssl/crypto/dsa/
H 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()
/openssl/crypto/pem/
H A Dpem_pk8.c208 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()
H A Dpem_pkey.c269 EVP_PKEY *PEM_read_PUBKEY_ex(FILE *fp, EVP_PKEY **x, in PEM_read_PUBKEY_ex()
286 EVP_PKEY *PEM_read_PUBKEY(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_PUBKEY()
385 EVP_PKEY *PEM_read_PrivateKey_ex(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_PrivateKey_ex()
402 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_PrivateKey()
H A Dpem_all.c79 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_RSAPrivateKey()
209 DH *PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) in PEM_read_DHparams()
/openssl/crypto/dh/
H A Ddh_prn.c22 int DHparams_print_fp(FILE *fp, const DH *x) in DHparams_print_fp()
/openssl/include/openssl/
H A Ddh.h169 # define d2i_DHparams_fp(fp, x) \ argument
174 # define i2d_DHparams_fp(fp, x) \ argument
181 # define d2i_DHxparams_fp(fp,x) \ argument
186 # define i2d_DHxparams_fp(fp, x) \ argument
H A Ddsa.h106 # define d2i_DSAparams_fp(fp, x) \ argument
110 # define i2d_DSAparams_fp(fp, x) \ argument
H A Dec.h922 # define d2i_ECPKParameters_fp(fp,x) \ argument
925 # define i2d_ECPKParameters_fp(fp,x) \ argument
/openssl/demos/pkcs12/
H A Dpkwrite.c20 FILE *fp; in main() local
H A Dpkread.c50 FILE *fp; in main() local
/openssl/apps/
H A Dopenssl.c46 static void warn_deprecated(const FUNCTION *fp) in warn_deprecated()
238 FUNCTION f, *fp; in main() local
332 FUNCTION *fp; in help_main() local
397 FUNCTION f, *fp; in do_cmd() local
/openssl/crypto/bio/
H A Dbio_dump.c98 static int write_fp(const void *data, size_t len, void *fp) in write_fp()
103 int BIO_dump_fp(FILE *fp, const void *s, int len) in BIO_dump_fp()
108 int BIO_dump_indent_fp(FILE *fp, const void *s, int len, int indent) in BIO_dump_indent_fp()
H A Dbf_null.c94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nullf_callback_ctrl()
/openssl/crypto/rsa/
H A Drsa_prn.c22 int RSA_print_fp(FILE *fp, const RSA *x, int off) in RSA_print_fp()
/openssl/ssl/
H A Dssl_txt.c16 int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) in SSL_SESSION_print_fp()
/openssl/crypto/pkcs12/
H A Dp12_utl.c233 int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12) in i2d_PKCS12_fp()
245 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) in d2i_PKCS12_fp()
/openssl/crypto/bn/
H A Dbn_print.c17 int BN_print_fp(FILE *fp, const BIGNUM *a) in BN_print_fp()
/openssl/test/
H A Dx509aux.c32 BIO *fp = BIO_new_file(test_get_argument(num), "r"); in test_certs() local
/openssl/crypto/idea/
H A Di_skey.c64 register IDEA_INT *fp, *tp, t; in IDEA_set_decrypt_key() local

Completed in 67 milliseconds

123