Searched refs:sm4_ce_crypt_block (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-glue.c | 29 asmlinkage void sm4_ce_crypt_block(const u32 *rkey, u8 *dst, const u8 *src); 57 EXPORT_SYMBOL(sm4_ce_crypt_block); variable 312 sm4_ce_crypt_block(ctx->rkey_enc, keystream, walk.iv); in sm4_cfb_encrypt() 354 sm4_ce_crypt_block(ctx->rkey_enc, keystream, walk.iv); in sm4_cfb_decrypt() 396 sm4_ce_crypt_block(ctx->rkey_enc, keystream, walk.iv); in sm4_ctr_crypt() 646 sm4_ce_crypt_block(ctx->key.rkey_enc, (u8 *)consts, (const u8 *)consts); in sm4_cmac_setkey() 683 sm4_ce_crypt_block(ctx->key.rkey_enc, key2, ks[0]); in sm4_xcbc_setkey() 727 sm4_ce_crypt_block(tctx->key.rkey_enc, in sm4_mac_update() 783 sm4_ce_crypt_block(tctx->key.rkey_enc, ctx->digest, in sm4_cbcmac_final()
|
H A D | sm4-ce-ccm-glue.c | 109 sm4_ce_crypt_block(ctx->rkey_enc, mac, mac); in ccm_calculate_auth_mac() 132 sm4_ce_crypt_block(ctx->rkey_enc, in ccm_calculate_auth_mac()
|
H A D | sm4-ce-core.S | 92 SYM_FUNC_START(sm4_ce_crypt_block) 105 SYM_FUNC_END(sm4_ce_crypt_block)
|
Completed in 3 milliseconds