Home
last modified time | relevance | path

Searched refs:int_val (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/x509/
H A Dx_attrib.c83 int64_t int_val; in ossl_print_attribute_value() local
98 if (ASN1_ENUMERATED_get_int64(&int_val, av->value.integer) > 0) { in ossl_print_attribute_value()
99 return BIO_printf(out, "%lld", (long long int)int_val) > 0; in ossl_print_attribute_value()
/openssl/crypto/property/
H A Dproperty_parse.c122 res->v.int_val = v; in parse_number()
159 res->v.int_val = v; in parse_hex()
189 res->v.int_val = v; in parse_oct()
271 res->v.int_val = -res->v.int_val; in parse_value()
748 put_num(prop->v.int_val, &buf, &bufsize, &needed); in ossl_property_list_to_string()
H A Dproperty_local.h26 int64_t int_val; /* Signed integer */ member
H A Dproperty_query.c57 value = prop->v.int_val; in ossl_property_get_number_value()

Completed in 13 milliseconds