Searched refs:bio (Results 1 – 3 of 3) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | bio.h | 491 # define BIO_set_accept_bios(b,bio) BIO_ctrl(b,BIO_C_SET_ACCEPT,2,(char *)bio) argument 636 int BIO_set_ex_data(BIO *bio, int idx, void *data); 637 void *BIO_get_ex_data(BIO *bio, int idx); 640 unsigned long BIO_number_read(BIO *bio); 641 unsigned long BIO_number_written(BIO *bio); 679 BIO *BIO_get_retry_BIO(BIO *bio, int *reason); 680 int BIO_get_retry_reason(BIO *bio); 683 int BIO_nread0(BIO *bio, char **buf); 684 int BIO_nread(BIO *bio, char **buf, int num); 685 int BIO_nwrite0(BIO *bio, char **buf); [all …]
|
| D | crypto.h | 583 void CRYPTO_mem_leaks(struct bio_st *bio);
|
| D | asn1.h | 1155 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, 1158 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
|