SRP_user_pwd_set0_sv

Assign salt and verifier BIGNUMs to an SRP_user_pwd (ownership transfers on success).

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
int
SRP_user_pwd_set0_sv(
    SRP_user_pwd* user_pwd,
    BIGNUM* s,
    BIGNUM* v);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, 0 on failure.

Parameters

NameDescription
user_pwdEntry to update.
sSalt value, or NULL to clear.
vVerifier value, or NULL to clear.