Searched refs:BT_OID (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libder/tests/ |
H A D | test_pubkey.c | 70 obj = libder_obj_alloc_simple(ctx, BT_OID, oid_ecpubkey, sizeof(oid_ecpubkey)); in test_construction() 74 obj = libder_obj_alloc_simple(ctx, BT_OID, oid_secp256k1, sizeof(oid_secp256k1)); in test_construction()
|
H A D | test_privkey.c | 51 assert(libder_obj_type_simple(oid) == BT_OID); in test_interface() 100 obj = libder_obj_alloc_simple(ctx, BT_OID, oid_secp112r1, sizeof(oid_secp112r1)); in test_construction()
|
/freebsd/contrib/libder/libder/ |
H A D | libder.h | 28 BT_OID = 0x06, enumerator
|
H A D | libder_obj.c | 401 UTYPE(BT_OID); in libder_type_name()
|
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 429 if (oid == NULL || libder_obj_type_simple(oid) != BT_OID) in ecc_extract_pubkey() 439 if (oid == NULL || libder_obj_type_simple(oid) != BT_OID) in ecc_extract_pubkey()
|