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

/external/openssl/crypto/objects/
H A Dobj_xref.h10 static const nid_triple sigoid_srt[] = variable
46 &sigoid_srt[29],
47 &sigoid_srt[17],
48 &sigoid_srt[18],
49 &sigoid_srt[0],
50 &sigoid_srt[1],
51 &sigoid_srt[7],
52 &sigoid_srt[2],
53 &sigoid_srt[4],
54 &sigoid_srt[
[all...]
H A Dobj_xref.c107 rv = OBJ_bsearch_sig(&tmp, sigoid_srt,
108 sizeof(sigoid_srt) / sizeof(nid_triple));
214 for (i = 0; i < sizeof(sigoid_srt) / sizeof(nid_triple); i++)
216 OBJ_add_sigid(sigoid_srt[i][0], sigoid_srt[i][1],
217 sigoid_srt[i][2]);
221 for (i = 0; i < sizeof(sigoid_srt) / sizeof(nid_triple); i++)
223 n1 = sigoid_srt[i][0];
H A Dobjxref.pl72 static const nid_triple sigoid_srt[] =
94 print "\t\&sigoid_srt\[$x\],\n";

Completed in 64 milliseconds