Searched defs:session_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1837 crypto_session_data_t **session_table; local
1848 session_table = cm->cm_session_table;
1874 bcopy(session_table, new, current_allocation);
1875 kmem_free(session_table, current_allocation);
1891 crypto_session_data_t **session_table; local
1933 session_table = cm->cm_session_table;
1937 if (session_table[i] == NULL)
1989 crypto_session_data_t **session_table; local
1999 session_table = cm->cm_session_table;
2008 sp = session_table[session_inde
[all...]

Completed in 55 milliseconds