Searched defs:bi (Results 1 – 25 of 25) sorted by relevance
/openssl/crypto/bio/ |
H A D | bss_mem.c | 109 static int mem_init(BIO *bi, unsigned long flags) in mem_init() 132 static int mem_new(BIO *bi) in mem_new() 137 static int secmem_new(BIO *bi) in secmem_new()
|
H A D | bss_file.c | 109 static int file_new(BIO *bi) in file_new() 396 static int file_new(BIO *bi) in file_new()
|
H A D | bf_nbio.c | 54 static int nbiof_new(BIO *bi) in nbiof_new()
|
H A D | bf_readbuff.c | 53 static int readbuffer_new(BIO *bi) in readbuffer_new()
|
H A D | bss_fd.c | 90 static int fd_new(BIO *bi) in fd_new()
|
H A D | bss_sock.c | 89 static int sock_new(BIO *bi) in sock_new()
|
H A D | bf_buff.c | 45 static int buffer_new(BIO *bi) in buffer_new()
|
H A D | bf_lbuf.c | 56 static int linebuffer_new(BIO *bi) in linebuffer_new()
|
H A D | bss_acpt.c | 76 static int acpt_new(BIO *bi) in acpt_new()
|
H A D | bss_log.c | 109 static int slg_new(BIO *bi) in slg_new()
|
H A D | bss_conn.c | 321 static int conn_new(BIO *bi) in conn_new()
|
H A D | bss_dgram.c | 264 static int dgram_new(BIO *bi) in dgram_new() 1900 static int dgram_sctp_new(BIO *bi) in dgram_sctp_new()
|
/openssl/crypto/bn/ |
H A D | bn_mod.c | 57 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local 139 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
|
/openssl/crypto/bn/asm/ |
H A D | s390x.S | 368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument
|
/openssl/crypto/evp/ |
H A D | bio_md.c | 48 static int md_new(BIO *bi) in md_new()
|
H A D | bio_enc.c | 64 static int enc_new(BIO *bi) in enc_new()
|
H A D | bio_b64.c | 66 static int b64_new(BIO *bi) in b64_new()
|
H A D | bio_ok.c | 131 static int ok_new(BIO *bi) in ok_new()
|
/openssl/apps/lib/ |
H A D | s_socket.c | 83 const BIO_ADDRINFO *bi = NULL; in init_client() local
|
/openssl/crypto/comp/ |
H A D | c_zlib.c | 395 static int bio_zlib_new(BIO *bi) in bio_zlib_new() 421 static int bio_zlib_free(BIO *bi) in bio_zlib_free()
|
H A D | c_brotli.c | 442 static int bio_brotli_new(BIO *bi) in bio_brotli_new() 479 static int bio_brotli_free(BIO *bi) in bio_brotli_free()
|
H A D | c_zstd.c | 507 static int bio_zstd_new(BIO *bi) in bio_zstd_new() 556 static int bio_zstd_free(BIO *bi) in bio_zstd_free()
|
/openssl/ssl/ |
H A D | bio_ssl.c | 60 static int ssl_new(BIO *bi) in ssl_new()
|
/openssl/crypto/x509/ |
H A D | x509_cmp.c | 22 const X509_CINF *ai, *bi; in X509_issuer_and_serial_cmp() local
|
/openssl/apps/ |
H A D | s_server.c | 290 static int ebcdic_new(BIO *bi) in ebcdic_new()
|
Completed in 45 milliseconds