Searched refs:xoflen (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MD-SHAKE.pod | 60 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer> 63 The length of the "xoflen" parameter should not exceed that of a B<size_t>. 65 For backwards compatibility reasons the default xoflen length for SHAKE-128 is 67 maximum security strength of 128 bits, the xoflen should be set to at least 32. 69 For backwards compatibility reasons the default xoflen length for SHAKE-256 is 71 maximum security strength of 256 bits, the xoflen should be set to at least 64.
|
/freebsd/crypto/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 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() 547 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument 599 } else if (xoflen > 0) { in do_fp() 602 len = xoflen; in do_fp()
|
/freebsd/crypto/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.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_DigestInit.pod | 471 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer> 519 an L<OSSL_PARAM(3)> item with the key "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>).
|