Searched refs:in_group_flags (Results 1 – 6 of 6) sorted by relevance
485 const uint8_t *in_group_flags; in ssl3_choose_cipher() local492 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()
1383 uint8_t *in_group_flags = NULL; in STACK_OF() local1492 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 …]
297 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()
969 OPENSSL_free(cipher_list->in_group_flags); in ssl_cipher_preference_list_free()
48 bool in_group = pref_list->in_group_flags[i]; in Ciphers()
3463 uint8_t *in_group_flags; member