create_hash 288 uspace/lib/crypto/crypto.c create_hash(key, key_size, work_key, hash_sel); create_hash 301 uspace/lib/crypto/crypto.c create_hash(temp_work, HMAC_BLOCK_LENGTH + msg_size, temp_hash, create_hash 307 uspace/lib/crypto/crypto.c create_hash(temp_work, HMAC_BLOCK_LENGTH + hash_sel, hash, hash_sel); create_hash 56 uspace/lib/crypto/crypto.h extern errno_t create_hash(uint8_t *, size_t, uint8_t *, hash_func_t);HelenOS homepage, sources at GitHub