DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docs

Partially fixes #13949

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13954)
This commit is contained in:
Richard Levitte 2021-01-25 14:16:05 +01:00
parent ba0a6d1deb
commit df78589893
2 changed files with 5 additions and 5 deletions

View File

@ -73,12 +73,12 @@ OSSL_DECODER_number() returns the internal dynamic number assigned
to the given I<decoder>.
OSSL_DECODER_names_do_all() traverses all names for the given
I<decoder>, and calls I<fn> with each name and I<data>.
I<decoder>, and calls I<fn> with each name and I<data> as arguments.
OSSL_DECODER_do_all_provided() traverses all encoder
OSSL_DECODER_do_all_provided() traverses all decoder
implementations by all activated providers in the library context
I<libctx>, and for each of the implementations, calls I<fn> with the
implementation method and I<data> as arguments.
implementation method and I<arg> as arguments.
OSSL_DECODER_gettable_params() returns an L<OSSL_PARAM(3)>
array of parameter descriptors.

View File

@ -73,12 +73,12 @@ OSSL_ENCODER_number() returns the internal dynamic number assigned to
the given I<encoder>.
OSSL_ENCODER_names_do_all() traverses all names for the given
I<encoder>, and calls I<fn> with each name and I<data>.
I<encoder>, and calls I<fn> with each name and I<data> as arguments.
OSSL_ENCODER_do_all_provided() traverses all encoder
implementations by all activated providers in the library context
I<libctx>, and for each of the implementations, calls I<fn> with the
implementation method and I<data> as arguments.
implementation method and I<arg> as arguments.
OSSL_ENCODER_gettable_params() returns an L<OSSL_PARAM(3)>
array of parameter descriptors.