Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dcc_util_cmac.c121 aesCtxBuf.cryptoKey = RKEK_KEY; in UtilCmacDeriveKey()
126 aesCtxBuf.cryptoKey = KCP_KEY; in UtilCmacDeriveKey()
131 aesCtxBuf.cryptoKey = KPICV_KEY; in UtilCmacDeriveKey()
141 aesCtxBuf.cryptoKey = USER_KEY; in UtilCmacDeriveKey()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Daes_driver.h29 cryptoKeyType_t cryptoKey; member
Daes_driver.c142 switch (aesCtx->cryptoKey) { in LoadAesKey()
164 … CC_HAL_WRITE_REGISTER(CC_REG_OFFSET(HOST_RGF, HOST_CRYPTOKEY_SEL) ,aesCtx->cryptoKey); in LoadAesKey()
186 … CC_HAL_WRITE_REGISTER(CC_REG_OFFSET(HOST_RGF, HOST_CRYPTOKEY_SEL) ,aesCtx->cryptoKey); in LoadAesKey()
207 … CC_HAL_WRITE_REGISTER(CC_REG_OFFSET(HOST_RGF, HOST_CRYPTOKEY_SEL) ,aesCtx->cryptoKey); in LoadAesKey()
220 if (aesCtx->cryptoKey != USER_KEY) { in LoadAesKey()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_crypto_driver.c160 pAesCtx->cryptoKey = keyType; in CC_PROD_AesInit()
244 aesCtx.cryptoKey = keyType; in CC_PROD_KeyDerivation()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_aes.c62 ctx->cryptoKey = USER_KEY; in aes_setkey()
Dcc3xx_psa_mac.c97 ctx->cryptoKey = USER_KEY; in cmac_setkey()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Daes_alt.c93 aesCtx->cryptoKey = USER_KEY; in aes_setkey()
Dcmac_alt.c125 ctx->cryptoKey = USER_KEY; in cmac_setkey()