HomeSort by: relevance | last modified time | path
    Searched defs:use_param (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
provider.c 276 int64_t *use_param = NULL; local
287 if (!read_int(buf, len, &use_param)) {
288 use_param = OPENSSL_malloc(sizeof(uint64_t));
289 *use_param = 0;
306 } else if (!*use_param || !read_int(buf, len, &p_value_int)) {
328 } else if (!*use_param || !read_uint(buf, len, &p_value_uint)) {
338 if (!*use_param || !read_double(buf, len, &p_value_double)) {
348 if (*use_param && (data_len = read_utf8_string(buf, len, &p_value_utf8_str)) < 0)
356 if (*use_param && (data_len = read_octet_string(buf, len, &p_value_octet_str)) < 0)
364 if (*use_param && (data_len = read_utf8_ptr(buf, len, &p_value_utf8_ptr)) < 0
    [all...]

Completed in 17 milliseconds