Searched refs:TEE_ALG_GET_CHAIN_MODE (Results 1 – 7 of 7) sorted by relevance
121 #define TEE_ALG_GET_CHAIN_MODE(algo) (((algo) >> 8) & 0xF) macro
795 macdata->mode = TEE_ALG_GET_CHAIN_MODE(algo); in caam_cmac_allocate()
220 unsigned int algo_md = TEE_ALG_GET_CHAIN_MODE(algo); in get_cipheralgo()
530 ret = crypto_set_mode(c_ctx, TEE_ALG_GET_CHAIN_MODE(algo)); in sec_cipher_ctx_allocate()
205 ae_drv_ctx->mode = crypto_set_mode(TEE_ALG_GET_CHAIN_MODE(algo)); in sec_authenc_ctx_allocate()
60 unsigned int algo_md = TEE_ALG_GET_CHAIN_MODE(algo); in get_cipheralgo()
2823 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()