Searched refs:SHA_FLAGS_FINUP (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace.h123 #define SHA_FLAGS_FINUP BIT(9) macro
H A Daspeed-hace-hash.c478 if (rctx->flags & SHA_FLAGS_FINUP)
495 if (rctx->flags & SHA_FLAGS_FINUP)
646 rctx->flags |= SHA_FLAGS_FINUP;
/linux-master/drivers/crypto/
H A Datmel-sha.c57 #define SHA_FLAGS_FINUP BIT(16) macro
742 final = (ctx->flags & SHA_FLAGS_FINUP) && !ctx->total;
787 if (!(ctx->flags & SHA_FLAGS_FINUP)) {
797 final = (ctx->flags & SHA_FLAGS_FINUP) && !ctx->total;
1134 if (!err && (ctx->flags & SHA_FLAGS_FINUP))
1172 if (ctx->flags & SHA_FLAGS_FINUP) {
1187 ctx->flags |= SHA_FLAGS_FINUP;
1204 ctx->flags |= SHA_FLAGS_FINUP;

Completed in 205 milliseconds