Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c1565 Cpa8U *pLabel = NULL; in LacSymKey_KeyGenSslTls_GenCommon() local
1580 pLabel = pKeyGenSslOpData->userLabel.pData; in LacSymKey_KeyGenSslTls_GenCommon()
1593 pLabel = pService->pSslLabel; in LacSymKey_KeyGenSslTls_GenCommon()
1602 LAC_OS_VIRT_TO_PHYS_INTERNAL(pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
1635 Cpa8U *pLabel = NULL; in LacSymKey_KeyGenSslTls_GenCommon() local
1708 pLabel = pKeyGenTlsOpData->userLabel.pData; in LacSymKey_KeyGenSslTls_GenCommon()
1728 LAC_OS_VIRT_TO_PHYS_INTERNAL(pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
1731 pLabel = pService->pTlsLabel->keyMaterial; in LacSymKey_KeyGenSslTls_GenCommon()
1736 LAC_OS_VIRT_TO_PHYS_INTERNAL(pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
1744 LAC_OS_VIRT_TO_PHYS_INTERNAL(pLabel); in LacSymKey_KeyGenSslTls_GenCommon()
[all …]
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1106 CK_UTF8CHAR_PTR pLabel) in C_InitToken() argument