Home
last modified time | relevance | path

Searched defs:BIO (Results 1 – 5 of 5) sorted by path

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp522 auto BIO = getPointerInfo(StoreAddr, *MRI); in addStoreToCandidate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.h129 const auto &BIO = getSyncScopeInclusionOrdering(B); in isSyncScopeInclusion() local
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_meth.c89 int BIO_meth_set_write(BIO_METHOD *biom, in BIO_meth_set_write()
97 int BIO_meth_set_write_ex(BIO_METHOD *biom, in BIO_meth_set_write_ex()
135 int BIO_meth_set_read(BIO_METHOD *biom, in BIO_meth_set_read()
143 int BIO_meth_set_read_ex(BIO_METHOD *biom, in BIO_meth_set_read_ex()
156 int BIO_meth_set_puts(BIO_METHOD *biom, in BIO_meth_set_puts()
168 int BIO_meth_set_gets(BIO_METHOD *biom, in BIO_meth_set_gets()
180 int BIO_meth_set_ctrl(BIO_METHOD *biom, in BIO_meth_set_ctrl()
192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create()
203 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy) (BIO *)) in BIO_meth_set_destroy()
214 int BIO_meth_set_callback_ctrl(BIO_METHOD *biom, in BIO_meth_set_callback_ctrl()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_pkey.c315 PEM_write_cb_ex_fnsig(PrivateKey, EVP_PKEY, BIO, write_bio) in PEM_write_cb_ex_fnsig() argument
329 PEM_write_cb_fnsig(PrivateKey, EVP_PKEY, BIO, write_bio) in PEM_write_cb_fnsig() argument
390 PEM_write_fnsig(Parameters, EVP_PKEY, BIO, write_bio) in PEM_write_fnsig() argument
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h86 typedef struct bio_st BIO; typedef