Lines Matching refs:nid_triple
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()
69 nid_triple tmp; in OBJ_find_sigid_by_algs()
70 const nid_triple *t = &tmp; in OBJ_find_sigid_by_algs()
71 const nid_triple **rv = NULL; in OBJ_find_sigid_by_algs()
97 nid_triple *ntr; in OBJ_add_sigid()
128 static void sid_free(nid_triple *tt) in sid_free()