Searched refs:pubdata (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/libder/tests/ |
| HD | test_pubkey.c | 26 static const uint8_t pubdata[] = { 0x00, 0x04, 0xd1, 0x76, 0x20, 0x39, 0xe5, 0x3e, variable 45 assert(datasz == sizeof(pubdata)); in test_interface() 46 assert(memcmp(pubdata, data, datasz) == 0); in test_interface() 65 keystring = libder_obj_alloc_simple(ctx, BT_BITSTRING, pubdata, sizeof(pubdata)); in test_construction()
|
| HD | test_privkey.c | 33 static const uint8_t pubdata[] = { 0x00, 0x04, 0xae, 0x69, 0x41, 0x0d, 0x9c, variable 105 obj = libder_obj_alloc_simple(ctx, BT_BITSTRING, pubdata, sizeof(pubdata)); in test_construction()
|