Searched refs:crypto_sm3_finup (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm64/crypto/ |
D | sm3-ce-glue.c | 44 return crypto_sm3_finup(desc, NULL, 0, out); in sm3_ce_final() 57 return crypto_sm3_finup(desc, data, len, out); in sm3_ce_finup()
|
/Linux-v4.19/crypto/ |
D | sm3_generic.c | 169 int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, in crypto_sm3_finup() function 175 EXPORT_SYMBOL(crypto_sm3_finup); 182 .finup = crypto_sm3_finup,
|
/Linux-v4.19/include/crypto/ |
D | sm3.h | 38 extern int crypto_sm3_finup(struct shash_desc *desc, const u8 *data,
|