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_CC_WRITE
(Results
1 - 15
of
15
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl3.h
343
#define
SSL3_CC_WRITE
0x002
349
#define SSL3_CHANGE_CIPHER_CLIENT_WRITE (SSL3_CC_CLIENT |
SSL3_CC_WRITE
)
352
#define SSL3_CHANGE_CIPHER_SERVER_WRITE (SSL3_CC_SERVER |
SSL3_CC_WRITE
)
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl3.h
333
# define
SSL3_CC_WRITE
0x002
339
# define SSL3_CHANGE_CIPHER_CLIENT_WRITE (SSL3_CC_CLIENT|
SSL3_CC_WRITE
)
342
# define SSL3_CHANGE_CIPHER_SERVER_WRITE (SSL3_CC_SERVER|
SSL3_CC_WRITE
)
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl3.h
328
# define
SSL3_CC_WRITE
0x002
334
# define SSL3_CHANGE_CIPHER_CLIENT_WRITE (SSL3_CC_CLIENT|
SSL3_CC_WRITE
)
337
# define SSL3_CHANGE_CIPHER_SERVER_WRITE (SSL3_CC_SERVER|
SSL3_CC_WRITE
)
/src/crypto/external/bsd/openssl/dist/ssl/
t1_enc.c
395
if (!EVP_CipherInit_ex(dd, c, NULL, key, NULL, (which &
SSL3_CC_WRITE
))
408
if (!EVP_CipherInit_ex(dd, c, NULL, NULL, NULL, (which &
SSL3_CC_WRITE
))
417
if (!EVP_CipherInit_ex(dd, c, NULL, key, iv, (which &
SSL3_CC_WRITE
))) {
453
if (which &
SSL3_CC_WRITE
)
464
if (which &
SSL3_CC_WRITE
) {
470
if ((BIO_get_ktls_send(s->wbio) && (which &
SSL3_CC_WRITE
)) ||
476
if (which &
SSL3_CC_WRITE
)
506
if (BIO_set_ktls(bio, &crypto_info, which &
SSL3_CC_WRITE
)) {
507
if (which &
SSL3_CC_WRITE
)
tls13_enc.c
475
if (((which & SSL3_CC_CLIENT) && (which &
SSL3_CC_WRITE
))
650
if (!derive_secret_key_and_iv(s, which &
SSL3_CC_WRITE
, md, cipher,
695
if (!(which &
SSL3_CC_WRITE
)
730
if (BIO_set_ktls(bio, &crypto_info, which &
SSL3_CC_WRITE
))
s3_enc.c
223
if (!EVP_CipherInit_ex(dd, c, NULL, key, iv, (which &
SSL3_CC_WRITE
))) {
/src/crypto/external/bsd/openssl.old/dist/ssl/
t1_enc.c
277
if (!EVP_CipherInit_ex(dd, c, NULL, key, NULL, (which &
SSL3_CC_WRITE
))
291
if (!EVP_CipherInit_ex(dd, c, NULL, NULL, NULL, (which &
SSL3_CC_WRITE
))
301
if (!EVP_CipherInit_ex(dd, c, NULL, key, iv, (which &
SSL3_CC_WRITE
))) {
tls13_enc.c
507
if (((which & SSL3_CC_CLIENT) && (which &
SSL3_CC_WRITE
))
675
if (!derive_secret_key_and_iv(s, which &
SSL3_CC_WRITE
, md, cipher,
s3_enc.c
233
if (!EVP_CipherInit_ex(dd, c, NULL, key, iv, (which &
SSL3_CC_WRITE
))) {
/src/crypto/external/apache2/openssl/dist/ssl/
tls13_enc.c
514
if (((which & SSL3_CC_CLIENT) && (which &
SSL3_CC_WRITE
))
734
if ((which &
SSL3_CC_WRITE
) != 0) {
/src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c
1398
epoch = dtls1_get_epoch(s,
SSL3_CC_WRITE
); /* new epoch */
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c
831
dtls1_reset_seq_numbers(s,
SSL3_CC_WRITE
);
statem_srvr.c
936
dtls1_reset_seq_numbers(s,
SSL3_CC_WRITE
);
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_clnt.c
828
dtls1_reset_seq_numbers(s,
SSL3_CC_WRITE
);
statem_srvr.c
935
dtls1_reset_seq_numbers(s,
SSL3_CC_WRITE
);
Completed in 40 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026