Home | History | Annotate | Download | only in crypto

Lines Matching refs:cert_len

1185 	int cert_len = i2d_X509(cert, NULL);
1186 if (cert_len <= 0)
1189 buf = wpabuf_alloc(cert_len);
1193 tmp = wpabuf_put(buf, cert_len);