Lines Matching refs:DSA
5 EVP_PKEY-DSA, EVP_KEYMGMT-DSA - EVP_PKEY DSA keytype and algorithm support
9 For B<DSA> the FIPS186-4 standard specifies that the values used for FFC
12 and I<gindex> may need to be stored for validation purposes. For B<DSA> these
16 =head2 DSA parameters
18 The B<DSA> key type supports the FFC parameters (see
21 =head2 DSA key generation parameters
23 The B<DSA> key type supports the FFC key generation parameters (see
32 =head2 DSA key validation
34 For DSA keys, L<EVP_PKEY_param_check(3)> behaves in the following way:
40 For DSA keys, L<EVP_PKEY_param_check_quick(3)> behaves in the following way:
44 For DSA keys, L<EVP_PKEY_public_check(3)>, L<EVP_PKEY_private_check(3)> and
52 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_from_name(NULL, "DSA", NULL);
54 The B<DSA> domain parameters can be generated by calling:
63 pctx = EVP_PKEY_CTX_new_from_name(NULL, "DSA", NULL);
78 A B<DSA> key can be generated using domain parameters by calling:
107 L<EVP_SIGNATURE-DSA(7)>