Lines Matching refs:used

48 This command can be used to perform low-level public key
68 the B<-digest> option. This option can only be used with B<-sign> and
69 B<-verify> and must be used with the Ed25519 and Ed448 algorithms.
73 This specifies the digest algorithm which is used to hash the input data before
77 used. For signature algorithms like RSA, DSA and ECDSA, SHA-256 will be the
110 The peer key file, used by key derivation (agreement) operations.
121 If the input contains no public key but a private key, its public part is used.
174 This option is used for I<-encap>/I<-decap> commands and specifies the KEM
221 When used with the B<-engine> option, it specifies to also use
240 The value I<alg> should represent a digest name as used in the
241 EVP_get_digestbyname() function for example B<sha1>. This value is not used to
242 hash the input data. It is used (by some algorithms) for sanity-checking the
246 This command does not hash the input data (except where -rawin is used) but
275 digest is set, then the B<DigestInfo> structure is used and its length
285 For B<x931> if the digest type is set it is used to format the block data
286 otherwise the first byte is used to specify the X9.31 digest ID. Sign,
303 explicitly set in PSS mode then the signing digest is used.
307 Sets the digest used for the OAEP hash function. If not explicitly set then
308 SHA1 is used.
370 without hashing them first. The option B<-rawin> must be used with these
388 This sets the ID string used in SM2 sign or verify operations. While verifying
389 an SM2 signature, the ID string must be the same one used when signing the data.
394 This sets the ID string used in SM2 sign or verify operations. While verifying
395 an SM2 signature, the ID string must be the same one used when signing the data.
407 Recover the signed data (e.g. if an RSA key is used):