Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c86 bool is_hmac; member
124 bool is_hmac = ctx->is_hmac; in cc_init_req() local
166 bool is_hmac = ctx->is_hmac; in cc_map_req() local
402 bool is_hmac = ctx->is_hmac; in cc_hash_digest() local
615 bool is_hmac = ctx->is_hmac; in cc_do_finup() local
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c351 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function