Searched refs:new_nid (Results 1 – 5 of 5) sorted by relevance
| /trueos/crypto/openssl/crypto/asn1/ |
| HD | a_strnid.c | 237 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/ |
| HD | OBJ_nid2obj.pod | 113 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/ |
| HD | obj_dat.c | 99 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/ |
| HD | notify_proc.c | 139 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/ |
| HD | notify_client.c | 590 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()
|