Searched defs:is_hmac (Results 1 – 2 of 2) sorted by relevance
86 bool is_hmac; member124 bool is_hmac = ctx->is_hmac; in cc_init_req() local166 bool is_hmac = ctx->is_hmac; in cc_map_req() local402 bool is_hmac = ctx->is_hmac; in cc_hash_digest() local615 bool is_hmac = ctx->is_hmac; in cc_do_finup() local
351 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function