Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/asn1/
HDa_strnid.c237 char new_nid = 0; in ASN1_STRING_TABLE_add() local
253 new_nid = 1; in ASN1_STRING_TABLE_add()
261 if (new_nid) in ASN1_STRING_TABLE_add()
/trueos/crypto/openssl/doc/crypto/
HDOBJ_nid2obj.pod113 int new_nid;
115 new_nid = OBJ_create("1.2.3.4", "NewOID", "New Object Identifier");
117 obj = OBJ_nid2obj(new_nid);
/trueos/crypto/openssl/crypto/objects/
HDobj_dat.c99 static int new_nid = NUM_NID; variable
254 i = new_nid; in OBJ_new_nid()
255 new_nid += num; in OBJ_new_nid()
/trueos/usr.sbin/notifyd/
HDnotify_proc.c139 int path_flags, int *new_slot, uint64_t *new_nid, int *status,
1604 uint64_t *new_nid, in __notify_server_regenerate() argument
1617 *new_nid = 0; in __notify_server_regenerate()
1671 …ify_server_register_check_2(server, name, nameCnt, token, &size, new_slot, new_nid, status, audit); in __notify_server_regenerate()
1722 *new_nid = n->name_id; in __notify_server_regenerate()
/trueos/lib/libnotify/
HDnotify_client.c590 uint64_t new_nid; in _notify_lib_regenerate_token() local
611 …->set_state_val, t->set_state_time, t->path, pathlen, t->path_flags, &new_slot, &new_nid, &status); in _notify_lib_regenerate_token()
619 if (t->name_node != NULL) t->name_node->name_id = new_nid; in _notify_lib_regenerate_token()