webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
packeted_bio.h File Reference
#include <openssl/base.h>
#include <openssl/bio.h>
#include <sys/time.h>

Go to the source code of this file.

Functions

bssl::UniquePtr< BIOPacketedBioCreate (bool advance_clock)
 
timeval PacketedBioGetClock (const BIO *bio)
 
bool PacketedBioAdvanceClock (BIO *bio)
 

Function Documentation

◆ PacketedBioAdvanceClock()

bool PacketedBioAdvanceClock ( BIO bio)

◆ PacketedBioCreate()

bssl::UniquePtr<BIO> PacketedBioCreate ( bool  advance_clock)

◆ PacketedBioGetClock()

timeval PacketedBioGetClock ( const BIO bio)