HomeSort by: relevance | last modified time | path
    Searched refs:key_tables (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/crypto/skipjack/
skipjack.h 19 extern void subkey_table_gen(const u_int8_t *key, u_int8_t **key_tables);
skipjack.c 73 subkey_table_gen (const u_int8_t *key, u_int8_t **key_tables)
79 u_int8_t * table = key_tables[k];
134 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables)
141 u_int8_t * k0 = key_tables [0];
142 u_int8_t * k1 = key_tables [1];
143 u_int8_t * k2 = key_tables [2];
144 u_int8_t * k3 = key_tables [3];
145 u_int8_t * k4 = key_tables [4];
146 u_int8_t * k5 = key_tables [5];
147 u_int8_t * k6 = key_tables [6]
    [all...]
  /src/external/bsd/tmux/dist/
key-bindings.c 75 RB_GENERATE_STATIC(key_tables, key_table, entry, key_table_cmp);
76 static struct key_tables key_tables = RB_INITIALIZER(&key_tables); variable in typeref:struct:key_tables
108 table = RB_FIND(key_tables, &key_tables, &table_find);
117 table->references = 1; /* one reference in key_tables */
118 RB_INSERT(key_tables, &key_tables, table);
126 return (RB_MIN(key_tables, &key_tables))
    [all...]
tmux.h 2146 RB_HEAD(key_tables, key_table);
  /src/sys/opencrypto/
cryptosoft_xform.c 583 uint8_t** key_tables = (uint8_t**) *sched;
584 uint8_t* table = (uint8_t*) &key_tables[10];
588 key_tables[k] = table;

Completed in 29 milliseconds