Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Daes_driver.c177 return AES_DRV_ILLEGAL_KEY_LOCK_ERROR; in LoadAesKey()
199 return AES_DRV_ILLEGAL_KEY_LOCK_ERROR; in LoadAesKey()
Ddriver_defs.h185 #define AES_DRV_ILLEGAL_KEY_LOCK_ERROR (AES_DRV_MODULE_ERROR_BASE + 0x07UL) macro