Searched refs:sm4_crypt_block (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-cipher-glue.c | 33 sm4_crypt_block(ctx->rkey_enc, out, in); in sm4_ce_encrypt() 45 sm4_crypt_block(ctx->rkey_dec, out, in); in sm4_ce_decrypt()
|
| H A D | sm4-neon-glue.c | 94 sm4_crypt_block(ctx->rkey_enc, dst, dst); in sm4_cbc_encrypt() 167 sm4_crypt_block(ctx->rkey_enc, keystream, walk.iv); in sm4_ctr_crypt()
|
| /linux/arch/riscv/crypto/ |
| H A D | sm4-riscv64-glue.c | 52 sm4_crypt_block(ctx->rkey_enc, dst, src); in riscv64_sm4_encrypt() 65 sm4_crypt_block(ctx->rkey_dec, dst, src); in riscv64_sm4_decrypt()
|
| /linux/crypto/ |
| H A D | sm4.c | 160 void sm4_crypt_block(const u32 *rk, u8 *out, const u8 *in) in sm4_crypt_block() function 181 EXPORT_SYMBOL_GPL(sm4_crypt_block);
|
| /linux/include/crypto/ |
| H A D | sm4.h | 46 void sm4_crypt_block(const u32 *rk, u8 *out, const u8 *in);
|