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

  /external/boringssl/src/ssl/
ssl_cipher.cc 862 * - If |cipher_id| is non-zero, only that cipher is selected.
868 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth,
876 if (cipher_id == 0 && strength_bits == -1 && min_version == 0 &&
914 if (cipher_id != 0) {
915 if (cipher_id != cp->id) {
1040 uint32_t cipher_id; local
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]

Completed in 540 milliseconds