Searched refs:crypto_sm4_ck (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-glue.c | 86 crypto_sm4_fk, crypto_sm4_ck); in sm4_setkey() 106 ctx->key1.rkey_dec, crypto_sm4_fk, crypto_sm4_ck); in sm4_xts_setkey() 108 ctx->key2.rkey_dec, crypto_sm4_fk, crypto_sm4_ck); in sm4_xts_setkey() 622 crypto_sm4_fk, crypto_sm4_ck); in sm4_cbcmac_setkey() 643 crypto_sm4_fk, crypto_sm4_ck); in sm4_cmac_setkey() 681 crypto_sm4_fk, crypto_sm4_ck); in sm4_xcbc_setkey() 687 crypto_sm4_fk, crypto_sm4_ck); in sm4_xcbc_setkey()
|
H A D | sm4-ce-gcm-glue.c | 54 crypto_sm4_fk, crypto_sm4_ck); in gcm_setkey()
|
H A D | sm4-ce-ccm-glue.c | 40 crypto_sm4_fk, crypto_sm4_ck); in ccm_setkey()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | sm4.h | 25 extern const u32 crypto_sm4_ck[];
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sm4.c | 65 extern const u32 crypto_sm4_ck[32] __alias(ck); 69 EXPORT_SYMBOL(crypto_sm4_ck); variable
|
Completed in 3 milliseconds