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

  /external/boringssl/src/ssl/
s3_lib.c 481 /* in_group_flags will either be NULL, or will point to an array of bytes
483 * comment about |in_group_flags| in the |ssl_cipher_preference_list_st|
485 const uint8_t *in_group_flags; local
492 in_group_flags = server_pref->in_group_flags;
496 in_group_flags = NULL;
519 if (in_group_flags != NULL && in_group_flags[i] == 1) {
534 if (in_group_flags != NULL && in_group_flags[i] == 0 && group_min != -1)
    [all...]
ssl_cipher.c 1383 uint8_t *in_group_flags = NULL; local
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 3463 uint8_t *in_group_flags; member in struct:ssl_cipher_preference_list_st
    [all...]

Completed in 163 milliseconds