Home
last modified time | relevance | path

Searched refs:KMF_ERR_BAD_URI (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c591 ret = KMF_ERR_BAD_URI; in download_file()
597 ret = KMF_ERR_BAD_URI; /* we support http only */ in download_file()
604 ret = KMF_ERR_BAD_URI; in download_file()
617 ret = KMF_ERR_BAD_URI; in download_file()
912 ret = KMF_ERR_BAD_URI; in kmf_get_ocsp_for_cert()
917 ret = KMF_ERR_BAD_URI; /* we support http only */ in kmf_get_ocsp_for_cert()
923 ret = KMF_ERR_BAD_URI; in kmf_get_ocsp_for_cert()
H A Dgeneralop.c121 {KMF_ERR_BAD_URI, "KMF_ERR_BAD_URI"},
1918 ret = KMF_ERR_BAD_URI; in verify_uri_format()
1923 ret = KMF_ERR_BAD_URI; in verify_uri_format()
1928 ret = KMF_ERR_BAD_URI; in verify_uri_format()
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddownload.c178 case KMF_ERR_BAD_URI: in pk_download()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h331 KMF_ERR_BAD_URI = 0x45, enumerator