Searched refs:size (Results 1 – 4 of 4) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | bio.h | 579 # define BIO_set_buffer_size(b,size) BIO_ctrl(b,BIO_C_SET_BUFF_SIZE,size,NULL) argument 580 # define BIO_set_read_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,0) argument 581 # define BIO_set_write_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,1) argument 605 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) argument 606 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) argument 664 int BIO_gets(BIO *bp, char *buf, int size);
|
| D | objects.h | 1018 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, 1021 int size,
|
| D | asn1.h | 914 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 916 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 918 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
| D | evp.h | 599 unsigned char *md, unsigned int *size, const EVP_MD *type,
|