|
gwenhywfar
4.10.0beta
|
#include <gwenhywfar/gwenhywfarapi.h>Go to the source code of this file.
Typedefs | |
| typedef struct GWEN_PASSWD_STORE | GWEN_PASSWD_STORE |
Functions | |
| GWENHYWFAR_API void | GWEN_PasswordStore_ClearStoragePasswd (GWEN_PASSWD_STORE *sto) |
| GWENHYWFAR_API void | GWEN_PasswordStore_free (GWEN_PASSWD_STORE *sto) |
| GWENHYWFAR_API int | GWEN_PasswordStore_GetPassword (GWEN_PASSWD_STORE *sto, const char *token, char *buffer, int minLen, int maxLen) |
| GWENHYWFAR_API GWEN_PASSWD_STORE * | GWEN_PasswordStore_new (const char *fname) |
| GWENHYWFAR_API int | GWEN_PasswordStore_SetPassword (GWEN_PASSWD_STORE *sto, const char *token, const char *secret) |
| typedef struct GWEN_PASSWD_STORE GWEN_PASSWD_STORE |
Definition at line 36 of file passwdstore.h.
| GWENHYWFAR_API void GWEN_PasswordStore_ClearStoragePasswd | ( | GWEN_PASSWD_STORE * | sto | ) |
| GWENHYWFAR_API void GWEN_PasswordStore_free | ( | GWEN_PASSWD_STORE * | sto | ) |
| GWENHYWFAR_API int GWEN_PasswordStore_GetPassword | ( | GWEN_PASSWD_STORE * | sto, |
| const char * | token, | ||
| char * | buffer, | ||
| int | minLen, | ||
| int | maxLen | ||
| ) |
| GWENHYWFAR_API GWEN_PASSWD_STORE* GWEN_PasswordStore_new | ( | const char * | fname | ) |
| GWENHYWFAR_API int GWEN_PasswordStore_SetPassword | ( | GWEN_PASSWD_STORE * | sto, |
| const char * | token, | ||
| const char * | secret | ||
| ) |
1.8.6