mirror of https://github.com/openssl/openssl.git
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:
parent
ba0a6d1deb
commit
df78589893
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue