Home
last modified time | relevance | path

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

/drivers/crypto/inside-secure/eip93/
A Deip93-hash.c50 if (IS_HMAC(ctx->flags)) in eip93_hash_free_sa_record()
190 if (IS_HMAC(ctx->flags)) { in __eip93_hash_init()
245 if (IS_HMAC(ctx->flags)) { in eip93_send_hash_req()
300 if (IS_HMAC(ctx->flags)) { in eip93_hash_init()
449 if (!rctx->len && !IS_HMAC(ctx->flags)) { in __eip93_hash_final()
529 if (rctx->len + req->nbytes || IS_HMAC(ctx->flags)) { in eip93_hash_finup()
A Deip93-main.h74 #define IS_HMAC(flags) ((flags) & EIP93_HASH_HMAC) macro
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()
A Deip93-main.c117 if (!IS_HMAC(alg_flags)) { in eip93_register_algs()

Completed in 15 milliseconds