Searched refs:sm4_expandkey (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/include/crypto/ |
H A D | sm4.h | 29 * sm4_expandkey - Expands the SM4 key as described in GB/T 32907-2016 37 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sm4_generic.c | 25 * This function uses sm4_expandkey() to expand the key. 36 return sm4_expandkey(ctx, in_key, key_len); in sm4_setkey()
|
H A D | sm4.c | 111 * sm4_expandkey - Expands the SM4 key as described in GB/T 32907-2016 119 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, in sm4_expandkey() function 152 EXPORT_SYMBOL_GPL(sm4_expandkey); variable
|
/kernel/linux/linux-6.6/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 | 35 return sm4_expandkey(ctx, key, key_len); in sm4_setkey()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sm4_aesni_avx2_glue.c | 34 return sm4_expandkey(ctx, key, key_len); in sm4_skcipher_setkey()
|
H A D | sm4_aesni_avx_glue.c | 38 return sm4_expandkey(ctx, key, key_len); in sm4_skcipher_setkey()
|
Completed in 3 milliseconds