#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null
summaryrefslogtreecommitdiff
path: root/crypto/hmac.c
AgeCommit message (Expand)Author
2025-05-19crypto: hmac - Add ahash supportHerbert Xu
2025-05-19crypto: hmac - Add export_core and import_coreHerbert Xu
2025-05-19crypto: hmac - Zero shash desc in setkeyHerbert Xu
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu
2025-04-16crypto: hmac - Make descsize an algorithm attributeHerbert Xu
2023-10-27crypto: hmac - remove unnecessary alignment logicEric Biggers