Home
last modified time | relevance | path

Searched refs:sm2_z_digest_update (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dsm2.c216 static int sm2_z_digest_update(struct shash_desc *desc, in sm2_z_digest_update() function
252 !sm2_z_digest_update(desc, x, pbytes) && in sm2_z_digest_update_point()
253 !sm2_z_digest_update(desc, y, pbytes)) in sm2_z_digest_update_point()
285 if (sm2_z_digest_update(desc, ec->a, pbytes) || in sm2_compute_z_digest()
286 sm2_z_digest_update(desc, ec->b, pbytes) || in sm2_compute_z_digest()
/kernel/linux/linux-6.6/crypto/
H A Dsm2.c222 static int sm2_z_digest_update(struct shash_desc *desc, in sm2_z_digest_update() function
260 sm2_z_digest_update(desc, x, pbytes) ?: in sm2_z_digest_update_point()
261 sm2_z_digest_update(desc, y, pbytes); in sm2_z_digest_update_point()
309 err = sm2_z_digest_update(desc, ec->a, pbytes) ?: in sm2_compute_z_digest()
310 sm2_z_digest_update(desc, ec->b, pbytes) ?: in sm2_compute_z_digest()

Completed in 2 milliseconds