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:ticket_age
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
ssl_ticket.c
505
mbedtls_ms_time_t ticket_creation_time,
ticket_age
;
in mbedtls_ssl_ticket_parse()
local
515
ticket_age
= mbedtls_ms_time() - ticket_creation_time;
in mbedtls_ssl_ticket_parse()
516
if (
ticket_age
< 0 ||
ticket_age
> ticket_lifetime) {
in mbedtls_ssl_ticket_parse()
/third_party/node/deps/openssl/openssl/ssl/statem/
H
A
D
extensions_srvr.c
1097
uint32_t
ticket_age
= 0, agesec, agems;
in tls_parse_ctos_psk()
local
1136
ticket_age
= (uint32_t)ticket_agel;
in tls_parse_ctos_psk()
1139
ticket_age
-= sess->ext.tick_age_add;
in tls_parse_ctos_psk()
1152
&&
ticket_age
<= agems + 1000
in tls_parse_ctos_psk()
1153
&&
ticket_age
+ TICKET_AGE_ALLOWANCE >= agems + 1000) {
in tls_parse_ctos_psk()
/third_party/openssl/ssl/statem/
H
A
D
extensions_srvr.c
1097
uint32_t
ticket_age
= 0, agesec, agems;
in tls_parse_ctos_psk()
local
1136
ticket_age
= (uint32_t)ticket_agel;
in tls_parse_ctos_psk()
1139
ticket_age
-= sess->ext.tick_age_add;
in tls_parse_ctos_psk()
1152
&&
ticket_age
<= agems + 1000
in tls_parse_ctos_psk()
1153
&&
ticket_age
+ TICKET_AGE_ALLOWANCE >= agems + 1000) {
in tls_parse_ctos_psk()
Completed in 8 milliseconds