Home
last modified time | relevance | path

Searched refs:VEC_ELT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bearssl/tools/
H A Dta.c229 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 Dverify.c260 &VEC_ELT(anchors, 0), VEC_LEN(anchors)); in do_verify()
274 xc = &VEC_ELT(chain, u); in do_verify()
H A Dtwrch.c780 (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 Dbrssl.h139 #define VEC_ELT(vec, idx) ((vec).buf[idx]) macro
H A Dserver.c1110 (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 Dcerts.c136 VEC_ADDMANY(*dst, &VEC_ELT(tas, 0), num); in read_trust_anchors()
H A Dclient.c911 &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 Dvets.c518 &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()