Searched refs:BT_OID (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/libder/tests/ |
| HD | 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()
|
| HD | 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-14-stable/contrib/libder/libder/ |
| HD | libder.h | 28 BT_OID = 0x06, enumerator
|
| HD | libder_obj.c | 401 UTYPE(BT_OID); in libder_type_name()
|
| /freebsd-14-stable/usr.sbin/pkg/ |
| HD | 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()
|