Home | History | Annotate | Download | only in tls

Lines Matching defs:used

139 	int used;
155 used = tlsv1_record_receive(&conn->rl, pos, end - pos,
157 if (used < 0) {
163 if (used == 0) {
185 pos += used;
222 * This function is used after TLS handshake has been completed successfully to
255 * This function is used after TLS handshake has been completed successfully to
263 int used;
275 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos,
277 if (used < 0) {
282 if (used == 0) {
301 pos += used;
337 pos += used;
359 * This function can be used to deinitialize the TLSv1 server that was
499 * Get the name of the currently used cipher.
602 * tlsv1_server_resumed - Was session resumption used
604 * Returns: 1 if current session used session resumption, 0 if not