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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h126 /* Return codes for pkcs11_parse_uri() */
184 * the pkcs11_parse_uri() function does not interpret this field in any
246 extern int pkcs11_parse_uri(const char *str, pkcs11_uri_t *uri);
H A Dpkcs11_uri.c173 pkcs11_parse_uri(const char *str, pkcs11_uri_t *uri) function
332 * itself. The caller needs to call this function only if pkcs11_parse_uri()
335 * pkcs11_parse_uri() and we check for NULLs here.
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c124 if (pkcs11_parse_uri(s, &pk11uri) != PK11_URI_OK)
621 if (pkcs11_parse_uri(uri, &p11uri) != PK11_URI_OK) {

Completed in 25 milliseconds