diff options
Diffstat (limited to 'crypto/openssl/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod')
-rw-r--r-- | crypto/openssl/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod b/crypto/openssl/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod index 1433a50a6ffe..e8f19cfc9980 100644 --- a/crypto/openssl/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod +++ b/crypto/openssl/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod @@ -68,12 +68,12 @@ error occurs. =back -EVP_PKEY_set_hkdf_md() sets the message digest associated with the HKDF. +EVP_PKEY_CTX_set_hkdf_md() sets the message digest associated with the HKDF. EVP_PKEY_CTX_set1_hkdf_salt() sets the salt to B<saltlen> bytes of the buffer B<salt>. Any existing value is replaced. -EVP_PKEY_CTX_set_hkdf_key() sets the key to B<keylen> bytes of the buffer +EVP_PKEY_CTX_set1_hkdf_key() sets the key to B<keylen> bytes of the buffer B<key>. Any existing value is replaced. EVP_PKEY_CTX_add1_hkdf_info() sets the info value to B<infolen> bytes of the |