Home
last modified time | relevance | path

Searched refs:IS_HMAC (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/crypto/inside-secure/eip93/
H A Deip93-hash.c50 if (IS_HMAC(ctx->flags)) in eip93_hash_free_sa_record()
182 if (IS_HMAC(ctx->flags)) { in __eip93_hash_init()
237 if (IS_HMAC(ctx->flags)) { in eip93_send_hash_req()
292 if (IS_HMAC(ctx->flags)) { in eip93_hash_init()
441 if (!rctx->len && !IS_HMAC(ctx->flags)) { in __eip93_hash_final()
521 if (rctx->len + req->nbytes || IS_HMAC(ctx->flags)) { in eip93_hash_finup()
H A Deip93-main.h74 #define IS_HMAC(flags) ((flags) & EIP93_HASH_HMAC) macro
H A Deip93-common.c365 if (IS_HMAC(flags)) { in eip93_set_sa_record()
548 } else if (!IS_HMAC(flags) && IS_CTR(flags)) { in eip93_send_req()
H A Deip93-main.c117 if (!IS_HMAC(alg_flags)) { in eip93_register_algs()