Searched refs:oid_ecpubkey (Results 1 – 2 of 2) sorted by relevance
21 static const uint8_t oid_ecpubkey[] = variable70 obj = libder_obj_alloc_simple(ctx, BT_OID, oid_ecpubkey, sizeof(oid_ecpubkey)); in test_construction()
72 static const uint8_t oid_ecpubkey[] = \ variable433 if (oidsz != sizeof(oid_ecpubkey) || in ecc_extract_pubkey()434 memcmp(oidp, oid_ecpubkey, oidsz) != 0) in ecc_extract_pubkey()