Searched refs:UNKNOWN_SECURITY_LABEL (Results 1 – 3 of 3) sorted by relevance
79 constexpr int32_t UNKNOWN_SECURITY_LABEL = -1; variable
81 int32_t secLabel_ = UNKNOWN_SECURITY_LABEL; // source sec label
1030 …if (remoteSecLabel == UNKNOWN_SECURITY_LABEL || remoteSecLabel == NOT_SUPPORT_SEC_CLASSIFICATION) { in CheckRemoteRecvData()