Lines Matching refs:pass
36 static int scrypt_alg(const char *pass, size_t passlen,
45 unsigned char *pass;
91 OPENSSL_clear_free(ctx->pass, ctx->pass_len);
160 if (ctx->pass == NULL) {
173 return scrypt_alg((char *)ctx->pass, ctx->pass_len, ctx->salt,
194 if (!scrypt_set_membuf(&ctx->pass, &ctx->pass_len, p))
410 static int scrypt_alg(const char *pass, size_t passlen,
452 * Yet we pass it as integer to PKCS5_PBKDF2_HMAC... [This would
498 if (ossl_pkcs5_pbkdf2_hmac_ex(pass, passlen, salt, saltlen, 1, sha256,
505 if (ossl_pkcs5_pbkdf2_hmac_ex(pass, passlen, B, (int)Blen, 1, sha256,