Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.c111 #define _CRYP_CR_CRYPEN BIT(15) macro
263 while (io_read32(base + _CRYP_CR) & _CRYP_CR_CRYPEN) in wait_end_enable()
267 if (io_read32(base + _CRYP_CR) & _CRYP_CR_CRYPEN) in wait_end_enable()
351 io_clrbits32(ctx->base + _CRYP_CR, _CRYP_CR_CRYPEN); in cryp_end()
432 io_setbits32(ctx->base + _CRYP_CR, _CRYP_CR_CRYPEN); in cryp_prepare_key()
455 io_clrbits32(ctx->base + _CRYP_CR, _CRYP_CR_CRYPEN); in save_context()
502 io_setbits32(ctx->base + _CRYP_CR, _CRYP_CR_CRYPEN); in restore_context()
525 if (io_read32(ctx->base + _CRYP_CR) & _CRYP_CR_CRYPEN) in ccm_first_context()
559 io_setbits32(ctx->base + _CRYP_CR, _CRYP_CR_CRYPEN); in ccm_first_context()
592 io_setbits32(ctx->base + _CRYP_CR, _CRYP_CR_CRYPEN); in do_from_init_to_phase()
[all …]

Completed in 5 milliseconds