Home
last modified time | relevance | path

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

/openssl/providers/implementations/kdfs/
H A Dargon2.c212 static int kdf_argon2_ctx_set_out_length(KDF_ARGON2 *ctx, uint32_t outlen);
1051 if (!kdf_argon2_ctx_set_out_length(ctx, (uint32_t) outlen)) in kdf_argon2_derive()
1214 static int kdf_argon2_ctx_set_out_length(KDF_ARGON2 *ctx, uint32_t outlen) in kdf_argon2_ctx_set_out_length() function
1420 if (!kdf_argon2_ctx_set_out_length(ctx, u32_value)) in kdf_argon2_set_ctx_params()

Completed in 7 milliseconds