Searched refs:heim_bmp_string (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | der-protos.h | 57 const heim_bmp_string */*from*/, 58 heim_bmp_string */*to*/); 139 der_free_bmp_string (heim_bmp_string */*k*/); 197 heim_bmp_string */*data*/, 360 const heim_bmp_string */*p*/, 361 const heim_bmp_string */*q*/); 392 der_length_bmp_string (const heim_bmp_string */*data*/); 517 const heim_bmp_string */*data*/,
|
H A D | asn1-common.h | 33 typedef struct heim_bmp_string { struct 36 } heim_bmp_string; argument
|
H A D | check-der.c | 262 heim_bmp_string *oa = (heim_bmp_string *)a; in cmp_bmp_string() 263 heim_bmp_string *ob = (heim_bmp_string *)b; in cmp_bmp_string() 274 heim_bmp_string s1 = { 1, bmp_d1 }; in test_bmp_string() 275 heim_bmp_string s2 = { 2, bmp_d2 }; in test_bmp_string() 295 ret = generic_test (tests, ntests, sizeof(heim_bmp_string), in test_bmp_string() 709 return generic_decode_fail(tests, ntests, sizeof(heim_bmp_string), in check_fail_bmp_string() 1003 heim_bmp_string bs1 = { 1, NULL } , bs2 = { 0, NULL }; in test_misc_cmp()
|
H A D | der_cmp.c | 108 der_heim_bmp_string_cmp(const heim_bmp_string *p, const heim_bmp_string *q) in der_heim_bmp_string_cmp()
|
H A D | der_copy.c | 121 der_copy_bmp_string (const heim_bmp_string *from, heim_bmp_string *to) in der_copy_bmp_string()
|
H A D | der_free.c | 106 der_free_bmp_string (heim_bmp_string *k) in der_free_bmp_string()
|
H A D | der_length.c | 233 der_length_bmp_string (const heim_bmp_string *data) in der_length_bmp_string()
|
H A D | der_put.c | 270 const heim_bmp_string *data, size_t *size) in der_put_bmp_string()
|
H A D | fuzzer.c | 333 el(bmp_string, heim_bmp_string),
|
H A D | der_get.c | 251 heim_bmp_string *data, size_t *size) in der_get_bmp_string()
|
H A D | template.c | 68 el(bmp_string, heim_bmp_string),
|
/netbsd-src/crypto/external/bsd/heimdal/include/ |
H A D | der-protos.h | 55 const heim_bmp_string */*from*/, 56 heim_bmp_string */*to*/); 137 der_free_bmp_string (heim_bmp_string */*k*/); 195 heim_bmp_string */*data*/, 358 const heim_bmp_string */*p*/, 359 const heim_bmp_string */*q*/); 390 der_length_bmp_string (const heim_bmp_string */*data*/); 515 const heim_bmp_string */*data*/,
|