Searched defs:bio (Results 1 – 3 of 3) sorted by relevance
| /frameworks/native/libs/binder/ |
| D | RpcTlsUtils.cpp | 35 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(data.data(), static_cast<int>(data.size()))); in fromPem() local 56 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_mem())); in serialize() local 101 return serialize(pkey, [](BIO* bio, EVP_PKEY* pkey) { in serializeUnencryptedPrivatekey()
|
| D | RpcTransportTls.cpp | 44 int socketNew(BIO* bio) { in socketNew() 49 int socketFree(BIO* bio) { in socketFree() 53 int socketRead(BIO* bio, char* buf, int size) { in socketRead() 63 int socketWrite(BIO* bio, const char* buf, int size) { in socketWrite() 73 long socketCtrl(BIO* bio, int cmd, long num, void*) { // NOLINT in socketCtrl() 415 bssl::UniquePtr<BIO> bio = newSocketBio(socket.fd); in setFdAndDoHandshake() local
|
| /frameworks/native/libs/binder/tests/ |
| D | RpcTlsUtilsTest.cpp | 24 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_mem())); in toDebugString() local
|