OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlen
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/puffs/mount_psshfs/
psbuf.c
492
psbuf_expect_handle(struct puffs_framebuf *pb, char **hand, uint32_t *
handlen
)
496
FAILRV(psbuf_get_str(pb, hand,
handlen
));
/src/crypto/external/apache2/openssl/dist/ssl/
tls13_enc.c
518
long
handlen
;
local
528
handlen
= BIO_get_mem_data(s->s3.handshake_buffer, &hdata);
529
if (
handlen
<= 0) {
584
|| !EVP_DigestUpdate(mdctx, hdata,
handlen
)
/src/crypto/external/bsd/openssl/dist/ssl/
tls13_enc.c
479
long
handlen
;
local
489
handlen
= BIO_get_mem_data(s->s3.handshake_buffer, &hdata);
490
if (
handlen
<= 0) {
540
|| !EVP_DigestUpdate(mdctx, hdata,
handlen
)
/src/crypto/external/bsd/openssl.old/dist/ssl/
tls13_enc.c
511
long
handlen
;
local
521
handlen
= BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
522
if (
handlen
<= 0) {
567
|| !EVP_DigestUpdate(mdctx, hdata,
handlen
)
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026