Home
last modified time | relevance | path

Searched refs:TEE_ALG_GET_CHAIN_MODE (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutee/include/
H A Dutee_defines.h121 #define TEE_ALG_GET_CHAIN_MODE(algo) (((algo) >> 8) & 0xF) macro
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_mac.c795 macdata->mode = TEE_ALG_GET_CHAIN_MODE(algo); in caam_cmac_allocate()
H A Dcaam_cipher.c220 unsigned int algo_md = TEE_ALG_GET_CHAIN_MODE(algo); in get_cipheralgo()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c530 ret = crypto_set_mode(c_ctx, TEE_ALG_GET_CHAIN_MODE(algo)); in sec_cipher_ctx_allocate()
H A Dsec_authenc.c205 ae_drv_ctx->mode = crypto_set_mode(TEE_ALG_GET_CHAIN_MODE(algo)); in sec_authenc_ctx_allocate()
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c60 unsigned int algo_md = TEE_ALG_GET_CHAIN_MODE(algo); in get_cipheralgo()
/optee_os/core/tee/
H A Dtee_svc_cryp.c2823 if ((TEE_ALG_GET_CHAIN_MODE(algo) == TEE_CHAIN_MODE_XTS && in syscall_cryp_state_alloc()
2825 (TEE_ALG_GET_CHAIN_MODE(algo) != TEE_CHAIN_MODE_XTS && in syscall_cryp_state_alloc()