Home
last modified time | relevance | path

Searched refs:HMAC_CTX (Results 1 – 8 of 8) sorted by relevance

/linux/lib/crypto/tests/
H A Dmd5_kunit.c15 #define HMAC_CTX hmac_md5_ctx macro
H A Dsha1_kunit.c15 #define HMAC_CTX hmac_sha1_ctx macro
H A Dsha384_kunit.c15 #define HMAC_CTX hmac_sha384_ctx macro
H A Dsha224_kunit.c15 #define HMAC_CTX hmac_sha224_ctx macro
H A Dsha512_kunit.c15 #define HMAC_CTX hmac_sha512_ctx macro
H A Dhash-test-template.h488 static const u8 zeroes[sizeof(struct HMAC_CTX)]; in test_hmac()
491 struct HMAC_CTX ctx; in test_hmac()
H A Dsha256_kunit.c16 #define HMAC_CTX hmac_sha256_ctx macro
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c108 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) in HMAC_CTX() function
1532 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in create_hash_wr()
2170 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey()
2251 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); in chcr_hmac_init()