HomeSort by relevance Sort by last modified time
    Searched refs:cipher_aliases (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 226 static const SSL_CIPHER cipher_aliases[]={ variable
921 * Now we add the available ones from the cipher_aliases[] table.
928 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
929 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth;
930 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc;
931 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac;
932 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
954 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 226 static const SSL_CIPHER cipher_aliases[]={ variable
880 * Now we add the available ones from the cipher_aliases[] table.
887 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
888 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth;
889 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc;
890 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac;
891 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
913 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
    [all...]

Completed in 262 milliseconds