Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c290 char partial_buffer[SHA256_BLOCK_SIZE]; member
304 char partial_buffer[SHA256_BLOCK_SIZE]; member
1411 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
1439 req_ctx->partial_buffer + in artpec6_crypto_prepare_hash()
1464 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
2439 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()
2440 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()
2452 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()
2453 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()
2478 memcpy(ctx->partial_buffer, state->partial_buffer, in artpec6_crypto_hash_import()
[all …]