Searched defs:OBJ_PREFIX (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c57 #define OBJ_PREFIX "obj" /* prefix of the keystore object file names */ macro
58 #define OBJ_PREFIX_LEN sizeof (OBJ_PREFIX) - 1 /* length of prefix */
801 if (strncmp(dp->d_name, OBJ_PREFIX, OBJ_PREFIX_LEN) != 0)
2273 get_pub_obj_path(pub_obj_path), OBJ_PREFIX, counter);
2276 get_pri_obj_path(pri_obj_path), OBJ_PREFIX, counter);

Completed in 69 milliseconds