Home
last modified time | relevance | path

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

/freebsd/contrib/libder/libder/
H A Dlibder_type.c70 libder_type_alloc_simple(struct libder_ctx *ctx, uint8_t typeval) in libder_type_alloc_simple() argument
80 type->tag_size = sizeof(typeval); in libder_type_alloc_simple()
81 type->tag_class = BER_TYPE_CLASS(typeval); in libder_type_alloc_simple()
82 type->tag_constructed = BER_TYPE_CONSTRUCTED(typeval); in libder_type_alloc_simple()
83 type->tag_short = BER_TYPE(typeval); in libder_type_alloc_simple()