Searched refs:crypto_sm3_finup (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/arm64/crypto/ |
D | sm3-ce-glue.c | 42 return crypto_sm3_finup(desc, NULL, 0, out); in sm3_ce_final() 55 return crypto_sm3_finup(desc, data, len, out); in sm3_ce_finup()
|
/Linux-v5.4/crypto/ |
D | sm3_generic.c | 158 int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, in crypto_sm3_finup() function 164 EXPORT_SYMBOL(crypto_sm3_finup); 171 .finup = crypto_sm3_finup,
|
/Linux-v5.4/include/crypto/ |
D | sm3.h | 38 extern int crypto_sm3_finup(struct shash_desc *desc, const u8 *data,
|