Searched refs:pbytes (Results 1 – 1 of 1) sorted by relevance
| /linux/crypto/ |
| A D | sm2.c | 217 MPI m, unsigned int pbytes) in sm2_z_digest_update() argument 227 if (inlen < pbytes) { in sm2_z_digest_update() 229 crypto_sm3_update(desc, zero, pbytes - inlen); in sm2_z_digest_update() 231 } else if (inlen > pbytes) { in sm2_z_digest_update() 233 crypto_sm3_update(desc, in + inlen - pbytes, pbytes); in sm2_z_digest_update() 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() 269 unsigned int pbytes; in sm2_compute_z_digest() local 278 pbytes = MPI_NBYTES(ec->p); in sm2_compute_z_digest() 285 if (sm2_z_digest_update(desc, ec->a, pbytes) || in sm2_compute_z_digest() [all …]
|
Completed in 3 milliseconds