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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.h65 #define FILE_URI_PREFIX "file://" macro
H A De_pk11_pub.c1208 if (strncmp(keyid, FILE_URI_PREFIX, strlen(FILE_URI_PREFIX)) == 0) {
1210 filename = keyid + strlen(FILE_URI_PREFIX);

Completed in 20 milliseconds