Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 6 of 6) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbio.h582 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) argument
664 int BIO_gets(BIO *bp, char *buf, int size);
666 int BIO_puts(BIO *bp, const char *buf);
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);
686 int BIO_nwrite(BIO *bio, char **buf, int num);
692 BIO *BIO_new_mem_buf(const void *buf, int len);
766 void *buf),
798 int BIO_snprintf(char *buf, size_t n, const char *format, ...)
[all …]
Dsafestack.h201 # define SKM_ASN1_seq_pack(type, st, i2d_func, buf, len) \ argument
203 CHECKED_I2D_OF(type, i2d_func), buf, len)
204 # define SKM_ASN1_seq_unpack(type, buf, len, d2i_func, free_func) \ argument
205 …(STACK_OF(type) *)ASN1_seq_unpack(buf, len, CHECKED_D2I_OF(type, d2i_func), CHECKED_SK_FREE_FUNC(t…
2248 # define ASN1_seq_pack_ACCESS_DESCRIPTION(st, i2d_func, buf, len) \ argument
2249 SKM_ASN1_seq_pack(ACCESS_DESCRIPTION, (st), (i2d_func), (buf), (len))
2250 # define ASN1_seq_unpack_ACCESS_DESCRIPTION(buf, len, d2i_func, free_func) \ argument
2251 SKM_ASN1_seq_unpack(ACCESS_DESCRIPTION, (buf), (len), (d2i_func), (free_func))
2256 # define ASN1_seq_pack_ASN1_INTEGER(st, i2d_func, buf, len) \ argument
2257 SKM_ASN1_seq_pack(ASN1_INTEGER, (st), (i2d_func), (buf), (len))
[all …]
Dasn1.h914 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);
921 int i2t_ASN1_OBJECT(char *buf, int buf_len, ASN1_OBJECT *a);
923 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num);
1041 unsigned char *buf, int off);
1061 STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len,
1065 unsigned char **buf, int *len);
Devp.h458 unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */ member
606 int EVP_read_pw_string(char *buf, int length, const char *prompt, int verify);
607 int EVP_read_pw_string_min(char *buf, int minlen, int maxlen,
Dobjects.h1013 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
Dbn.h779 int RAND_pseudo_bytes(unsigned char *buf, int num);