Home | History | Annotate | Download | only in ec

Lines Matching defs:tmp_len

1247 	size_t          buf_len=0, tmp_len;
1308 tmp_len = EC_POINT_point2oct(a->group, a->pub_key,
1311 if (tmp_len > buf_len)
1313 unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len);
1320 buf_len = tmp_len;