Searched refs:pTlsLabel (Results 1 – 2 of 2) sorted by relevance
1715 pLabel = pService->pTlsLabel->masterSecret; in LacSymKey_KeyGenSslTls_GenCommon()1724 pLabel = pService->pTlsLabel->keyMaterial; in LacSymKey_KeyGenSslTls_GenCommon()1732 pLabel = pService->pTlsLabel->clientFinished; in LacSymKey_KeyGenSslTls_GenCommon()1739 pLabel = pService->pTlsLabel->serverFinished; in LacSymKey_KeyGenSslTls_GenCommon()2808 status = LAC_OS_CAMALLOC(&pService->pTlsLabel, in LacSymKey_Init()2824 LAC_OS_BZERO(pService->pTlsLabel, in LacSymKey_Init()2829 memcpy(pService->pTlsLabel->masterSecret, in LacSymKey_Init()2833 memcpy(pService->pTlsLabel->keyMaterial, in LacSymKey_Init()2837 memcpy(pService->pTlsLabel->clientFinished, in LacSymKey_Init()2841 memcpy(pService->pTlsLabel->serverFinished, in LacSymKey_Init()[all …]
136 lac_sym_key_tls_labels_t *pTlsLabel; member