OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:signed_len
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/common/
dpp_crypto.c
728
size_t prot_hdr_len = 0, signature_len = 0,
signed_len
;
local
816
signed_len
= signed_end - signed_start + 1;
818
res = sha256_vector(1, (const u8 **) &signed_start, &
signed_len
,
821
res = sha384_vector(1, (const u8 **) &signed_start, &
signed_len
,
824
res = sha512_vector(1, (const u8 **) &signed_start, &
signed_len
,
dpp_crypto.c
728
size_t prot_hdr_len = 0, signature_len = 0,
signed_len
;
local
816
signed_len
= signed_end - signed_start + 1;
818
res = sha256_vector(1, (const u8 **) &signed_start, &
signed_len
,
821
res = sha384_vector(1, (const u8 **) &signed_start, &
signed_len
,
824
res = sha512_vector(1, (const u8 **) &signed_start, &
signed_len
,
/src/crypto/external/bsd/openssh/dist/
sshkey.c
1825
size_t
signed_len
= 0, slen = 0, kidlen = 0;
local
1849
signed_len
= sshbuf_len(key->cert->certblob) - sshbuf_len(b);
1928
sshbuf_ptr(key->cert->certblob),
signed_len
, NULL, 0, NULL)) != 0)
sshkey.c
1825
size_t
signed_len
= 0, slen = 0, kidlen = 0;
local
1849
signed_len
= sshbuf_len(key->cert->certblob) - sshbuf_len(b);
1928
sshbuf_ptr(key->cert->certblob),
signed_len
, NULL, 0, NULL)) != 0)
Completed in 64 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026