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

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 5644 PACKET sslv2ciphers = *cipher_suites; local
5662 PACKET_remaining(&sslv2ciphers) > 0;
5664 if (!PACKET_get_1(&sslv2ciphers, &leadbyte)
5666 && !PACKET_copy_bytes(&sslv2ciphers, raw,
5669 && !PACKET_forward(&sslv2ciphers, TLS_CIPHER_LEN))) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 5383 PACKET sslv2ciphers = *cipher_suites; local
5402 PACKET_remaining(&sslv2ciphers) > 0;
5404 if (!PACKET_get_1(&sslv2ciphers, &leadbyte)
5406 && !PACKET_copy_bytes(&sslv2ciphers, raw,
5409 && !PACKET_forward(&sslv2ciphers, TLS_CIPHER_LEN))) {
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 7065 PACKET sslv2ciphers = *cipher_suites; local
7083 PACKET_remaining(&sslv2ciphers) > 0;
7085 if (!PACKET_get_1(&sslv2ciphers, &leadbyte)
7087 && !PACKET_copy_bytes(&sslv2ciphers, raw,
7090 && !PACKET_forward(&sslv2ciphers, TLS_CIPHER_LEN))) {

Completed in 23 milliseconds