Home
last modified time | relevance | path

Searched refs:xoflen (Results 1 – 7 of 7) sorted by relevance

/openssl/apps/
H A Ddgst.c27 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen,
110 int xoflen = 0; in dgst_main() local
189 xoflen = atoi(opt_arg()); in dgst_main()
421 if (xoflen > 0) { in dgst_main()
439 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, sigkey, sigbuf, in dgst_main()
455 if (do_fp(out, buf, inp, separator, out_bin, xoflen, in dgst_main()
548 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument
600 } else if (xoflen > 0) { in do_fp()
603 len = xoflen; in do_fp()
/openssl/doc/man7/
H A DEVP_MD-SHAKE.pod54 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer>
57 The length of the "xoflen" parameter should not exceed that of a B<size_t>.
69 An alias of "xoflen".
/openssl/doc/man1/
H A Dopenssl-dgst.pod.in19 [B<-xoflen> I<length>]
87 =item B<-xoflen> I<length>
96 For backwards compatibility reasons the default xoflen length for B<shake128> is
98 maximum security strength of 128 bits, the xoflen should be set to at least 32.
100 For backwards compatibility reasons the default xoflen length for B<shake256> is
102 maximum security strength of 256 bits, the xoflen should be set to at least 64.
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecx_sigalg.txt663 # echo 616263 | xxd -r -p | openssl shake256 -binary -xoflen | xxd -p -c 0
703 # echo 616263 | xxd -r -p | openssl shake256 -binary -xoflen 64 | xxd -p -c 0
/openssl/doc/man3/
H A DEVP_DigestInit.pod151 "xoflen" must be set beforehand (See L</PARAMETERS>).
396 For an XOF this returns the "xoflen" if it has been set, otherwise it returns 0.
513 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer>
575 an L<OSSL_PARAM(3)> item with the key "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>).
/openssl/
H A DNEWS.md74 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.
H A DCHANGES.md186 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.

Completed in 60 milliseconds