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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h127 #define PK11_URI_OK 0 macro
H A Dpkcs11_uri.c149 * only if PK11_URI_OK is returned but it is always safe to do that since
154 * PK11_URI_OK
315 return (PK11_URI_OK);
333 * returned PK11_URI_OK. However, it is always safe to do that for other return
/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 26 milliseconds