Searched refs:sm4_expandkey (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/crypto/ |
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);
|
D | sm4_generic.c | 36 return sm4_expandkey(ctx, in_key, key_len); in sm4_setkey()
|
/Linux-v6.1/include/crypto/ |
D | sm4.h | 37 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key,
|
/Linux-v6.1/arch/arm64/crypto/ |
D | sm4-ce-cipher-glue.c | 25 return sm4_expandkey(ctx, key, key_len); in sm4_ce_setkey()
|
D | sm4-neon-glue.c | 40 return sm4_expandkey(ctx, key, key_len); in sm4_setkey()
|
/Linux-v6.1/arch/x86/crypto/ |
D | sm4_aesni_avx2_glue.c | 34 return sm4_expandkey(ctx, key, key_len); in sm4_skcipher_setkey()
|
D | sm4_aesni_avx_glue.c | 38 return sm4_expandkey(ctx, key, key_len); in sm4_skcipher_setkey()
|