Searched refs:fp (Results 1 – 3 of 3) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | bio.h | 524 # define BIO_set_fp(b,fp,c) BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp) argument 670 void (*fp) (struct bio_st *, int, const char *, int, 730 int BIO_dump_fp(FILE *fp, const char *s, int len); 731 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
|
| D | asn1.h | 1007 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags); 1035 int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a); 1036 int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a); 1037 int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
|
| D | bn.h | 516 int BN_print_fp(FILE *fp, const BIGNUM *a); 519 int BN_print(BIO *fp, const BIGNUM *a); 521 int BN_print(void *fp, const BIGNUM *a);
|