Searched refs:check_heim_integer_same (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-der.c | 788 check_heim_integer_same(const char *p, const char *norm_p, heim_integer *i) in check_heim_integer_same() function 854 ret += check_heim_integer_same(p, p, &bni); in test_heim_int_format() 855 ret += check_heim_integer_same("10", "10", &i); in test_heim_int_format() 856 ret += check_heim_integer_same("00000010", "10", &i); in test_heim_int_format() 857 ret += check_heim_integer_same("-10", "-10", &i2); in test_heim_int_format() 858 ret += check_heim_integer_same("-00000010", "-10", &i2); in test_heim_int_format() 859 ret += check_heim_integer_same("01", "01", &i3); in test_heim_int_format() 860 ret += check_heim_integer_same("1", "01", &i3); in test_heim_int_format()
|