Home
last modified time | relevance | path

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

/freebsd/contrib/libder/libder/
H A Dlibder_obj.c397 UTYPE(BT_INTEGER); in libder_type_name()
513 case BT_INTEGER: in libder_is_valid_obj()
1149 case BT_INTEGER: in libder_obj_normalize()
1185 case BT_INTEGER: in libder_obj_normalize()
H A Dlibder.h24 BT_INTEGER = 0x02, enumerator
/freebsd/usr.sbin/pkg/
H A Decc.c145 if (obj == NULL || libder_obj_type_simple(obj) != BT_INTEGER) in ecc_read_pkgkey()
226 if (libder_obj_type_simple(obj) != BT_INTEGER) in ecc_extract_signature()
/freebsd/contrib/libder/tests/
H A Dtest_privkey.c79 obj = libder_obj_alloc_simple(ctx, BT_INTEGER, &data, 1); in test_construction()