openssl/doc/internal/man3
Richard Levitte c13d2ab439 Add generic EVP method fetcher
This is an interface between Core dispatch table fetching and
EVP_{method}_fetch().  All that's needed from the diverse method
fetchers are the functions to create a method structure from a
dispatch table, a function that ups the method reference counter and a
function to free the method (in case of failure).

This routine is internal to the EVP API andis therefore only made
accessible within crypto/evp, by including evp_locl.h

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8341)
2019-03-18 14:27:02 +01:00
..
DEFINE_SPARSE_ARRAY_OF.pod Make the sparse array code use ossl_uintmax_t as its index rather than size_t. 2019-03-06 13:50:54 +10:00
evp_generic_fetch.pod Add generic EVP method fetcher 2019-03-18 14:27:02 +01:00
openssl_ctx_get_data.pod Place return values after examples in doc 2019-02-28 21:38:19 +08:00
ossl_method_construct.pod Replumbing: better reference counter control in ossl_method_construct() 2019-03-18 14:27:02 +01:00
OSSL_METHOD_STORE.pod Fixup internal documentation 2019-02-19 09:41:09 +01:00
ossl_provider_new.pod Replumbing: Add support for the provider query_operation function 2019-03-12 20:25:46 +01:00