Searched refs:g_packeted_bio_method (Results 1 – 1 of 1) sorted by relevance
29 extern const BIO_METHOD g_packeted_bio_method;50 if (bio->method != &g_packeted_bio_method) { in GetData()225 const BIO_METHOD g_packeted_bio_method = { variable241 bssl::UniquePtr<BIO> bio(BIO_new(&g_packeted_bio_method)); in PacketedBioCreate()