Home
last modified time | relevance | path

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

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