Searched refs:sm2_z_digest_update_point (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | sm2.c | 242 static int sm2_z_digest_update_point(struct shash_desc *desc, in sm2_z_digest_update_point() function 287 sm2_z_digest_update_point(desc, ec->G, ec, pbytes) || in sm2_compute_z_digest() 288 sm2_z_digest_update_point(desc, ec->Q, ec, pbytes)) in sm2_compute_z_digest()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sm2.c | 249 static int sm2_z_digest_update_point(struct shash_desc *desc, in sm2_z_digest_update_point() function 311 sm2_z_digest_update_point(desc, ec->G, ec, pbytes) ?: in sm2_compute_z_digest() 312 sm2_z_digest_update_point(desc, ec->Q, ec, pbytes); in sm2_compute_z_digest()
|
Completed in 3 milliseconds