Searched refs:pbytes (Results 1 – 1 of 1) sorted by relevance
223 MPI m, unsigned int pbytes) in sm2_z_digest_update() argument234 if (inlen < pbytes) { in sm2_z_digest_update()236 err = crypto_shash_update(desc, zero, pbytes - inlen) ?: in sm2_z_digest_update()238 } else if (inlen > pbytes) { in sm2_z_digest_update()240 err = crypto_shash_update(desc, in + inlen - pbytes, pbytes); in sm2_z_digest_update()251 unsigned int pbytes) in sm2_z_digest_update_point() argument260 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()273 unsigned int pbytes; in sm2_compute_z_digest() local293 pbytes = MPI_NBYTES(ec->p); in sm2_compute_z_digest()[all …]