Home
last modified time | relevance | path

Searched refs:SE_ADDR_HI_SZ (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-aes.c237 cpuvaddr[i++] = SE_ADDR_HI_MSB(upper_32_bits(addr)) | SE_ADDR_HI_SZ(rctx->len); in tegra_aes_prep_cmd()
242 SE_ADDR_HI_SZ(rctx->len); in tegra_aes_prep_cmd()
583 SE_ADDR_HI_SZ(rctx->assoclen); in tegra_gmac_prep_cmd()
639 SE_ADDR_HI_SZ(rctx->cryptlen); in tegra_gcm_crypt_prep_cmd()
644 SE_ADDR_HI_SZ(rctx->cryptlen); in tegra_gcm_crypt_prep_cmd()
694 SE_ADDR_HI_SZ(0x10); /* HW always generates 128-bit tag */ in tegra_gcm_prep_final_cmd()
822 SE_ADDR_HI_SZ(rctx->inbuf.size); in tegra_cbcmac_prep_cmd()
826 SE_ADDR_HI_SZ(0x10); /* HW always generates 128 bit tag */ in tegra_cbcmac_prep_cmd()
860 SE_ADDR_HI_SZ(rctx->inbuf.size); in tegra_ctr_prep_cmd()
865 SE_ADDR_HI_SZ(rctx->inbuf.size); in tegra_ctr_prep_cmd()
[all …]
Dtegra-se.h235 #define SE_ADDR_HI_SZ(x) FIELD_PREP(GENMASK(23, 0), x) macro
Dtegra-se-hash.c257 SE_ADDR_HI_SZ(rctx->datbuf.size)); in tegra_sha_prep_cmd()
260 SE_ADDR_HI_SZ(rctx->digest.size)); in tegra_sha_prep_cmd()