Searched defs:bio (Results 1 - 25 of 123) sorted by last modified time

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcacertinmem.c47 BIO * bio; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dbio_ber.c156 int bio_ber_get_header(BIO *bio, BIO_BER_CTX *ctx) argument
H A Dpk7_doit.c104 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio) argument
300 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio local
507 PKCS7_dataFinal(PKCS7 *p7, BIO *bio) argument
704 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
758 PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) argument
[all...]
H A Dpk7_mime.c117 static int B64_write_PKCS7(BIO *bio, PKCS7 *p7) argument
132 B64_read_PKCS7(BIO *bio) argument
151 SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) argument
219 SMIME_read_PKCS7(BIO *bio, BIO **bcont) argument
376 multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/eay/
H A Dbase64.c11 BIO *mbio,*b64bio,*bio; local
[all...]
H A Dconn.c23 BIO *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dbuffer.c179 void buffer_from_BIO(buffer_t *buf, BIO *bio) argument
191 void buffer_to_BIO(buffer_t *buf, BIO *bio) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dbio_ssl.c300 BIO *dbio,*bio; local
H A Ds3_pkt.c997 BIO *bio; local
1137 BIO *bio; local
H A Dssl_lib.c543 BIO *bio=NULL; local
562 BIO *bio=NULL; local
584 BIO *bio=NULL; local
1738 BIO *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Denc.c83 BIO *bio=bio_; local
H A Ds_cb.c232 long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, int argi, argument
295 BIO *bio = arg; local
[all...]
H A Ds_client.c945 static void print_stuff(BIO *bio, SSL *s, int full) argument
[all...]
H A Ds_server.c882 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) argument
1276 BIO *bio; local
[all...]
H A Dx509.c1242 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Db_dump.c71 int BIO_dump(BIO *bio, const char *s, int len) argument
76 int BIO_dump_indent(BIO *bio, const char *s, int len, int indent) argument
H A Db_print.c766 int BIO_printf (BIO *bio, const char *format, ...) argument
779 int BIO_vprintf (BIO *bio, const char *format, va_list args) argument
H A Dbio_cb.c66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp, argument
[all...]
H A Dbio_lib.c84 int BIO_set(BIO *bio, BIO_METHOD *method) argument
362 BIO_ctrl_pending(BIO *bio) argument
367 BIO_ctrl_wpending(BIO *bio) argument
374 BIO_push(BIO *b, BIO *bio) argument
410 BIO_get_retry_BIO(BIO *bio, int *reason) argument
426 BIO_get_retry_reason(BIO *bio) argument
431 BIO_find_type(BIO *bio, int type) argument
460 BIO_free_all(BIO *bio) argument
478 BIO *ret=NULL,*eoc=NULL,*bio,*new; local
534 BIO_set_ex_data(BIO *bio, int idx, void *data) argument
539 BIO_get_ex_data(BIO *bio, int idx) argument
544 BIO_number_read(BIO *bio) argument
550 BIO_number_written(BIO *bio) argument
[all...]
H A Dbss_acpt.c168 static void acpt_close_socket(BIO *bio) argument
202 BIO *bio=NULL,*dbio; local
[all...]
H A Dbss_bio.c145 static int bio_new(BIO *bio) argument
162 bio_free(BIO *bio) argument
187 bio_read(BIO *bio, char *buf, int size_) argument
280 bio_nread0(BIO *bio, char **buf) argument
318 bio_nread(BIO *bio, char **buf, size_t num_) argument
352 bio_write(BIO *bio, const char *buf, int num_) argument
431 bio_nwrite0(BIO *bio, char **buf) argument
479 bio_nwrite(BIO *bio, char **buf, size_t num_) argument
503 bio_ctrl(BIO *bio, int cmd, long num, void *ptr) argument
698 bio_puts(BIO *bio, const char *str) argument
757 bio_destroy_pair(BIO *bio) argument
841 BIO_ctrl_get_write_guarantee(BIO *bio) argument
846 BIO_ctrl_get_read_request(BIO *bio) argument
851 BIO_ctrl_reset_read_request(BIO *bio) argument
860 BIO_nread0(BIO *bio, char **buf) argument
877 BIO_nread(BIO *bio, char **buf, int num) argument
893 BIO_nwrite0(BIO *bio, char **buf) argument
910 BIO_nwrite(BIO *bio, char **buf, int num) argument
[all...]
H A Dbss_conn.c369 static void conn_close_socket(BIO *bio) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_ncipher.c686 BIO *bio = (BIO *)p; local
H A Dhw_sureware.c377 BIO *bio = (BIO *)p; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem_dbg.c586 BIO *bio; member in struct:mem_leak_st

Completed in 139 milliseconds

12345