Home
last modified time | relevance | path

Searched refs:HASH_CTX_ERROR_NONE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb_ctx.h70 HASH_CTX_ERROR_NONE = 0, enumerator
89 (ctx)->error = HASH_CTX_ERROR_NONE; \
Dsha256_mb.c259 ctx->error = HASH_CTX_ERROR_NONE; in sha256_ctx_mgr_submit()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb_ctx.h70 HASH_CTX_ERROR_NONE = 0, enumerator
84 (ctx)->error = HASH_CTX_ERROR_NONE; \
Dsha512_mb.c279 ctx->error = HASH_CTX_ERROR_NONE; in sha512_ctx_mgr_submit()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb_ctx.h70 HASH_CTX_ERROR_NONE = 0, enumerator
89 (ctx)->error = HASH_CTX_ERROR_NONE; \
Dsha1_mb.c262 ctx->error = HASH_CTX_ERROR_NONE; in sha1_ctx_mgr_submit()