/openssl/crypto/ts/ |
H A D | ts_asn1.c | 33 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 D | x_all.c | 218 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 …]
|
H A D | t_crl.c | 19 int X509_CRL_print_fp(FILE *fp, X509_CRL *x) in X509_CRL_print_fp()
|
/openssl/ms/ |
H A D | applink.c | 71 static int app_feof(FILE *fp) in app_feof() 76 static int app_ferror(FILE *fp) in app_ferror() 81 static void app_clearerr(FILE *fp) in app_clearerr() 86 static int app_fileno(FILE *fp) in app_fileno() 91 static int app_fsetmod(FILE *fp, char mod) in app_fsetmod()
|
/openssl/crypto/lhash/ |
H A D | lh_stats.c | 27 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 D | eck_prn.c | 21 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 D | dsa_prn.c | 22 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 D | pem_pk8.c | 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()
|
H A D | pem_pkey.c | 277 EVP_PKEY *PEM_read_PUBKEY_ex(FILE *fp, EVP_PKEY **x, in PEM_read_PUBKEY_ex() 294 EVP_PKEY *PEM_read_PUBKEY(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_PUBKEY() 407 EVP_PKEY *PEM_read_PrivateKey_ex(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_PrivateKey_ex() 424 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_PrivateKey()
|
H A D | pem_all.c | 79 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 D | dh_prn.c | 22 int DHparams_print_fp(FILE *fp, const DH *x) in DHparams_print_fp()
|
/openssl/include/openssl/ |
H A D | dh.h | 177 # define d2i_DHparams_fp(fp, x) \ argument 182 # define i2d_DHparams_fp(fp, x) \ argument 189 # define d2i_DHxparams_fp(fp,x) \ argument 194 # define i2d_DHxparams_fp(fp, x) \ argument
|
H A D | dsa.h | 106 # define d2i_DSAparams_fp(fp, x) \ argument 110 # define i2d_DSAparams_fp(fp, x) \ argument
|
H A D | ec.h | 938 # define d2i_ECPKParameters_fp(fp,x) \ argument 941 # define i2d_ECPKParameters_fp(fp,x) \ argument
|
/openssl/demos/pkcs12/ |
H A D | pkwrite.c | 20 FILE *fp; in main() local
|
H A D | pkread.c | 50 FILE *fp; in main() local
|
/openssl/apps/ |
H A D | openssl.c | 48 static void warn_deprecated(const FUNCTION *fp) in warn_deprecated() 239 FUNCTION f, *fp; in main() local 342 FUNCTION *fp; in help_main() local 407 FUNCTION f, *fp; in do_cmd() local
|
/openssl/crypto/bio/ |
H A D | bio_dump.c | 98 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 D | bf_null.c | 94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nullf_callback_ctrl()
|
/openssl/crypto/rsa/ |
H A D | rsa_prn.c | 22 int RSA_print_fp(FILE *fp, const RSA *x, int off) in RSA_print_fp()
|
/openssl/ssl/ |
H A D | ssl_txt.c | 18 int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) in SSL_SESSION_print_fp()
|
/openssl/crypto/bn/ |
H A D | bn_print.c | 17 int BN_print_fp(FILE *fp, const BIGNUM *a) in BN_print_fp()
|
/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 227 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()
|
/openssl/test/ |
H A D | x509aux.c | 31 BIO *fp = BIO_new_file(test_get_argument(num), "r"); in test_certs() local
|
/openssl/crypto/idea/ |
H A D | i_skey.c | 64 register IDEA_INT *fp, *tp, t; in IDEA_set_decrypt_key() local
|