Home | History | Annotate | Download | only in ssl

Lines Matching defs:out

34  *    The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
711 /* Write out an equivalent SSLv3 ClientHello. */
1168 CBB out, ocsp_response;
1171 CBB_zero(&out);
1172 if (!CBB_init_fixed(&out, ssl_handshake_start(ssl),
1174 !CBB_add_u8(&out, TLSEXT_STATUSTYPE_ocsp) ||
1175 !CBB_add_u24_length_prefixed(&out, &ocsp_response) ||
1178 !CBB_finish(&out, NULL, &length) ||
1181 CBB_cleanup(&out);
1760 /* Filter out unsupported certificate types. */
2104 /* Now write out lengths: p points to end of data written */