Searched refs:type1 (Results 1 – 6 of 6) sorted by relevance
/openssl-master/include/openssl/ |
A D | objects.h | 84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument 86 static int nm##_cmp(type1 const *, type2 const *); \ 89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument 90 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp) 91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument 92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument 124 type1 const *a = a_; \ 135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument 138 type1 const *a = a_; \ [all …]
|
/openssl-master/doc/man1/ |
A D | openssl-storeutl.pod.in | 83 The arg must be formatted as C</type0=value0/type1=value1/type2=...>. 102 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
|
A D | openssl-cmp.pod.in | 278 The argument must be formatted as I</type0=value0/type1=value1/type2=...>. 297 The argument must be formatted as I</type0=value0/type1=value1/type2=...>. 488 The argument must be formatted as I</type0=value0/type1=value1/type2=...>. 574 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
|
A D | openssl-x509.pod.in | 391 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
|
A D | openssl-req.pod.in | 261 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
|
A D | openssl-ca.pod.in | 299 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
|
Completed in 8 milliseconds