Lines Matching refs:signature
21 void EVP_SIGNATURE_free(EVP_SIGNATURE *signature);
22 int EVP_SIGNATURE_up_ref(EVP_SIGNATURE *signature);
23 const char *EVP_SIGNATURE_get0_name(const EVP_SIGNATURE *signature);
24 int EVP_SIGNATURE_is_a(const EVP_SIGNATURE *signature, const char *name);
25 OSSL_PROVIDER *EVP_SIGNATURE_get0_provider(const EVP_SIGNATURE *signature);
27 void (*fn)(EVP_SIGNATURE *signature,
30 int EVP_SIGNATURE_names_do_all(const EVP_SIGNATURE *signature,
33 const char *EVP_SIGNATURE_get0_name(const EVP_SIGNATURE *signature);
34 const char *EVP_SIGNATURE_get0_description(const EVP_SIGNATURE *signature);
43 The algorithm will be one offering functions for performing signature related
57 EVP_SIGNATURE_is_a() returns 1 if I<signature> is an implementation of an
60 EVP_SIGNATURE_get0_provider() returns the provider that I<signature> was
69 implementation for the given I<signature>. Note that the I<signature> may have
72 by the I<signature> object and should not be freed by the caller.
74 EVP_SIGNATURE_names_do_all() traverses all names for I<signature>, and calls
77 EVP_SIGNATURE_get0_description() returns a description of the I<signature>,
79 discretion of the I<signature> implementation.
83 parameters that can be retrieved or set by a signature algorithm using