SRP_Calc_x

Compute x = H(s, H(user:pass)) using the default library context (deprecated).

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
BIGNUM*
SRP_Calc_x(
    BIGNUM const* s,
    char const* user,
    char const* pass);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Newly allocated private exponent x, or NULL on error; free with BN_free().

Parameters

NameDescription
sSalt value.
userUser name.
passPassword.