Home
last modified time | relevance | path

Searched refs:pTlsHKDFSubLabel (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.c1967 subLabelsPhysAddr = pService->pTlsHKDFSubLabel in LacSymKey_KeyGenSslTls_GenCommon()
1972 pService->pTlsHKDFSubLabel in LacSymKey_KeyGenSslTls_GenCommon()
1976 subLabelsPhysAddr = pService->pTlsHKDFSubLabel in LacSymKey_KeyGenSslTls_GenCommon()
2819 LAC_OS_CAMALLOC(&pService->pTlsHKDFSubLabel, in LacSymKey_Init()
2847 LAC_OS_BZERO(pService->pTlsHKDFSubLabel, in LacSymKey_Init()
2939 pService->pTlsHKDFSubLabel->sublabelPhysAddr256 = in LacSymKey_Init()
2941 &pService->pTlsHKDFSubLabel->keySublabel256); in LacSymKey_Init()
2942 pService->pTlsHKDFSubLabel->sublabelPhysAddr384 = in LacSymKey_Init()
2944 &pService->pTlsHKDFSubLabel->keySublabel384); in LacSymKey_Init()
2987 LAC_OS_CAFREE(pService->pTlsHKDFSubLabel); in LacSymKey_Init()
[all …]
/freebsd-14.2/sys/dev/qat/qat_api/common/include/
H A Dlac_sal_types_crypto.h142 lac_sym_key_tls_hkdf_sub_labels_t *pTlsHKDFSubLabel; member