Searched refs:VEC_ELT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bearssl/tools/ |
H A D | ta.c | 229 if (print_ta_internals(&VEC_ELT(tas, u), u) < 0) { in do_ta() 239 print_ta(&VEC_ELT(tas, u), u); in do_ta()
|
H A D | verify.c | 260 &VEC_ELT(anchors, 0), VEC_LEN(anchors)); in do_verify() 274 xc = &VEC_ELT(chain, u); in do_verify()
|
H A D | twrch.c | 780 (const char **)&VEC_ELT(alpn_names, 0), in do_twrch() 859 &VEC_ELT(anchors, 0), VEC_LEN(anchors)); in do_twrch() 886 &VEC_ELT(anchors, 0), VEC_LEN(anchors)); in do_twrch()
|
H A D | brssl.h | 139 #define VEC_ELT(vec, idx) ((vec).buf[idx]) macro
|
H A D | server.c | 1110 (const char **)&VEC_ELT(alpn_names, 0), in do_server() 1135 &VEC_ELT(anchors, 0), VEC_LEN(anchors)); in do_server() 1154 &VEC_ELT(anchors, 0), VEC_LEN(anchors)); in do_server()
|
H A D | certs.c | 136 VEC_ADDMANY(*dst, &VEC_ELT(tas, 0), num); in read_trust_anchors()
|
H A D | client.c | 911 &VEC_ELT(anchors, 0), VEC_LEN(anchors)); in do_client() 1036 (const char **)&VEC_ELT(alpn_names, 0), in do_client()
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 518 &VEC_ELT(*anchors, 0), in verify_signer_xcs() 553 xc = &VEC_ELT(chain, u); in verify_signer_xcs() 634 digest = &VEC_ELT(forbidden_digests, i); in check_forbidden_digests()
|