![]()  | 
  
    RDK-B
    
   | 
 
Functions | |
| mso_pwd_ret_status | mso_validatepwd (char *pwd) | 
| int | mso_set_pod_seed (char *) | 
| int | mso_get_pod_seed (char *pSeed) | 
| mso_pwd_ret_status mso_validatepwd | ( | char * | pwd | ) | 
@description Validate whether the password passed in matches the password of the day for mso user.
| pwd | - Pointer to a buffer that was preallocated by the caller. | 
| mso_pwd_ret_status | Invalid_PWD, Good_PWD, Unique_PWD, Expired_PWD, TimeError | 
| int mso_set_pod_seed | ( | char * | ) | 
@description Sets the PoD seed for mso password validation.
| CHAR* | - PoD seed | 
| RETURN_OK | if successful. | 
| RETURN_ERR | if any error is detected. | 
| int mso_get_pod_seed | ( | char * | pSeed | ) | 
@description Gets the PoD seed for mso password validation.
| CHAR* | pSeed - a pointer to a buffer that was preallocated by the caller. This is where the output is written | 
| RETURN_OK | if successful. | 
| RETURN_ERR | if any error is detected. |