Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
Welcome
ADK Documentation
API Reference
Files
File List
Globals
api
include
openapi_pw_scramble.h
Go to the documentation of this file.
1
9
/*********************************************************************
10
*
11
* Copyright 2016-2018 Broadcom.
12
*
13
**********************************************************************
14
*
15
* @filename openapi_pw_scramble.h
16
*
17
* @purpose Provide an external API to applications in other processes
18
* access to the Password Scramble utility to re-arrange the
19
* bits in a password.
20
*
21
* @component OpEN
22
*
23
* @note This code implements the RPC accessible function calls
24
* to the Password Scramble utility to re-arrange the
25
* bits in a password.
26
*
27
* Type translation between external and internal name spaces
28
* occurs here.
29
*
30
* @create 10/22/2015
31
*
32
* @end
33
*
34
**********************************************************************/
35
36
#include "
openapi_common.h
"
37
38
/*****************************************************************/
61
open_error_t
openapiPwDecrypt
(
openapiClientHandle_t
*client_handle,
62
open_buffdesc
*encryptedPw,
63
open_buffdesc
*decryptedPw);
open_error_t
open_error_t
OPEN uses these enumerators to indicate the error codes.
Definition:
openapi_common.h:64
open_buffdesc
Definition:
openapi_common.h:136
openapiClientHandle_s
Definition:
openapi_common.h:129
openapi_common.h
openapiPwDecrypt
open_error_t openapiPwDecrypt(openapiClientHandle_t *client_handle, open_buffdesc *encryptedPw, open_buffdesc *decryptedPw)
Decrypt encrypted password.
© 2019 by Broadcom. All rights reserved.