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

  /external/chromium_org/third_party/boringssl/src/ssl/
s3_lib.c 1791 const unsigned char *in_group_flags; local
    [all...]
ssl_ciph.c 1014 unsigned char *in_group_flags = NULL; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 764 * |in_group_flags|. (That is, sk_SSL_CIPHER_num(ciphers) is the number of
765 * bytes in |in_group_flags|.) The bytes in |in_group_flags| are either 1, to
769 * For example, if |in_group_flags| contains all zeros then that indicates a
786 uint8_t *in_group_flags; member in struct:ssl_cipher_preference_list_st
    [all...]

Completed in 2222 milliseconds