Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-sspi.c715 SECURITY_STATUS scRet; /* SSPI status */ in _httpTLSRead() local
788 scRet = DecryptMessage(&sspi->context, &message, 0, NULL); in _httpTLSRead()
790 if (scRet == SEC_E_INCOMPLETE_MESSAGE) in _httpTLSRead()
809 while (scRet == SEC_E_INCOMPLETE_MESSAGE); in _httpTLSRead()
811 if (scRet == SEC_I_CONTEXT_EXPIRED) in _httpTLSRead()
817 else if (scRet != SEC_E_OK) in _httpTLSRead()
819 …TLSRead: DecryptMessage failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), scRet))); in _httpTLSRead()
1155 SECURITY_STATUS scRet; /* SSPI status */ in _httpTLSWrite() local
1186 scRet = EncryptMessage(&sspi->context, 0, &message, 0); in _httpTLSWrite()
1188 if (FAILED(scRet)) in _httpTLSWrite()
[all …]