Searched refs:crypto_sm3_update (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/crypto/ |
D | sm2.c | 229 crypto_sm3_update(desc, zero, pbytes - inlen); in sm2_z_digest_update() 230 crypto_sm3_update(desc, in, inlen); in sm2_z_digest_update() 233 crypto_sm3_update(desc, in + inlen - pbytes, pbytes); in sm2_z_digest_update() 235 crypto_sm3_update(desc, in, inlen); in sm2_z_digest_update() 282 crypto_sm3_update(desc, entl, 2); in sm2_compute_z_digest() 283 crypto_sm3_update(desc, id, id_len); in sm2_compute_z_digest()
|
D | sm3_generic.c | 145 int crypto_sm3_update(struct shash_desc *desc, const u8 *data, in crypto_sm3_update() function 150 EXPORT_SYMBOL(crypto_sm3_update); 170 .update = crypto_sm3_update,
|
/Linux-v5.15/include/crypto/ |
D | sm3.h | 35 extern int crypto_sm3_update(struct shash_desc *desc, const u8 *data,
|
/Linux-v5.15/arch/arm64/crypto/ |
D | sm3-ce-glue.c | 30 return crypto_sm3_update(desc, data, len); in sm3_ce_update()
|