#include <openssl/base.h>
Go to the source code of this file.
Functions | |
OPENSSL_EXPORT int | CRYPTO_tls1_prf (const EVP_MD *digest, uint8_t *out, size_t out_len, const uint8_t *secret, size_t secret_len, const char *label, size_t label_len, const uint8_t *seed1, size_t seed1_len, const uint8_t *seed2, size_t seed2_len) |