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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 141 #define CIPHER_DEL 3
785 if (rule == CIPHER_DEL || rule == CIPHER_BUMP)
871 } else if (rule == CIPHER_DEL) {
876 * any future CIPHER_ADD (note that the CIPHER_DEL loop works
975 rule = CIPHER_DEL;
1471 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head,
1548 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 149 #define CIPHER_DEL 3
827 if (rule == CIPHER_DEL || rule == CIPHER_BUMP)
909 } else if (rule == CIPHER_DEL) {
914 * any future CIPHER_ADD (note that the CIPHER_DEL loop works
1015 rule = CIPHER_DEL;
1506 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head,
1583 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 182 #define CIPHER_DEL 3
791 if (rule == CIPHER_DEL || rule == CIPHER_BUMP)
873 } else if (rule == CIPHER_DEL) {
878 * any future CIPHER_ADD (note that the CIPHER_DEL loop works
977 rule = CIPHER_DEL;
1465 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head,
1543 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail);

Completed in 27 milliseconds