OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashkey_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_ssl.h
35
size_t
hashkey_len
;
member in struct:quic_token_st
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c
4729
return (unsigned long)ossl_fnv1a_hash(item->hashkey, item->
hashkey_len
);
4734
if (a->
hashkey_len
!= b->
hashkey_len
)
4736
return memcmp(a->hashkey, b->hashkey, a->
hashkey_len
);
4805
* |
hashkey_len
| | | QUIC_TOKEN
4826
size_t
hashkey_len
= 0;
local
4842
hashkey_len
+= sizeof(int); /* hashkey(family) */
4843
hashkey_len
+= sizeof(unsigned short); /* hashkey(port) */
4844
hashkey_len
+= addr_len; /* hashkey(address) */
4846
new_token = OPENSSL_zalloc(sizeof(QUIC_TOKEN) +
hashkey_len
+ token_len)
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026