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

Name

Description

user_pwd

Entry to update.

s

Salt value, or NULL to clear.

v

Verifier value, or NULL to clear.

Created with MrDocs