Home
last modified time | relevance | path

Searched refs:test_int32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasn1_decode_test.c63 int32_t test_int32; member
67 ASN1_EMBED(ASN1_INT32_DATA, test_int32, INT32),
73 static int test_int32(void)
228 ADD_TEST(test_int32); in setup_tests()
H A Dasn1_encode_test.c278 int32_t test_int32; member
284 ASN1_EMBED(ASN1_INT32_DATA, test_int32, INT32),
844 static int test_int32(void) in test_int32() function
902 ADD_TEST(test_int32); in setup_tests()
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_store.c87 test_int32(krb5_context context, krb5_storage *sp) in test_int32() function
192 test_int32(context, sp); in test_storage()