Home
last modified time | relevance | path

Searched refs:in_group_flags (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
Ds3_lib.c485 const uint8_t *in_group_flags; in ssl3_choose_cipher() local
492 in_group_flags = server_pref->in_group_flags; in ssl3_choose_cipher()
496 in_group_flags = NULL; in ssl3_choose_cipher()
519 if (in_group_flags != NULL && in_group_flags[i] == 1) { in ssl3_choose_cipher()
534 if (in_group_flags != NULL && in_group_flags[i] == 0 && group_min != -1) { in ssl3_choose_cipher()
Dssl_cipher.c1383 uint8_t *in_group_flags = NULL; in STACK_OF() local
1492 in_group_flags = OPENSSL_malloc(kCiphersLen); in STACK_OF()
1493 if (!in_group_flags) { in STACK_OF()
1504 in_group_flags[num_in_group_flags++] = curr->in_group; in STACK_OF()
1519 pref_list->in_group_flags = OPENSSL_malloc(num_in_group_flags); in STACK_OF()
1520 if (!pref_list->in_group_flags) { in STACK_OF()
1523 memcpy(pref_list->in_group_flags, in_group_flags, num_in_group_flags); in STACK_OF()
1524 OPENSSL_free(in_group_flags); in STACK_OF()
1525 in_group_flags = NULL; in STACK_OF()
1549 OPENSSL_free(in_group_flags); in STACK_OF()
[all …]
Dssl_test.cc297 if (!in_group && list->in_group_flags[i]) { in PrintCipherPreferenceList()
306 if (in_group && !list->in_group_flags[i]) { in PrintCipherPreferenceList()
330 t->expected[i].in_group_flag != ctx->cipher_list->in_group_flags[i]) { in TestCipherRule()
Dssl_lib.c969 OPENSSL_free(cipher_list->in_group_flags); in ssl_cipher_preference_list_free()
/external/boringssl/src/tool/
Dciphers.cc48 bool in_group = pref_list->in_group_flags[i]; in Ciphers()
/external/boringssl/src/include/openssl/
Dssl.h3463 uint8_t *in_group_flags; member