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

Name

Description

s

Salt value.

user

User name.

pass

Password.

Created with MrDocs