Searched refs:sm4_expandkey (Results 1 – 6 of 6) sorted by relevance
/linux/lib/crypto/ |
A D | sm4.c | 111 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, in sm4_expandkey() function 144 EXPORT_SYMBOL_GPL(sm4_expandkey);
|
/linux/include/crypto/ |
A D | sm4.h | 33 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key,
|
/linux/crypto/ |
A D | sm4_generic.c | 36 return sm4_expandkey(ctx, in_key, key_len); in sm4_setkey()
|
/linux/arch/arm64/crypto/ |
A D | sm4-ce-glue.c | 25 return sm4_expandkey(ctx, key, key_len); in sm4_ce_setkey()
|
/linux/arch/x86/crypto/ |
A D | sm4_aesni_avx2_glue.c | 34 return sm4_expandkey(ctx, key, key_len); in sm4_skcipher_setkey()
|
A D | sm4_aesni_avx_glue.c | 38 return sm4_expandkey(ctx, key, key_len); in sm4_skcipher_setkey()
|
Completed in 6 milliseconds