Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c593 ret = KMF_ERR_BAD_URI; in download_file()
599 ret = KMF_ERR_BAD_URI; /* we support http only */ in download_file()
606 ret = KMF_ERR_BAD_URI; in download_file()
619 ret = KMF_ERR_BAD_URI; in download_file()
914 ret = KMF_ERR_BAD_URI; in kmf_get_ocsp_for_cert()
919 ret = KMF_ERR_BAD_URI; /* we support http only */ in kmf_get_ocsp_for_cert()
925 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()
/titanic_50/usr/src/cmd/cmd-crypto/pktool/
H A Ddownload.c178 case KMF_ERR_BAD_URI: in pk_download()
/titanic_50/usr/src/lib/libkmf/include/
H A Dkmftypes.h331 KMF_ERR_BAD_URI = 0x45, enumerator