Replace some boldened types with a corresponding man page link
[openssl.git] / doc / man3 / EVP_EncryptInit.pod
index dafa71c9f66e080ffe9cb3d9537d666cb19126a6..1d5cb6c7595d50d715a9785d1e6d24663790b8fe 100644 (file)
@@ -330,27 +330,24 @@ See L</PARAMETERS> below for more information.
 
 =item EVP_CIPHER_gettable_params()
 
-Get a constant B<OSSL_PARAM> array that describes the retrievable parameters
-that can be used with EVP_CIPHER_get_params().  See L<OSSL_PARAM(3)> for the
-use of B<OSSL_PARAM> as a parameter descriptor.
+Get a constant L<OSSL_PARAM(3)> array that describes the retrievable parameters
+that can be used with EVP_CIPHER_get_params().
 
 =item EVP_CIPHER_gettable_ctx_params() and EVP_CIPHER_CTX_gettable_params()
 
-Get a constant B<OSSL_PARAM> array that describes the retrievable parameters
+Get a constant L<OSSL_PARAM(3)> array that describes the retrievable parameters
 that can be used with EVP_CIPHER_CTX_get_params().
 EVP_CIPHER_gettable_ctx_params() returns the parameters that can be retrieved
 from the algorithm, whereas EVP_CIPHER_CTX_gettable_params() returns the
 parameters that can be retrieved in the context's current state.
-See L<OSSL_PARAM(3)> for the use of B<OSSL_PARAM> as a parameter descriptor.
 
 =item EVP_CIPHER_settable_ctx_params() and EVP_CIPHER_CTX_settable_params()
 
-Get a constant B<OSSL_PARAM> array that describes the settable parameters
+Get a constant L<OSSL_PARAM(3)> array that describes the settable parameters
 that can be used with EVP_CIPHER_CTX_set_params().
 EVP_CIPHER_settable_ctx_params() returns the parameters that can be set from the
 algorithm, whereas EVP_CIPHER_CTX_settable_params() returns the parameters that
 can be set in the context's current state.
-See L<OSSL_PARAM(3)> for the use of B<OSSL_PARAM> as a parameter descriptor.
 
 =item EVP_EncryptInit_ex2()
 
@@ -654,7 +651,7 @@ See L<OSSL_PARAM(3)> for information about passing parameters.
 When EVP_CIPHER_fetch() is called it internally calls EVP_CIPHER_get_params()
 and caches the results.
 
-EVP_CIPHER_get_params() can be used with the following B<OSSL_PARAM> keys:
+EVP_CIPHER_get_params() can be used with the following L<OSSL_PARAM(3)> keys:
 
 =over 4
 
@@ -725,7 +722,7 @@ all other OpenSSL ciphers return 0.
 
 =head2 Gettable and Settable EVP_CIPHER_CTX parameters
 
-The following B<OSSL_PARAM> keys can be used with both EVP_CIPHER_CTX_get_params()
+The following L<OSSL_PARAM(3)> keys can be used with both EVP_CIPHER_CTX_get_params()
 and EVP_CIPHER_CTX_set_params().
 
 =over 4
@@ -816,7 +813,7 @@ cipher operation (either 4 or 8 records).
 
 =head2 Gettable EVP_CIPHER_CTX parameters
 
-The following B<OSSL_PARAM> keys can be used with EVP_CIPHER_CTX_get_params():
+The following L<OSSL_PARAM(3)> keys can be used with EVP_CIPHER_CTX_get_params():
 
 =over 4
 
@@ -885,7 +882,7 @@ Used to pass the TLS MAC data.
 
 =head2 Settable EVP_CIPHER_CTX parameters
 
-The following B<OSSL_PARAM> keys can be used with EVP_CIPHER_CTX_set_params():
+The following L<OSSL_PARAM(3)> keys can be used with EVP_CIPHER_CTX_set_params():
 
 =over 4