Searched refs:cryptoKey (Results 1 – 8 of 8) sorted by relevance
121 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()
29 cryptoKeyType_t cryptoKey; member
142 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()
160 pAesCtx->cryptoKey = keyType; in CC_PROD_AesInit()244 aesCtx.cryptoKey = keyType; in CC_PROD_KeyDerivation()
62 ctx->cryptoKey = USER_KEY; in aes_setkey()
97 ctx->cryptoKey = USER_KEY; in cmac_setkey()
93 aesCtx->cryptoKey = USER_KEY; in aes_setkey()
125 ctx->cryptoKey = USER_KEY; in cmac_setkey()