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

  /external/boringssl/src/ssl/
ssl_cipher.cc 1209 uint8_t *in_group_flags = NULL; local
    [all...]
handshake_server.cc 362 // in_group_flags will either be NULL, or will point to an array of bytes
364 // comment about |in_group_flags| in the |ssl_cipher_preference_list_st|
366 const uint8_t *in_group_flags; local
379 in_group_flags = server_pref->in_group_flags;
383 in_group_flags = NULL;
402 if (in_group_flags != NULL && in_group_flags[i] == 1) {
416 if (in_group_flags != NULL && in_group_flags[i] == 0 && group_min != -1)
    [all...]
ssl_lib.cc 281 OPENSSL_free(cipher_list->in_group_flags);
    [all...]
internal.h 1887 uint8_t *in_group_flags; member in struct:bssl::ssl_cipher_preference_list_st
    [all...]

Completed in 65 milliseconds