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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c56 #define OBJ_PREFIX "obj" /* prefix of the keystore object file names */ macro
57 #define OBJ_PREFIX_LEN sizeof (OBJ_PREFIX) - 1 /* length of prefix */
809 if (strncmp(dp->d_name, OBJ_PREFIX, OBJ_PREFIX_LEN) != 0)
2280 get_pub_obj_path(pub_obj_path), OBJ_PREFIX, counter);
2283 get_pri_obj_path(pri_obj_path), OBJ_PREFIX, counter);

Completed in 19 milliseconds