Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/include/
Dcc3xx_crypto_primitives_private.h116 bool cipher_is_initialized; /*!< Track if the cipher state has been configured or not yet */ member
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c234 operation->cipher_is_initialized = false; /* It will not initialize any low level module here */ in cc3xx_internal_cipher_setup_init()
355 if (operation->cipher_is_initialized == false) { in cc3xx_internal_cipher_setup_complete()
417 operation->cipher_is_initialized = true; in cc3xx_internal_cipher_setup_complete()
Dcc3xx_psa_aead.c537 if (operation->cipher_is_initialized == false) { in cc3xx_aead_finish()
647 if (operation->cipher_is_initialized == false) { in cc3xx_aead_verify()
Dcc3xx_psa_cipher.c489 if (operation->cipher_is_initialized == false) { in cc3xx_cipher_finish()