Searched refs:VEC_LEN (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/bearssl/tools/
H A Dfiles.c63 *len = VEC_LEN(vbuf);
201 po.data_len = VEC_LEN(bv);
241 *num = VEC_LEN(pem_list);
306 if (VEC_LEN(cert_list) == 0) {
310 *num = VEC_LEN(cert_list);
H A Dta.c217 len1 = VEC_LEN(tas);
221 len2 = VEC_LEN(tas) - len1;
227 num = VEC_LEN(tas);
H A Dverify.c254 if (VEC_LEN(chain) == 0) {
260 &VEC_ELT(anchors, 0), VEC_LEN(anchors));
271 for (u = 0; u < VEC_LEN(chain); u ++) {
H A Dtwrch.c778 if (VEC_LEN(alpn_names) != 0) {
781 VEC_LEN(alpn_names));
857 if (is_client || VEC_LEN(anchors) != 0) {
859 &VEC_ELT(anchors, 0), VEC_LEN(anchors));
878 if (VEC_LEN(anchors) == 0) {
886 &VEC_ELT(anchors, 0), VEC_LEN(anchors));
H A Dserver.c1108 if (VEC_LEN(alpn_names) != 0) {
1111 VEC_LEN(alpn_names));
1133 if (VEC_LEN(anchors) != 0) {
1135 &VEC_ELT(anchors, 0), VEC_LEN(anchors));
1154 &VEC_ELT(anchors, 0), VEC_LEN(anchors));
H A Dbrssl.h144 #define VEC_LEN(vec) ((vec).ptr) macro
H A Dcerts.c57 ta->dn.len = VEC_LEN(vdn);
H A Dclient.c911 &VEC_ELT(anchors, 0), VEC_LEN(anchors));
1019 if (VEC_LEN(anchors) == 0) {
1034 if (VEC_LEN(alpn_names) != 0) {
1037 VEC_LEN(alpn_names));
H A Dnames.c978 if (VEC_LEN(suites) == 0) {
982 *num = VEC_LEN(suites);
/freebsd-13-stable/lib/libsecureboot/
H A Dbrf.c196 po.data_len = VEC_LEN(bv);
235 *num = VEC_LEN(pem_list);
287 if (VEC_LEN(cert_list) == 0) {
290 *num = VEC_LEN(cert_list);
361 ta->dn.len = VEC_LEN(vdn);
H A Dvets.c368 once = (int) VEC_LEN(trust_anchors);
397 if (VEC_LEN(chain) == 0) {
403 VEC_LEN(*anchors)));
407 VEC_LEN(*anchors));
437 for (u = 0; u < VEC_LEN(chain); u ++) {
485 if (VEC_LEN(forbidden_digests) == 0)
500 for (i = 0; i < VEC_LEN(forbidden_digests); i++) {
575 if (VEC_LEN(forbidden_anchors) > 0)

Completed in 125 milliseconds