Changeset 638 in openpam
- Timestamp:
- Mar 3, 2013, 11:34:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/pam_oath/oath.h
r627 r638 96 96 }; 97 97 98 struct oath_key *oath_key_alloc(size_t); 99 void oath_key_free(struct oath_key *); 100 struct oath_key *oath_key_from_uri(const char *); 101 struct oath_key *oath_key_from_file(const char *); 102 char *oath_key_to_uri(const struct oath_key *); 103 98 104 unsigned int oath_hotp(const uint8_t *, size_t, uint64_t, unsigned int); 99 105 unsigned int oath_totp(const uint8_t *, size_t, unsigned int);
Note: See TracChangeset
for help on using the changeset viewer.