Searched defs:auth_forward (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bio/
H A Dbss_dgram.c876 int auth_data = 0, auth_forward = 0; local
915 if (*p == OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE) auth_forward = 1;
921 OPENSSL_assert(auth_forward);
1190 int ii, auth_data = 0, auth_forward = 0; local
1205 if (*p == OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE) auth_forward = 1;
1210 if (!auth_data || !auth_forward)

Completed in 175 milliseconds