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

/linux-master/crypto/
H A Dsm2.c223 MPI m, unsigned int pbytes)
234 if (inlen < pbytes) {
236 err = crypto_shash_update(desc, zero, pbytes - inlen) ?:
238 } else if (inlen > pbytes) {
240 err = crypto_shash_update(desc, in + inlen - pbytes, pbytes);
251 unsigned int pbytes)
260 sm2_z_digest_update(desc, x, pbytes) ?:
261 sm2_z_digest_update(desc, y, pbytes);
273 unsigned int pbytes; local
222 sm2_z_digest_update(struct shash_desc *desc, MPI m, unsigned int pbytes) argument
249 sm2_z_digest_update_point(struct shash_desc *desc, MPI_POINT point, struct mpi_ec_ctx *ec, unsigned int pbytes) argument
[all...]

Completed in 112 milliseconds