Home | History | Annotate | Download | only in crypto

Lines Matching defs:cert_len

1105 	int cert_len = i2d_X509(cert, NULL);
1106 if (cert_len <= 0)
1109 buf = wpabuf_alloc(cert_len);
1113 tmp = wpabuf_put(buf, cert_len);