Lines Matching full:derive
86 [\fB\-derive\fR]
224 .IP \fB\-derive\fR 4
225 .IX Item "-derive"
226 Derive a shared secret using own private (EC)DH key and peer key.
262 Decode an encapsulated secret, with the use of a \fB\-private\fR key, to derive the
447 The EC algorithm supports sign, verify and derive operations. The sign and
448 verify operations use ECDSA and derive uses ECDH. SHA256 is assumed by default
620 Derive a shared secret value:
623 \& openssl pkeyutl \-derive \-inkey key.pem \-peerkey pubkey.pem \-out secret
634 Derive a key using \fBscrypt\fR where the password is read from command line:
641 Derive using the same algorithm, but read key from environment variable MYPASS: