Searched refs:pkey_in (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c226 EVP_PKEY *pkey_in = NULL; local
231 if (read_files(&ta_in, &xcert_in, &pkey_in) < 0)
296 if (xcert_in != NULL && pkey_in != NULL) {
297 if (sunw_check_keys(xcert_in, pkey_in) == 0) {
303 return (write_files(ta_in, xcert_in, pkey_in));

Completed in 87 milliseconds