Compute x = H(s, H(user:pass)) using the default library context (deprecated).
Synopsis
Declared in <openssl/srp.h>
|
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