Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_hash.c93 bool is_hmac; member
131 bool is_hmac = ctx->is_hmac; in cc_init_req() local
174 bool is_hmac = ctx->is_hmac; in cc_map_req() local
422 bool is_hmac = ctx->is_hmac; in cc_hash_digest() local
635 bool is_hmac = ctx->is_hmac; in cc_do_finup() local
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c369 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function