Searched defs:cbio (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/apps/lib/ |
D | http_server.c | 289 BIO *cbio = *pcbio, *getbio = NULL, *b64 = NULL; in http_server_get_asn1_req() local 508 int http_server_send_asn1_resp(BIO *cbio, int keep_alive, in http_server_send_asn1_resp() 524 int http_server_send_status(BIO *cbio, int status, const char *reason) in http_server_send_status()
|
D | apps.c | 2500 BIO *cbio; in app_http_tls_cb() local
|
/third_party/openssl/test/ |
D | bio_core_test.c | 69 BIO *cbio = NULL, *cbiobad = NULL; in test_bio_core() local
|
/third_party/openssl/apps/ |
D | ocsp.c | 216 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; in ocsp_main() local 1213 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp) in send_ocsp_response()
|
D | cmp.c | 2630 BIO *cbio = NULL; in cmp_server() local
|
/third_party/openssl/crypto/encode_decode/ |
D | encoder_lib.c | 618 OSSL_CORE_BIO *cbio = NULL; in encoder_process() local
|
D | decoder_lib.c | 681 OSSL_CORE_BIO *cbio = NULL; in decoder_process() local
|
/third_party/openssl/crypto/http/ |
D | http_client.c | 852 BIO *cbio; in http_new_bio() local 922 BIO *cbio; /* == bio if supplied, used as connection BIO if rbio is NULL */ in OSSL_HTTP_open() local
|
/third_party/openssl/crypto/store/ |
D | store_lib.c | 991 OSSL_CORE_BIO *cbio = ossl_core_bio_new_from_bio(bp); in OSSL_STORE_attach() local
|