Searched refs:BIO (Results 1 – 6 of 6) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | bio.h | 238 typedef struct bio_st BIO; typedef 240 void BIO_set_flags(BIO *b, int flags); 241 int BIO_test_flags(const BIO *b, int flags); 242 void BIO_clear_flags(BIO *b, int flags); 298 long (*BIO_get_callback(const BIO *b)) (struct bio_st *, int, const char *, 300 void BIO_set_callback(BIO *b, 303 char *BIO_get_callback_arg(const BIO *b); 304 void BIO_set_callback_arg(BIO *b, char *arg); 306 const char *BIO_method_name(const BIO *b); 307 int BIO_method_type(const BIO *b); [all …]
|
D | asn1.h | 341 int fname##_print_ctx(BIO *out, stname *x, int indent, \ 825 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, 913 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a); 914 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 915 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a); 916 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 917 int i2a_ASN1_OBJECT(BIO *bp, ASN1_OBJECT *a); 918 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size); 919 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type); 1013 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x); [all …]
|
D | evp.h | 565 void BIO_set_md(BIO *, const EVP_MD *md); 705 void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, 1001 int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, 1003 int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, 1005 int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, 1091 int (*pub_print) (BIO *out, 1102 int (*priv_print) (BIO *out, 1117 int (*param_print) (BIO *out,
|
D | safestack.h | 412 # define sk_BIO_new(cmp) SKM_sk_new(BIO, (cmp)) 413 # define sk_BIO_new_null() SKM_sk_new_null(BIO) 414 # define sk_BIO_free(st) SKM_sk_free(BIO, (st)) 415 # define sk_BIO_num(st) SKM_sk_num(BIO, (st)) 416 # define sk_BIO_value(st, i) SKM_sk_value(BIO, (st), (i)) 417 # define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val)) 418 # define sk_BIO_zero(st) SKM_sk_zero(BIO, (st)) 419 # define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val)) 420 # define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val)) 421 # define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val)) [all …]
|
D | objects.h | 1108 int OBJ_create_objects(BIO *in);
|
D | bn.h | 519 int BN_print(BIO *fp, const BIGNUM *a);
|