Home
last modified time | relevance | path

Searched refs:userLabel (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_key.h149 CpaFlatBuffer userLabel; member
442 CpaFlatBuffer userLabel; member
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c1580 pLabel = pKeyGenSslOpData->userLabel.pData; in LacSymKey_KeyGenSslTls_GenCommon()
1582 pKeyGenSslOpData->userLabel.dataLenInBytes; in LacSymKey_KeyGenSslTls_GenCommon()
1708 pLabel = pKeyGenTlsOpData->userLabel.pData; in LacSymKey_KeyGenSslTls_GenCommon()
1710 pKeyGenTlsOpData->userLabel.dataLenInBytes; in LacSymKey_KeyGenSslTls_GenCommon()
2160 LAC_CHECK_NULL_PARAM(opData->userLabel.pData); in LacSymKey_CheckParamSslTls()
2162 if (opData->userLabel.dataLenInBytes > in LacSymKey_CheckParamSslTls()
2236 LAC_CHECK_NULL_PARAM(opData->userLabel.pData); in LacSymKey_CheckParamSslTls()
2238 if (opData->userLabel.dataLenInBytes > in LacSymKey_CheckParamSslTls()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp761 for (auto &userLabel : userLabels) in print() local
762 userLabel->print(OS, TRI); in print()
1825 for (auto &userLabel : userLabels) { in emitDebugValues() local
1826 LLVM_DEBUG(userLabel->print(dbgs(), TRI)); in emitDebugValues()
1827 userLabel->emitDebugLabel(*LIS, *TII, BBSkipInstsMap); in emitDebugValues()