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

  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc 109 Slice* mkey = const_cast<Slice*>(keys); local
111 mkey[i] = ExtractUserKey(keys[i]);
  /external/openssl/ssl/
ssl_ciph.c 697 static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl)
699 *mkey = 0;
706 *mkey |= SSL_kRSA;
712 *mkey |= SSL_kDHr|SSL_kDHd; /* no such ciphersuites supported! */
715 *mkey |= SSL_kDHr|SSL_kDHd|SSL_kEDH;
719 *mkey |= SSL_kKRB5;
726 *mkey |= SSL_kECDHe|SSL_kECDHr;
730 *mkey |= SSL_kPSK;
734 *mkey |= SSL_kSRP;
746 *mkey |= SSL_kGOST
    [all...]

Completed in 107 milliseconds