Searched refs:sm4_expandkey (Results 1 – 5 of 5) sorted by relevance
| /linux/crypto/ |
| H A D | sm4.c | 119 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, in sm4_expandkey() function 152 EXPORT_SYMBOL_GPL(sm4_expandkey);
|
| /linux/include/crypto/ |
| H A D | sm4.h | 37 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key,
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-cipher-glue.c | 25 return sm4_expandkey(ctx, key, key_len); in sm4_ce_setkey()
|
| H A D | sm4-neon-glue.c | 33 return sm4_expandkey(ctx, key, key_len); in sm4_setkey()
|
| /linux/arch/riscv/crypto/ |
| H A D | sm4-riscv64-glue.c | 40 return sm4_expandkey(ctx, key, keylen); in riscv64_sm4_setkey()
|