Compute x = H(s, H(user:pass)) using the default library context (deprecated).
Declared in <openssl/srp.h>
[[deprecated]]
BIGNUM*
SRP_Calc_x(
BIGNUM const* s,
char const* user,
char const* pass);
Deprecated. Use of this entity is allowed but discouraged.
Newly allocated private exponent x, or NULL on error; free with BN_free().
| Name | Description |
|---|---|
| s | Salt value. |
| user | User name. |
| pass | Password. |