Home
last modified time | relevance | path

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

/drivers/crypto/
Dmv_cesa.c397 struct sha1_state shash_state; in mv_hash_import_sha1_ctx() local
399 shash_state.count = ctx->count + ctx->count_add; in mv_hash_import_sha1_ctx()
401 shash_state.state[i] = ctx->state[i]; in mv_hash_import_sha1_ctx()
402 memcpy(shash_state.buffer, ctx->buffer, sizeof(shash_state.buffer)); in mv_hash_import_sha1_ctx()
403 return crypto_shash_import(desc, &shash_state); in mv_hash_import_sha1_ctx()