Home
last modified time | relevance | path

Searched defs:bio (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DRpcTlsUtils.cpp37 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(data.data(), static_cast<int>(data.size()))); in fromPem() local
58 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_mem())); in serialize() local
103 return serialize(pkey, [](BIO* bio, EVP_PKEY* pkey) { in serializeUnencryptedPrivatekey()
DRpcTransportTls.cpp52 int socketNew(BIO* bio) { in socketNew()
57 int socketFree(BIO* bio) { in socketFree()
61 int socketRead(BIO* bio, char* buf, int size) { in socketRead()
71 int socketWrite(BIO* bio, const char* buf, int size) { in socketWrite()
81 long socketCtrl(BIO* bio, int cmd, long num, void*) { // NOLINT in socketCtrl()
424 bssl::UniquePtr<BIO> bio = newSocketBio(socket.fd); in setFdAndDoHandshake() local
/frameworks/native/libs/binder/tests/
DRpcTlsUtilsTest.cpp24 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_mem())); in toDebugString() local