Lines Matching refs:algorithm

6 openssl-pkeyutl - public key algorithm command
14 [B<-digest> I<algorithm>]
34 [B<-kdf> I<algorithm>]
49 operations using any supported algorithm.
69 which is not hashed by any message digest algorithm.
71 the user can specify a digest algorithm by using the B<-digest> option.
73 the default digest algorithm is SHA-256. For SM2, it is SM3.
81 =item B<-digest> I<algorithm>
84 It specifies the digest algorithm that is used to hash the input data
86 if the signature algorithm does not require preprocessing the input through
88 is omitted but the signature algorithm requires one and the B<-rawin> option
166 With raw data, when a digest algorithm is applicable, though it may be inferred
173 DER encoding of the digest algorithm OID and value as specified in
211 operation specific for the key algorithm when there is no default KEM
213 If the algorithm has the default KEM operation, this option can be omitted.
215 See L<EVP_PKEY_CTX_set_kem_op(3)> and algorithm-specific KEM documentation e.g.
219 =item B<-kdf> I<algorithm>
221 Use key derivation function I<algorithm>. The supported algorithms are
226 for the supported string parameters of each algorithm.
272 The operations and options supported vary according to the key algorithm
284 rather it will use the data directly as input to the signature algorithm.
297 The RSA algorithm generally supports the encrypt, decrypt, sign,
361 The RSA-PSS algorithm is a restricted version of the RSA algorithm which only
370 These have the same meaning as the B<RSA> algorithm with some additional
383 The DSA algorithm supports signing and verification operations only. Currently
389 The DH algorithm only supports the derivation operation and no additional
394 The EC algorithm supports sign, verify and derive operations. The sign and
417 The SM2 algorithm supports sign, verify, encrypt and decrypt operations. For
471 Derive using the same algorithm, but read key from environment variable MYPASS: