Searched refs:pbkdf2_set_membuf (Results 1 – 1 of 1) sorted by relevance
164 static int pbkdf2_set_membuf(unsigned char **buffer, size_t *buflen, in pbkdf2_set_membuf() function287 if (!pbkdf2_set_membuf(&ctx->pass, &ctx->pass_len, p)) in kdf_pbkdf2_set_ctx_params()296 if (!pbkdf2_set_membuf(&ctx->salt, &ctx->salt_len, p)) in kdf_pbkdf2_set_ctx_params()
Completed in 4 milliseconds