Home
last modified time | relevance | path

Searched refs:xoflen (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c27 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen,
69 {"xoflen", OPT_XOFLEN, 'p', "Output length for XOF algorithms. To obtain the maximum security strength set this to 32 (or greater) for SHAKE128, and 64 (or greater) for SHAKE256"},
110 int xoflen = 0; in dgst_main() local
188 xoflen = atoi(opt_arg()); in dgst_main()
420 if (xoflen > 0) { in dgst_main()
438 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, sigkey, sigbuf, in dgst_main()
454 if (do_fp(out, buf, inp, separator, out_bin, xoflen, in dgst_main()
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument
598 } else if (xoflen > 0) { in do_fp()
601 len = xoflen; in do_fp()
[all...]
/third_party/openssl/apps/
H A Ddgst.c27 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen,
69 {"xoflen", OPT_XOFLEN, 'p', "Output length for XOF algorithms. To obtain the maximum security strength set this to 32 (or greater) for SHAKE128, and 64 (or greater) for SHAKE256"},
110 int xoflen = 0; in dgst_main() local
188 xoflen = atoi(opt_arg()); in dgst_main()
420 if (xoflen > 0) { in dgst_main()
438 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, sigkey, sigbuf, in dgst_main()
454 if (do_fp(out, buf, inp, separator, out_bin, xoflen, in dgst_main()
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument
598 } else if (xoflen > 0) { in do_fp()
601 len = xoflen; in do_fp()
[all...]

Completed in 2 milliseconds