|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.7.0.4
|
Functions | |
| open_error_t | openapiPwDecrypt (openapiClientHandle_t *client_handle, open_buffdesc *encryptedPw, open_buffdesc *decryptedPw) |
| Decrypt encrypted password. | |
| open_error_t openapiPwDecrypt | ( | openapiClientHandle_t * | client_handle, |
| open_buffdesc * | encryptedPw, | ||
| open_buffdesc * | decryptedPw | ||
| ) |
Decrypt encrypted password.
| [in] | client_handle | Client handle from registration API |
| [in] | encryptedPw | Pointer to encrypted password string storage
|
| [out] | decryptedPw | Pointer to dencrypted password string storage
|
| OPEN_E_NONE | if successful |
| OPEN_E_FAIL | if operation failed |
| OPEN_E_PARAM | if an invalid parameter was supplied |
OpEN API Version: 1.8