OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recvd_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_dtls.c
820
uint8_t
recvd_type
;
local
846
i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, &
recvd_type
, p,
853
if (
recvd_type
== SSL3_RT_CHANGE_CIPHER_SPEC) {
statem_lib.c
1557
uint8_t
recvd_type
;
local
1567
i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, &
recvd_type
,
1575
if (
recvd_type
== SSL3_RT_CHANGE_CIPHER_SPEC) {
1601
} else if (
recvd_type
!= SSL3_RT_HANDSHAKE) {
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_dtls.c
806
int i, ret,
recvd_type
;
local
827
i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &
recvd_type
, wire,
834
if (
recvd_type
== SSL3_RT_CHANGE_CIPHER_SPEC) {
statem_lib.c
1168
int skip_message, i,
recvd_type
;
local
1176
i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &
recvd_type
,
1184
if (
recvd_type
== SSL3_RT_CHANGE_CIPHER_SPEC) {
1210
} else if (
recvd_type
!= SSL3_RT_HANDSHAKE) {
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_dtls.c
741
int i, ret,
recvd_type
;
local
761
i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &
recvd_type
, wire,
768
if (
recvd_type
== SSL3_RT_CHANGE_CIPHER_SPEC) {
statem_lib.c
1152
int skip_message, i,
recvd_type
;
local
1160
i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &
recvd_type
,
1168
if (
recvd_type
== SSL3_RT_CHANGE_CIPHER_SPEC) {
1195
} else if (
recvd_type
!= SSL3_RT_HANDSHAKE) {
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026