Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c1558 Cpa8U *pLabel = NULL; in LacSymKey_KeyGenSslTls_GenCommon() local
1573 pLabel = pKeyGenSslOpData->userLabel.pData; in LacSymKey_KeyGenSslTls_GenCommon()
1577 pService->generic_service_info, pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
1586 pLabel = pService->pSslLabel; in LacSymKey_KeyGenSslTls_GenCommon()
1595 LAC_OS_VIRT_TO_PHYS_INTERNAL(pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
1628 Cpa8U *pLabel = NULL; in LacSymKey_KeyGenSslTls_GenCommon() local
1701 pLabel = pKeyGenTlsOpData->userLabel.pData; in LacSymKey_KeyGenSslTls_GenCommon()
1705 pService->generic_service_info, pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
1715 pLabel = pService->pTlsLabel->masterSecret; in LacSymKey_KeyGenSslTls_GenCommon()
1721 LAC_OS_VIRT_TO_PHYS_INTERNAL(pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1106 CK_UTF8CHAR_PTR pLabel) in C_InitToken() argument