OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenf
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_record_tls13.c
32
int lenu,
lenf
;
local
178
|| EVP_CipherFinal_ex(ctx, rec->data + lenu, &
lenf
) <= 0
179
|| (size_t)(lenu +
lenf
) != rec->length) {
/src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_record_tls13.c
32
int lenu,
lenf
;
local
149
/* TODO(size_t): lenu/
lenf
should be a size_t but EVP doesn't support it */
180
|| EVP_CipherFinal_ex(ctx, rec->data + lenu, &
lenf
) <= 0
181
|| (size_t)(lenu +
lenf
) != rec->length) {
/src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls13_meth.c
98
int lenu,
lenf
;
local
238
|| EVP_CipherFinal_ex(enc_ctx, rec->data + lenu, &
lenf
) <= 0
239
|| (size_t)(lenu +
lenf
) != rec->length) {
Completed in 16 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026