Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dargon2.c182 } KDF_ARGON2; typedef
186 KDF_ARGON2 *ctx;
198 static void kdf_argon2_init(KDF_ARGON2 *ctx, ARGON2_TYPE t);
206 static int kdf_argon2_ctx_set_threads(KDF_ARGON2 *ctx, uint32_t threads);
207 static int kdf_argon2_ctx_set_lanes(KDF_ARGON2 *ctx, uint32_t lanes);
208 static int kdf_argon2_ctx_set_t_cost(KDF_ARGON2 *ctx, uint32_t t_cost);
209 static int kdf_argon2_ctx_set_m_cost(KDF_ARGON2 *ctx, uint32_t m_cost);
210 static int kdf_argon2_ctx_set_out_length(KDF_ARGON2 *ctx, uint32_t outlen);
211 static int kdf_argon2_ctx_set_secret(KDF_ARGON2 *ctx, const OSSL_PARAM *p);
212 static int kdf_argon2_ctx_set_pwd(KDF_ARGON2 *ctx, const OSSL_PARAM *p);
[all …]