Home
last modified time | relevance | path

Searched defs:is_hmac (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/crypto/ccree/
Dcc_hash.c100 bool is_hmac; member
138 bool is_hmac = ctx->is_hmac; in cc_init_req() local
181 bool is_hmac = ctx->is_hmac; in cc_map_req() local
428 bool is_hmac = ctx->is_hmac; in cc_hash_digest() local
642 bool is_hmac = ctx->is_hmac; in cc_do_finup() local
/linux-6.12.1/drivers/crypto/starfive/
Djh7110-hash.c374 bool is_hmac) in starfive_hash_init_tfm()
Djh7110-cryp.h168 bool is_hmac; member
/linux-6.12.1/drivers/crypto/caam/
Dcaamhash.c1757 bool is_hmac; member
Dcaamalg_qi2.c4548 bool is_hmac; member
/linux-6.12.1/drivers/crypto/chelsio/
Dchcr_algo.c364 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function