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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c49 #define PK11_PINFILE "pinfile"
298 if (uri->pinfile == NULL) {
302 if ((uri->pinfile = strdup(l2)) == NULL)
304 /* Empty pinfile makes no sense. */
305 if (uri->pinfile[0] == '\0')
352 if (uri->pinfile != NULL)
353 free(uri->pinfile);
H A Dcryptoutil.h187 char *pinfile; member in struct:pkcs11_uri_t
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c328 * If the PKCS#11 uri has a pinfile argument read the pin from
340 if (p11uri->pinfile) {
342 int pinfd = open(p11uri->pinfile, O_RDONLY);

Completed in 27 milliseconds