Lines Matching full:hmac
171 const u32 *state, const u8 *buffer, bool hmac) in qce_import_common() argument
188 * For HMAC, there is a hardware padding done when first block in qce_import_common()
192 if (hmac) in qce_import_common()
209 bool hmac; in qce_ahash_import() local
218 hmac = IS_SHA_HMAC(flags); in qce_ahash_import()
224 state->buffer, hmac); in qce_ahash_import()
229 state->buf, hmac); in qce_ahash_import()
467 .name = "hmac(sha1)",
468 .drv_name = "hmac-sha1-qce",
476 .name = "hmac(sha256)",
477 .drv_name = "hmac-sha256-qce",