Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.pl21 $max_nid=0;
39 $max_nid = $mynum if $mynum > $max_nid;
121 $max_nid++;
122 $nid{$Cname} = $max_nid;
123 $nidn{$max_nid} = $Cname;
/freebsd/crypto/openssl/apps/
H A Dlist.c1086 int max_nid = OBJ_new_nid(0); in list_objects() local
1092 for (i = 1; i < max_nid; i++) { in list_objects()