Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dtalitos.c829 unsigned int swinit; member
841 unsigned int swinit; member
1739 if (!req_ctx->first || req_ctx->swinit) { in common_nonsnoop_hash()
1744 req_ctx->swinit = 0; in common_nonsnoop_hash()
1810 req_ctx->swinit = 0; /* assume h/w init of context */ in ahash_init()
1828 req_ctx->swinit = 1;/* prevent h/w initting context with sha256 values*/ in ahash_init_sha224_swinit()
1916 if (req_ctx->first && !req_ctx->swinit) in ahash_process_req()
1975 export->swinit = req_ctx->swinit; in ahash_export()
1998 req_ctx->swinit = export->swinit; in ahash_import()