Home
last modified time | relevance | path

Searched defs:HMAC_CTX (Results 1 – 7 of 7) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha512_kunit.c15 #define HMAC_CTX hmac_sha512_ctx macro
H A Dsha384_kunit.c15 #define HMAC_CTX hmac_sha384_ctx macro
H A Dsha1_kunit.c15 #define HMAC_CTX hmac_sha1_ctx macro
H A Dsha224_kunit.c15 #define HMAC_CTX hmac_sha224_ctx macro
H A Dmd5_kunit.c15 #define HMAC_CTX hmac_md5_ctx macro
H A Dsha256_kunit.c16 #define HMAC_CTX hmac_sha256_ctx macro
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c109 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) in HMAC_CTX() function