Searched refs:xoflen (Results 1 – 7 of 7) sorted by relevance
/openssl/apps/ |
H A D | dgst.c | 27 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 D | EVP_MD-SHAKE.pod | 54 =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 D | openssl-dgst.pod.in | 19 [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 D | evppkey_ecx_sigalg.txt | 663 # 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 D | EVP_DigestInit.pod | 151 "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 D | NEWS.md | 74 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.
|
H A D | CHANGES.md | 186 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.
|
Completed in 60 milliseconds