Searched refs:get_kcfconf_info (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | cryptoadm.h | 113 extern int get_kcfconf_info(entrylist_t **, entrylist_t **);
|
H A D | adm_kef_util.c | 700 get_kcfconf_info(entrylist_t **ppdevlist, entrylist_t **ppsoftlist) function 813 if (get_kcfconf_info(&phardlist, &psoftlist) != SUCCESS) { 878 * Parameters phardlist and psoftlist are supplied by get_kcfconf_info(). 879 * If NULL, this function calls get_kcfconf_info() internally. 888 if (get_kcfconf_info(&phardlist, &psoftlist) != SUCCESS) {
|
H A D | cryptoadm.c | 1299 if (get_kcfconf_info(&pdevlist_conf, &psoftlist_conf) 1445 if (get_kcfconf_info(&pdevlist_conf, &psoftlist_conf) 1662 if (get_kcfconf_info(&pdevlist_conf, &psoftlist_conf) == FAILURE) {
|
H A D | adm_kef.c | 49 * then get_kcfconf_info() via get_soft_info() internally. 120 * If NULL, this function obtains it by calling get_kcfconf_info() 173 * If NULL, this function obtains it by calling get_kcfconf_info() via 418 if (get_kcfconf_info(&phardlist, &psoftlist) == FAILURE) { 1067 if (get_kcfconf_info(&pdevlist, &psoftlist) == FAILURE) {
|
Completed in 51 milliseconds