Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
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()
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()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dtest_store.c89 test_int32(krb5_context context, krb5_storage *sp) in test_int32() function
194 test_int32(context, sp); in test_storage()