Searched refs:digeststate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 294 unsigned char digeststate[SHA256_DIGEST_SIZE]; member 305 unsigned char digeststate[SHA256_DIGEST_SIZE]; member 1391 req_ctx->digeststate, in artpec6_crypto_prepare_hash() 1507 req_ctx->digeststate, in artpec6_crypto_prepare_hash() 2441 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export() 2454 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export() 2455 sizeof(state->digeststate)); in artpec6_crypto_hash_export() 2480 memcpy(ctx->digeststate, stat in artpec6_crypto_hash_import() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 295 unsigned char digeststate[SHA256_DIGEST_SIZE]; member 306 unsigned char digeststate[SHA256_DIGEST_SIZE]; member 1392 req_ctx->digeststate, in artpec6_crypto_prepare_hash() 1508 req_ctx->digeststate, in artpec6_crypto_prepare_hash() 2442 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export() 2455 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export() 2456 sizeof(state->digeststate)); in artpec6_crypto_hash_export() 2481 memcpy(ctx->digeststate, stat in artpec6_crypto_hash_import() [all...] |
Completed in 8 milliseconds