Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:renegotiating
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
ssl_client.c
382
int
renegotiating
= 0;
in ssl_write_client_hello_cipher_suites()
local
384
renegotiating
= (ssl->renego_status != MBEDTLS_SSL_INITIAL_HANDSHAKE);
in ssl_write_client_hello_cipher_suites()
386
if (!
renegotiating
) {
in ssl_write_client_hello_cipher_suites()
830
int
renegotiating
= 0;
in ssl_prepare_client_hello()
local
833
renegotiating
= 1;
in ssl_prepare_client_hello()
836
if (!
renegotiating
) {
in ssl_prepare_client_hello()
H
A
D
ssl_tls12_server.c
495
MBEDTLS_SSL_DEBUG_MSG(3, ("ticket rejected:
renegotiating
"));
in ssl_parse_session_ticket_ext()
913
int
renegotiating
;
in ssl_parse_client_hello()
local
919
* If
renegotiating
, then the input was read with mbedtls_ssl_read_record(),
in ssl_parse_client_hello()
926
renegotiating
= 0;
in ssl_parse_client_hello()
928
renegotiating
= (ssl->renego_status != MBEDTLS_SSL_INITIAL_HANDSHAKE);
in ssl_parse_client_hello()
930
if (!
renegotiating
&& !ssl->keep_current_message) {
in ssl_parse_client_hello()
/third_party/node/test/parallel/
H
A
D
test-tls-server-verify.js
262
// If
renegotiating
- session might be resumed and openssl won't request
282
console.error(`${prefix}- connected,
renegotiating
`);
Completed in 12 milliseconds