Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/crypto/starfive/
Djh7110-cryp.h159 bool is_hmac; member
/Linux-v6.6/drivers/crypto/chelsio/
Dchcr_algo.c364 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function