Home
last modified time | relevance | path

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

/freebsd/contrib/libder/tests/
H A Dmake_corpus.c25 static const uint8_t empty_seq[] = { BT_SEQUENCE, 0x00 };
34 static const uint8_t varlen[] = { BT_SEQUENCE, 0x80,
H A Dtest_pubkey.c58 root = libder_obj_alloc_simple(ctx, BT_SEQUENCE, NULL, 0); in test_construction()
61 params = libder_obj_alloc_simple(ctx, BT_SEQUENCE, NULL, 0); in test_construction()
H A Dtest_privkey.c75 root = libder_obj_alloc_simple(ctx, BT_SEQUENCE, NULL, 0); in test_construction()
/freebsd/usr.sbin/pkg/
H A Decc.c131 if (libder_obj_type_simple(root) != BT_SEQUENCE) in ecc_read_pkgkey()
218 if (root == NULL || libder_obj_type_simple(root) != BT_SEQUENCE) in ecc_extract_signature()
410 if (root == NULL || libder_obj_type_simple(root) != BT_SEQUENCE) in ecc_extract_pubkey()
417 } else if (libder_obj_type_simple(params) != BT_SEQUENCE) { in ecc_extract_pubkey()
/freebsd/contrib/libder/libder/
H A Dlibder.h53 BT_SEQUENCE = 0x30, enumerator
H A Dlibder_obj.c422 case BT_SEQUENCE & ~BER_TYPE_CONSTRUCTED_MASK: in libder_type_name()
423 case BT_SEQUENCE: return "SEQUENCE"; in libder_type_name()
524 case BT_SEQUENCE: in libder_is_valid_obj()