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

  /external/boringssl/src/ssl/
ssl_cipher.cc 856 // - If |cipher_id| is non-zero, only that cipher is selected.
862 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth,
870 if (cipher_id == 0 && strength_bits == -1 && min_version == 0 &&
908 if (cipher_id != 0) {
909 if (cipher_id != cp->id) {
1032 uint32_t cipher_id; local
1099 cipher_id = 0;
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 1585 unsigned long cipher_id; local
    [all...]

Completed in 77 milliseconds