Home
last modified time | relevance | path

Searched refs:test_uint32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasn1_decode_test.c89 uint32_t test_uint32; member
93 ASN1_EMBED(ASN1_UINT32_DATA, test_uint32, UINT32),
99 static int test_uint32(void)
229 ADD_TEST(test_uint32); in setup_tests()
H A Dasn1_encode_test.c326 uint32_t test_uint32; member
332 ASN1_EMBED(ASN1_UINT32_DATA, test_uint32, UINT32),
849 static int test_uint32(void) in test_uint32() function
903 ADD_TEST(test_uint32); in setup_tests()
/freebsd/contrib/libcbor/test/
H A Duint_encoders_test.c30 static void test_uint32(void **_CBOR_UNUSED(_state)) { in test_uint32() function
66 cmocka_unit_test(test_uint32), in main()
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_store.c162 test_uint32(krb5_context context, krb5_storage *sp) in test_uint32() function
195 test_uint32(context, sp); in test_storage()