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

  /src/sys/opencrypto/
cryptosoft_xform.c 583 u_int8_t** key_tables = (u_int8_t**) *sched; local in function:skipjack_setkey
584 u_int8_t* table = (u_int8_t*) &key_tables[10];
588 key_tables[k] = table;
cryptosoft_xform.c 583 u_int8_t** key_tables = (u_int8_t**) *sched; local in function:skipjack_setkey
584 u_int8_t* table = (u_int8_t*) &key_tables[10];
588 key_tables[k] = table;
cryptosoft_xform.c 583 u_int8_t** key_tables = (u_int8_t**) *sched; local in function:skipjack_setkey
584 u_int8_t* table = (u_int8_t*) &key_tables[10];
588 key_tables[k] = table;

Completed in 31 milliseconds