Lines Matching refs:parameters
29 parameters of B<pkey> are missing and 0 if they are present or the algorithm
30 doesn't use parameters.
32 The function EVP_PKEY_copy_parameters() copies the parameters from key
33 B<from> to key B<to>. An error is returned if the parameters are missing in
34 B<from> or present in both B<from> and B<to> and mismatch. If the parameters
37 The function EVP_PKEY_parameters_eq() checks the parameters of keys
41 including their parameters if they are available.
47 parameters are sometimes omitted from a public key if they are inherited from
54 The function EVP_PKEY_cmp() previously only checked the key parameters
67 the key parameters (if there are any)
87 parameters of B<pkey> are missing and 0 if they are present or the algorithm
88 doesn't use parameters.