Lines Matching refs:xoflen
27 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;
188 xoflen = atoi(opt_arg());
420 if (xoflen > 0) {
438 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, sigkey, sigbuf,
454 if (do_fp(out, buf, inp, separator, out_bin, xoflen,
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen,
598 } else if (xoflen > 0) {
601 len = xoflen;