Searched refs:crypto_sm3_finup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A 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()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sm3_generic.c | 43 static int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, in crypto_sm3_finup() function 59 .finup = crypto_sm3_finup,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | sm3_generic.c | 159 int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, in crypto_sm3_finup() function 165 EXPORT_SYMBOL(crypto_sm3_finup); variable 172 .finup = crypto_sm3_finup,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | sm3.h | 40 extern int crypto_sm3_finup(struct shash_desc *desc, const u8 *data,
|
Completed in 2 milliseconds