Home
last modified time | relevance | path

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

/dports/security/matrixssl/Crypt-MatrixSSL3-3.3.0.1/matrixssl-3-3-open/matrixssl/
H A DmatrixsslApi.c118 if (rc == SSL_FULL) {
411 psAssert(rc != SSL_FULL); /* should not happen */
471 psAssert(rc != SSL_FULL); /* should not happen */
694 case SSL_FULL:
848 if (rc == SSL_FULL && newLen == 0) { in matrixSslHandshakeIsComplete()
941 if (rc == SSL_FULL && newLen == 0) { in sslSnapshotHSHash()
959 if (rc == SSL_FULL && newLen == 0) { in sslSnapshotHSHash()
H A DsslEncode.c105 if (rc == SSL_FULL) { in matrixSslEncode()
139 if (rc == SSL_FULL) { in matrixSslEncode()
320 return SSL_FULL; in sslEncodeResponse()
375 return SSL_FULL; in sslEncodeResponse()
440 return SSL_FULL; in sslEncodeResponse()
524 return SSL_FULL; in sslEncodeResponse()
662 return SSL_FULL; in writeRecordHeader()
1489 return SSL_FULL; in matrixSslEncodeClientHello()
1494 return SSL_FULL; in matrixSslEncodeClientHello()
H A DsslDecode.c799 if (rc == SSL_FULL) {
803 psAssert(rc != SSL_FULL);
811 return SSL_FULL;
H A Dmatrixssllib.h225 #define SSL_FULL -50 /* must call sslRead before decoding */ macro
/dports/net/ipsvd/net/ipsvd-1.0.0/src/
H A Dssl_io.c121 if (rc == SSL_FULL) { in finish()
172 if (rc == SSL_FULL) { in encode()
249 if (rc == SSL_FULL) { in decode()