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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c45 /* protects the the soft_config_list. */
57 kcf_soft_conf_entry_t *soft_config_list; variable
64 #define KCF_MAX_CONFIG_ENTRIES 512 /* maximum entries in soft_config_list */
83 * Initialize a mutex and populate soft_config_list with default entries
96 * This provides initial default values to soft_config_list.
183 * Initialize soft_config_list with default providers.
213 * Dump soft_config_list, containing a list of kernel software providers
224 printf("Soft provider config list soft_config_list: %s\n",
227 for (p = soft_config_list; p != NULL; p = p->ce_next) {
237 printf("(end of soft_config_list)\
[all...]

Completed in 46 milliseconds