Home
last modified time | relevance | path

Searched refs:len2 (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/ct/
H A Dct_oct.c88 size_t len2; in o2i_SCT() local
112 n2s(p, len2); in o2i_SCT()
113 if (len < len2) { in o2i_SCT()
117 if (len2 > 0) { in o2i_SCT()
123 p += len2; in o2i_SCT()
124 len -= len2; in o2i_SCT()
320 size_t len2; in i2o_SCT_LIST() local
336 len2 = 2; in i2o_SCT_LIST()
356 s2n(len2 - 2, p); in i2o_SCT_LIST()
358 *pp += len2; in i2o_SCT_LIST()
[all …]
/openssl/fuzz/
H A Dasn1.c220 int len2; \
227 len2 = I2D(type, &der); \
228 if (len2 != 0) {} \
/openssl/crypto/x509/
H A Dv3_ncons.c240 int len2 = ip->length - len1; in print_nc_ipadd() local
242 char *ip2 = ossl_ipaddr_to_asc(ip->data + len1, len2); in print_nc_ipadd()

Completed in 9 milliseconds