#include <tls1prf.hpp>
|
static bool | PRF (unsigned char *label, const size_t label_len, const unsigned char *sec, const size_t slen, unsigned char *out1, const size_t olen) |
|
|
static void | hash (const CryptoAlgs::Type md, const unsigned char *sec, const size_t sec_len, const unsigned char *seed, const size_t seed_len, unsigned char *out, size_t olen) |
|
Definition at line 17 of file tls1prf.hpp.
◆ hash()
static void openvpn::MbedTLSCrypto::TLS1PRF::hash |
( |
const CryptoAlgs::Type |
md, |
|
|
const unsigned char * |
sec, |
|
|
const size_t |
sec_len, |
|
|
const unsigned char * |
seed, |
|
|
const size_t |
seed_len, |
|
|
unsigned char * |
out, |
|
|
size_t |
olen |
|
) |
| |
|
inlinestaticprivate |
◆ PRF()
static bool openvpn::MbedTLSCrypto::TLS1PRF::PRF |
( |
unsigned char * |
label, |
|
|
const size_t |
label_len, |
|
|
const unsigned char * |
sec, |
|
|
const size_t |
slen, |
|
|
unsigned char * |
out1, |
|
|
const size_t |
olen |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: