Searched refs:pTlsLabel (Results 1 – 2 of 2) sorted by relevance
1722 pLabel = pService->pTlsLabel->masterSecret; in LacSymKey_KeyGenSslTls_GenCommon()1731 pLabel = pService->pTlsLabel->keyMaterial; in LacSymKey_KeyGenSslTls_GenCommon()1739 pLabel = pService->pTlsLabel->clientFinished; in LacSymKey_KeyGenSslTls_GenCommon()1746 pLabel = pService->pTlsLabel->serverFinished; in LacSymKey_KeyGenSslTls_GenCommon()2810 status = LAC_OS_CAMALLOC(&pService->pTlsLabel, in LacSymKey_Init()2826 LAC_OS_BZERO(pService->pTlsLabel, in LacSymKey_Init()2831 memcpy(pService->pTlsLabel->masterSecret, in LacSymKey_Init()2835 memcpy(pService->pTlsLabel->keyMaterial, in LacSymKey_Init()2839 memcpy(pService->pTlsLabel->clientFinished, in LacSymKey_Init()2843 memcpy(pService->pTlsLabel->serverFinished, in LacSymKey_Init()[all …]
136 lac_sym_key_tls_labels_t *pTlsLabel; member