Lines Matching defs:table
70 /* NB: make sure indices in this table matches values above */
116 /* Utility function for table lookup */
117 static int ssl_cipher_info_find(const ssl_cipher_table * table,
121 for (i = 0; i < table_cnt; i++, table++) {
122 if (table->mask == mask)
128 #define ssl_cipher_info_lookup(table, x) \
129 ssl_cipher_info_find(table, OSSL_NELEM(table), x)
774 * Now we add the available ones from the cipher_aliases[] table.
1590 * we would be happy with just the cipher_aliases table).