Searched refs:sm4_setkey (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/crypto/ |
A 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.3-rc2/arch/arm64/crypto/ |
A D | sm4-neon-glue.c | 30 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_setkey() function 286 .setkey = sm4_setkey, 301 .setkey = sm4_setkey, 317 .setkey = sm4_setkey, 333 .setkey = sm4_setkey,
|
A D | sm4-ce-glue.c | 76 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_setkey() function 527 .setkey = sm4_setkey, 542 .setkey = sm4_setkey, 558 .setkey = sm4_setkey, 574 .setkey = sm4_setkey, 590 .setkey = sm4_setkey,
|
Completed in 5 milliseconds