Go to the source code of this file.
Classes | |
struct | asn_random_fill_result_s |
Typedefs | |
typedef asn_random_fill_result_t() | asn_random_fill_f(const struct asn_TYPE_descriptor_s *td, void **struct_ptr, const struct asn_encoding_constraints_s *memb_constraints, size_t max_length) |
typedef struct asn_random_fill_result_s | asn_random_fill_result_t |
Functions | |
intmax_t | asn_random_between (intmax_t min, intmax_t max) |
int | asn_random_fill (const struct asn_TYPE_descriptor_s *td, void **struct_ptr, size_t approx_max_length_limit) |
typedef asn_random_fill_result_t() asn_random_fill_f(const struct asn_TYPE_descriptor_s *td, void **struct_ptr, const struct asn_encoding_constraints_s *memb_constraints, size_t max_length) |
Definition at line 32 of file asn_random_fill.h.
typedef struct asn_random_fill_result_s asn_random_fill_result_t |
intmax_t asn_random_between | ( | intmax_t | min, |
intmax_t | max | ||
) |
Definition at line 38 of file asn_random_fill.c.
int asn_random_fill | ( | const struct asn_TYPE_descriptor_s * | td, |
void ** | struct_ptr, | ||
size_t | approx_max_length_limit | ||
) |
Definition at line 12 of file asn_random_fill.c.