Home
last modified time | relevance | path

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

/openssl/doc/designs/
H A Dfast-param-find.md27 if (!scrypt_set_membuf(&ctx->pass, &ctx->pass_len, p))
36 if (!scrypt_set_membuf(&ctx->salt, &ctx->salt_len, p))
190 if (!scrypt_set_membuf(&ctx->pass, &ctx->pass_len, p))
195 if (!scrypt_set_membuf(&ctx->salt, &ctx->salt_len, p))
286 if (!scrypt_set_membuf(&ctx->pass, &ctx->pass_len, p))
/openssl/providers/implementations/kdfs/
H A Dscrypt.c143 static int scrypt_set_membuf(unsigned char **buffer, size_t *buflen, in scrypt_set_membuf() function
226 if (!scrypt_set_membuf(&ctx->pass, &ctx->pass_len, p)) in kdf_scrypt_set_ctx_params()
230 if (!scrypt_set_membuf(&ctx->salt, &ctx->salt_len, p)) in kdf_scrypt_set_ctx_params()

Completed in 5 milliseconds