Searched refs:sm4_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.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-v6.1/arch/arm64/crypto/ |
D | sm4-ce-glue.c | 39 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_setkey() function 298 .setkey = sm4_setkey, 313 .setkey = sm4_setkey, 329 .setkey = sm4_setkey, 345 .setkey = sm4_setkey,
|
D | sm4-neon-glue.c | 35 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_setkey() function 368 .setkey = sm4_setkey, 383 .setkey = sm4_setkey, 399 .setkey = sm4_setkey, 415 .setkey = sm4_setkey,
|