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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 157 static const SSL_CIPHER cipher_aliases[] = { variable
731 * Now we add the available ones from the cipher_aliases[] table.
737 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
738 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth;
739 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc;
740 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac;
758 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1555 * groups of cipher_aliases added together in one list (otherwise
1556 * we would be happy with just the cipher_aliases table).
1558 num_of_group_aliases = OSSL_NELEM(cipher_aliases);
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 165 static const SSL_CIPHER cipher_aliases[] = { variable
775 * Now we add the available ones from the cipher_aliases[] table.
781 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
782 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth;
783 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc;
784 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac;
802 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1590 * groups of cipher_aliases added together in one list (otherwise
1591 * we would be happy with just the cipher_aliases table).
1593 num_of_group_aliases = OSSL_NELEM(cipher_aliases);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 198 static const SSL_CIPHER cipher_aliases[] = { variable
739 * Now we add the available ones from the cipher_aliases[] table.
745 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
746 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth;
747 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc;
748 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac;
766 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1550 * groups of cipher_aliases added together in one list (otherwise
1551 * we would be happy with just the cipher_aliases table).
1553 num_of_group_aliases = OSSL_NELEM(cipher_aliases);
    [all...]

Completed in 26 milliseconds