Home
last modified time | relevance | path

Searched defs:bio_st (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbio.h822 struct bio_st { struct
823 const BIO_METHOD *method;
826 int init;
831 int shutdown;
832 int flags;
833 int retry_reason;
836 int num;
837 CRYPTO_refcount_t references;
838 void *ptr;
841 BIO *next_bio; // used by filter BIOs
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbio.h786 struct bio_st { struct
787 const BIO_METHOD *method;
790 int init;
795 int shutdown;
796 int flags;
797 int retry_reason;
800 int num;
801 CRYPTO_refcount_t references;
802 void *ptr;
805 BIO *next_bio; // used by filter BIOs
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbio.h822 struct bio_st { struct
823 const BIO_METHOD *method;
826 int init;
831 int shutdown;
832 int flags;
833 int retry_reason;
836 int num;
837 CRYPTO_refcount_t references;
838 void *ptr;
841 BIO *next_bio; // used by filter BIOs
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbio.h786 struct bio_st { struct
787 const BIO_METHOD *method;
790 int init;
795 int shutdown;
796 int flags;
797 int retry_reason;
800 int num;
801 CRYPTO_refcount_t references;
802 void *ptr;
805 BIO *next_bio; // used by filter BIOs
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbio.h822 struct bio_st { struct
823 const BIO_METHOD *method;
826 int init;
831 int shutdown;
832 int flags;
833 int retry_reason;
836 int num;
837 CRYPTO_refcount_t references;
838 void *ptr;
841 BIO *next_bio; // used by filter BIOs
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbio.h822 struct bio_st { struct
823 const BIO_METHOD *method;
826 int init;
831 int shutdown;
832 int flags;
833 int retry_reason;
836 int num;
837 CRYPTO_refcount_t references;
838 void *ptr;
841 BIO *next_bio; // used by filter BIOs
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbio.h325 struct bio_st { struct
328 long (*callback) (struct bio_st *, int, const char *, int, long, long); argument
336 struct bio_st *next_bio; /* used by filter BIOs */ argument
337 struct bio_st *prev_bio; /* used by filter BIOs */ argument
338 int references;
339 unsigned long num_read;
340 unsigned long num_write;
341 CRYPTO_EX_DATA ex_data;