Changes in uspace/lib/crypto/crypto.h [5a6cc679:0639afc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/crypto.h
r5a6cc679 r0639afc 54 54 extern errno_t aes_encrypt(uint8_t *, uint8_t *, uint8_t *); 55 55 extern errno_t aes_decrypt(uint8_t *, uint8_t *, uint8_t *); 56 extern errno_t create_hash( uint8_t *, size_t, uint8_t *, hash_func_t);56 extern errno_t create_hash(const uint8_t *, size_t, uint8_t *, hash_func_t); 57 57 extern errno_t hmac(uint8_t *, size_t, uint8_t *, size_t, uint8_t *, hash_func_t); 58 58 extern errno_t pbkdf2(uint8_t *, size_t, uint8_t *, size_t, uint8_t *);
Note:
See TracChangeset
for help on using the changeset viewer.