Home | History | Annotate | Download | only in ec

Lines Matching defs:tmp_len

1228 	size_t          buf_len=0, tmp_len;
1288 tmp_len = EC_POINT_point2oct(a->group, a->pub_key,
1291 if (tmp_len > buf_len)
1293 unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len);
1300 buf_len = tmp_len;