Searched refs:kmf_get_file_format (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libkmf/include/ |
H A D | kmfapi.h | 286 extern KMF_RETURN kmf_get_file_format(char *, KMF_ENCODE_FORMAT *);
|
/titanic_50/usr/src/lib/libkmf/libkmf/common/ |
H A D | mapfile-vers | 318 kmf_get_file_format;
|
H A D | generalop.c | 990 kmf_get_file_format(char *filename, KMF_ENCODE_FORMAT *fmt) in kmf_get_file_format() function
|
/titanic_50/usr/src/cmd/cmd-crypto/pktool/ |
H A D | signcsr.c | 55 rv = kmf_get_file_format(csrfile, &csrfmt); in read_csrdata()
|
H A D | import.c | 962 if ((rv = kmf_get_file_format(filename, &kfmt)) != KMF_OK) { in pk_import()
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 595 rv = kmf_get_file_format(pathname, &format); in load_X509cert() 676 rv = kmf_get_file_format(pathname, &format); in load_certs() 968 if (kmf_get_file_format((char *)file, &format) != KMF_OK) in openssl_load_key() 2849 rv = kmf_get_file_format(path, &fmt); in fetch_key() 4386 rv = kmf_get_file_format(filename, &format); in openssl_import_objects() 5468 ret = kmf_get_file_format(crlname, &crl_format); in OpenSSL_VerifyCRLFile()
|