Home
last modified time | relevance | path

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

/src/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c2114 Cpa32U maxSecretLen = 0; in LacSymKey_CheckParamSslTls() local
2139 maxSecretLen = ICP_QAT_FW_LA_SSL_SECRET_LEN_MAX; in LacSymKey_CheckParamSslTls()
2204 maxSecretLen = in LacSymKey_CheckParamSslTls()
2216 maxSecretLen = in LacSymKey_CheckParamSslTls()
2279 maxSecretLen = CPA_CY_HKDF_KEY_MAX_SECRET_SZ; in LacSymKey_CheckParamSslTls()
2308 maxSecretLen = in LacSymKey_CheckParamSslTls()
2345 maxSecretLen = cipherSuiteHKDFHashSizes in LacSymKey_CheckParamSslTls()
2402 if (uSecretLen > maxSecretLen) { in LacSymKey_CheckParamSslTls()