HomeSort by: relevance | last modified time | path
    Searched refs:PEER_SUCCESS (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c 729 PEER_SUCCESS,
791 peer->status = PEER_SUCCESS;
872 peer->status = PEER_SUCCESS;
881 if (peer->status == PEER_SUCCESS) {
958 * If status is PEER_SUCCESS then we are the server and we have
963 peer->status = PEER_SUCCESS;
964 else if (peer->status == PEER_SUCCESS)
974 peer->status = PEER_SUCCESS;
986 * PEER_SUCCESS
988 if (peer->status != PEER_SUCCESS)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c 718 PEER_SUCCESS,
780 peer->status = PEER_SUCCESS;
862 peer->status = PEER_SUCCESS;
871 if (peer->status == PEER_SUCCESS) {
948 * If status is PEER_SUCCESS then we are the server and we have
953 peer->status = PEER_SUCCESS;
954 else if (peer->status == PEER_SUCCESS)
964 peer->status = PEER_SUCCESS;
976 * PEER_SUCCESS
978 if (peer->status != PEER_SUCCESS)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.c 740 PEER_SUCCESS,
802 peer->status = PEER_SUCCESS;
882 peer->status = PEER_SUCCESS;
891 if (peer->status == PEER_SUCCESS) {
960 * If status is PEER_SUCCESS then we are the server and we have
965 peer->status = PEER_SUCCESS;
966 else if (peer->status == PEER_SUCCESS)
976 peer->status = PEER_SUCCESS;
988 * PEER_SUCCESS
990 if (peer->status != PEER_SUCCESS)
    [all...]

Completed in 27 milliseconds