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

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 37 {SSL_RC2, NID_rc2_cbc}, /* SSL_ENC_RC2_IDX 3 */
228 {0, SSL_TXT_RC2, NULL, 0, 0, 0, SSL_RC2},
1797 case SSL_RC2:
ssl_local.h 220 # define SSL_RC2 0x00000008U
249 # define SSL_CBC (SSL_DES | SSL_3DES | SSL_RC2 | SSL_IDEA \
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 60 {SSL_RC2, NID_rc2_cbc}, /* SSL_ENC_RC2_IDX 3 */
260 {0, SSL_TXT_RC2, NULL, 0, 0, 0, SSL_RC2},
1739 case SSL_RC2:
ssl_local.h 214 # define SSL_RC2 0x00000008U
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 39 { SSL_RC2, NID_rc2_cbc }, /* SSL_ENC_RC2_IDX 3 */
220 { 0, SSL_TXT_RC2, NULL, 0, 0, 0, SSL_RC2 },
1766 case SSL_RC2:
ssl_local.h 133 #define SSL_RC2 0x00000008U
162 #define SSL_CBC (SSL_DES | SSL_3DES | SSL_RC2 | SSL_IDEA \

Completed in 27 milliseconds