OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL3_ALIGN_PAYLOAD
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_buffer.c
50
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
51
align = (-SSL3_RT_HEADER_LENGTH) & (
SSL3_ALIGN_PAYLOAD
- 1);
99
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
100
align =
SSL3_ALIGN_PAYLOAD
- 1;
rec_layer_s3.c
218
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
220
align =
SSL3_ALIGN_PAYLOAD
- 1 - ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
795
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
798
* multiple of
SSL3_ALIGN_PAYLOAD
, so if we want to align the real
802
align =
SSL3_ALIGN_PAYLOAD
- 1 - ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
828
#if defined(
SSL3_ALIGN_PAYLOAD
) && SSL3_ALIGN_PAYLOAD !=
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_buffer.c
50
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
51
align = (-SSL3_RT_HEADER_LENGTH) & (
SSL3_ALIGN_PAYLOAD
- 1);
95
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
96
align =
SSL3_ALIGN_PAYLOAD
- 1;
rec_layer_s3.c
209
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
211
align =
SSL3_ALIGN_PAYLOAD
- 1 - ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
769
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!=0
772
* multiple of
SSL3_ALIGN_PAYLOAD
, so if we want to align the real
776
align =
SSL3_ALIGN_PAYLOAD
- 1 - ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
804
#if defined(
SSL3_ALIGN_PAYLOAD
) && SSL3_ALIGN_PAYLOAD !=
[
all
...]
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl3.h
143
#ifndef
SSL3_ALIGN_PAYLOAD
152
#define
SSL3_ALIGN_PAYLOAD
8
154
#if (
SSL3_ALIGN_PAYLOAD
& (
SSL3_ALIGN_PAYLOAD
- 1)) != 0
155
#error "insane
SSL3_ALIGN_PAYLOAD
"
156
#undef
SSL3_ALIGN_PAYLOAD
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl3.h
143
# ifndef
SSL3_ALIGN_PAYLOAD
152
# define
SSL3_ALIGN_PAYLOAD
8
154
# if (
SSL3_ALIGN_PAYLOAD
&(
SSL3_ALIGN_PAYLOAD
-1))!=0
155
# error "insane
SSL3_ALIGN_PAYLOAD
"
156
# undef
SSL3_ALIGN_PAYLOAD
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl3.h
137
# ifndef
SSL3_ALIGN_PAYLOAD
146
# define
SSL3_ALIGN_PAYLOAD
8
148
# if (
SSL3_ALIGN_PAYLOAD
&(
SSL3_ALIGN_PAYLOAD
-1))!=0
149
# error "insane
SSL3_ALIGN_PAYLOAD
"
150
# undef
SSL3_ALIGN_PAYLOAD
/src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls1_meth.c
574
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!= 0
576
#define MAX_PREFIX_LEN ((
SSL3_ALIGN_PAYLOAD
- 1) \
581
#define MAX_PREFIX_LEN ((
SSL3_ALIGN_PAYLOAD
- 1) \
647
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!= 0
649
align =
SSL3_ALIGN_PAYLOAD
- 1
650
- ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
tls_common.c
162
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!= 0
163
maxalign =
SSL3_ALIGN_PAYLOAD
- 1;
242
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!= 0
243
maxalign =
SSL3_ALIGN_PAYLOAD
- 1;
315
#if defined(
SSL3_ALIGN_PAYLOAD
) &&
SSL3_ALIGN_PAYLOAD
!= 0
317
align =
SSL3_ALIGN_PAYLOAD
- 1 - ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/ssl/
d1_lib.c
507
#if defined(
SSL3_ALIGN_PAYLOAD
)
508
# if
SSL3_ALIGN_PAYLOAD
!= 0
512
* for sensible values of
SSL3_ALIGN_PAYLOAD
because the difference between
516
align =
SSL3_ALIGN_PAYLOAD
- 1 - ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
/src/crypto/external/bsd/openssl.old/dist/ssl/
d1_lib.c
496
#if defined(
SSL3_ALIGN_PAYLOAD
)
497
# if
SSL3_ALIGN_PAYLOAD
!= 0
501
* for sensible values of
SSL3_ALIGN_PAYLOAD
because the difference between
505
align =
SSL3_ALIGN_PAYLOAD
- 1 - ((align - 1) %
SSL3_ALIGN_PAYLOAD
);
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026