Searched refs:nid_triple (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/objects/ |
D | obj_xref.c | 15 static STACK_OF(nid_triple) *sig_app, *sigx_app; in STACK_OF() argument 17 static int sig_cmp(const nid_triple *a, const nid_triple *b) 22 DECLARE_OBJ_BSEARCH_CMP_FN(nid_triple, nid_triple, sig); 23 IMPLEMENT_OBJ_BSEARCH_CMP_FN(nid_triple, nid_triple, sig); 25 static int sig_sk_cmp(const nid_triple *const *a, const nid_triple *const *b) in sig_sk_cmp() 30 DECLARE_OBJ_BSEARCH_CMP_FN(const nid_triple *, const nid_triple *, sigx); 32 static int sigx_cmp(const nid_triple *const *a, const nid_triple *const *b) in sigx_cmp() 41 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const nid_triple *, const nid_triple *, sigx); 45 nid_triple tmp; in OBJ_find_sigid_algs() 46 const nid_triple *rv = NULL; in OBJ_find_sigid_algs() [all …]
|
D | obj_xref.h | 18 } nid_triple; typedef 20 DEFINE_STACK_OF(nid_triple) 22 static const nid_triple sigoid_srt[] = { 84 static const nid_triple *const sigoid_srt_xref[] = {
|
/third_party/openssl/util/ |
D | indent.pro | 490 -T nid_triple
|