summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-05-25 06:45:49 +0200
committerPauli <paul.dale@oracle.com>2020-06-24 12:07:46 +0200
commitdc4e74ef6c10a13d8a8947c71e9ee70a0abe642e (patch)
tree71874ab26e07fa58dac4240ff772b9eb84fa9571 /util
parentfips rand: DRBG KAT self test updates to provider model. (diff)
downloadopenssl-dc4e74ef6c10a13d8a8947c71e9ee70a0abe642e.tar.xz
openssl-dc4e74ef6c10a13d8a8947c71e9ee70a0abe642e.zip
evp_rand: documentation
EVP_RAND, the RNGs and provider-rand. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11682)
Diffstat (limited to 'util')
-rw-r--r--util/other.syms5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index d993485931..ab60424a8f 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -35,6 +35,8 @@ EVP_MAC_CTX datatype
EVP_PKEY_gen_cb datatype
EVP_PKEY_METHOD datatype
EVP_PKEY_ASN1_METHOD datatype
+EVP_RAND datatype
+EVP_RAND_CTX datatype
GEN_SESSION_CB datatype
OPENSSL_Applink external
OPENSSL_CTX datatype
@@ -300,6 +302,9 @@ EVP_PKEY_assign_EC_KEY define
EVP_PKEY_assign_POLY1305 define
EVP_PKEY_assign_RSA define
EVP_PKEY_assign_SIPHASH define
+EVP_RAND_STATE_ERROR define
+EVP_RAND_STATE_READY define
+EVP_RAND_STATE_UNINITIALISED define
EVP_SealUpdate define
EVP_SignInit define
EVP_SignInit_ex define