Lines Matching defs:used
117 * mask of zero is used per the RFC 4346, 6.2.3.2 CBC Block
148 int used;
184 used = tlsv1_record_receive(&conn->rl, pos, end - pos,
186 if (used < 0) {
192 if (used == 0) {
228 pos += used;
270 * This function is used after TLS handshake has been completed successfully to
303 * This function is used after TLS handshake has been completed successfully to
311 int used;
342 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos,
344 if (used < 0) {
349 if (used == 0) {
378 pos += used;
396 pos += used;
427 * This function can be used to deinitialize the TLSv1 client that was
553 * Get the name of the currently used cipher.
663 * tlsv1_client_resumed - Was session resumption used
665 * Returns: 1 if current session used session resumption, 0 if not