Lines Matching +full:trade +full:- +full:off
1 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "EVP_KDF-ARGON2 7ossl"
58 .TH EVP_KDF-ARGON2 7ossl 2025-09-30 3.5.4 OpenSSL
59 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
64 EVP_KDF\-ARGON2 \- The Argon2 EVP KDF implementation
67 Support for computing the \fBargon2\fR password-based KDF through the \fBEVP_KDF\fR
70 The EVP_KDF\-ARGON2 algorithm implements the Argon2 password-based key
71 derivation function, as described in IETF RFC 9106. It is memory-hard in
77 Argon2d (Argon2i) uses data-dependent (data-independent) memory access and
78 primary seek to address trade-off (side-channel) attacks.
81 pass, generates reference addresses data-independently as in Argon2i, whereas
82 in later slices and next passes it generates them data-dependently as in
85 Sbox-hardened version Argon2ds is not supported.
117 This can only be used with built-in thread support. Threading must be
131 especially encouraged if multi-threading is disabled.
217 RFC 9106 Argon2, see <https://www.rfc\-editor.org/rfc/rfc9106.txt>.
231 Copyright 2022\-2024 The OpenSSL Project Authors. All Rights Reserved.