Home
last modified time | relevance | path

Searched refs:CTR_SRC_ALIGN_MASK (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.h29 #define CTR_SRC_ALIGN_MASK 0xf macro
H A Dsec_cipher.c691 if (c_ctx->mode == C_MODE_CTR && (c_ctx->offs & CTR_SRC_ALIGN_MASK)) in sec_cipher_update()