#include "packeted_bio.h"
#include <assert.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <openssl/mem.h>
#include "../../crypto/internal.h"
Go to the source code of this file.
Functions | |
bool | PacketedBioAdvanceClock (BIO *bio) |
bssl::UniquePtr< BIO > | PacketedBioCreate (timeval *clock) |
Definition at line 249 of file packeted_bio.cc.
Definition at line 240 of file packeted_bio.cc.