Searched refs:BT_SEQUENCE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libder/tests/ |
H A D | make_corpus.c | 25 static const uint8_t empty_seq[] = { BT_SEQUENCE, 0x00 }; 34 static const uint8_t varlen[] = { BT_SEQUENCE, 0x80,
|
H A D | test_pubkey.c | 58 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 D | test_privkey.c | 75 root = libder_obj_alloc_simple(ctx, BT_SEQUENCE, NULL, 0); in test_construction()
|
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 131 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 D | libder.h | 53 BT_SEQUENCE = 0x30, enumerator
|
H A D | libder_obj.c | 422 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()
|