Searched refs:sm4_setkey (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/crypto/ |
D | sm4_generic.c | 31 static int sm4_setkey(struct crypto_tfm *tfm, const u8 *in_key, in sm4_setkey() function 69 .cia_setkey = sm4_setkey,
|
/linux-6.12.1/arch/arm64/crypto/ |
D | sm4-neon-glue.c | 28 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_setkey() function 200 .setkey = sm4_setkey, 215 .setkey = sm4_setkey, 231 .setkey = sm4_setkey,
|
D | sm4-ce-glue.c | 71 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_setkey() function 438 .setkey = sm4_setkey, 453 .setkey = sm4_setkey, 469 .setkey = sm4_setkey, 485 .setkey = sm4_setkey,
|