Home
last modified time | relevance | path

Searched refs:rawin (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/apps/
H A Dpkeyutl.c28 const int engine_impl, int rawin,
173 int rawin = 0; in pkeyutl_main() local
303 rawin = 1; in pkeyutl_main()
319 rawin = 1; in pkeyutl_main()
362 rawin = 1; in pkeyutl_main()
364 } else if (digestname != NULL || rawin) { in pkeyutl_main()
370 if (rawin && rev) { in pkeyutl_main()
375 if (rawin) { in pkeyutl_main()
381 ctx = init_ctx(kdfalg, &keysize, pkey_op, e, engine_impl, rawin, pkey, in pkeyutl_main()
526 if (in != NULL && !rawin) { in pkeyutl_main()
[all …]
/src/crypto/openssl/doc/man1/
H A Dopenssl-pkeyutl.pod.in13 [B<-rawin>]
66 =item B<-rawin>
79 The B<-digest> option implies B<-rawin> since OpenSSL 3.5.
88 is omitted but the signature algorithm requires one and the B<-rawin> option
89 is given, a default value will be used (see B<-rawin> for details).
90 If this option is present, then the B<-rawin> option
140 This cannot be used in conjunction with B<-rawin>.
146 when applicable, see the B<-rawin> and B<-digest> options for details.
159 unless the B<-rawin> option is specified or implied.
323 Unless B<-rawin> is used or implied, this command does not hash the input data
[all …]
/src/crypto/openssl/
H A DCHANGES.md569 * The `-rawin` option of the `pkeyutl` command is now implied (and thus no
572 The `-digest` and `-rawin` option may only be given with `-sign` or `verify`.