Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME201 pkcs11_parse_uri()
207 the pkcs11_parse_uri() function is in the function's comment in pk11_uri.c. The
208 pkcs11_parse_uri() function allocates the URI's fields and the caller is
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dmapfile-vers69 pkcs11_parse_uri;
H A Dcryptoutil.h228 extern int pkcs11_parse_uri(const char *str, pkcs11_uri_t *uri);
H A Dpkcs11_uri.c126 pkcs11_parse_uri(const char *str, pkcs11_uri_t *uri) in pkcs11_parse_uri() function