Lines Matching +full:no +full:- +full:engine
6 DSA_set_method, DSA_new_method, DSA_OpenSSL - select DSA method
22 DSA *DSA_new_method(ENGINE *engine);
35 of B<ENGINE> API calls.
42 B<NB>: This is true only whilst no ENGINE has
43 been set as a default for DSA, so this function is no longer recommended.
44 This function is not thread-safe and should not be called at the same time
49 whether the ENGINE API is being used, so this function is no longer
54 previous method was supplied by an ENGINE, the handle to that ENGINE will
56 work with certain DSA_METHOD implementations (e.g. from an ENGINE module
57 that supports embedded hardware-protected keys), and in such cases
62 DSA_new_method() allocates and initializes a DSA structure so that B<engine>
63 will be used for the DSA operations. If B<engine> is NULL, the default engine
64 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD
72 DSA_set_default_method() returns no value.
75 the method for B<dsa> (including unloading the ENGINE handle if the previous
76 method was supplied by an ENGINE).
92 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.