Assign salt and verifier BIGNUMs to an SRP_user_pwd (ownership transfers on success).
Declared in <openssl/srp.h>
[[deprecated]]
int
SRP_user_pwd_set0_sv(
SRP_user_pwd* user_pwd,
BIGNUM* s,
BIGNUM* v);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, 0 on failure.
| Name | Description |
|---|---|
| user_pwd | Entry to update. |
| s | Salt value, or NULL to clear. |
| v | Verifier value, or NULL to clear. |