Symbol: ASN1_UINT32_DATA
crypto/openssl/test/asn1_decode_test.c
101
ASN1_UINT32_DATA *dectst = d2i_ASN1_UINT32_DATA(NULL, &p, sizeof(t_invalid_zero));
crypto/openssl/test/asn1_decode_test.c
91
ASN1_SEQUENCE(ASN1_UINT32_DATA) = {
crypto/openssl/test/asn1_decode_test.c
92
ASN1_EMBED(ASN1_UINT32_DATA, test_uint32, UINT32),
crypto/openssl/test/asn1_decode_test.c
93
} static_ASN1_SEQUENCE_END(ASN1_UINT32_DATA)
crypto/openssl/test/asn1_decode_test.c
95
IMPLEMENT_STATIC_ASN1_ENCODE_FUNCTIONS(ASN1_UINT32_DATA)
crypto/openssl/test/asn1_decode_test.c
96
IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(ASN1_UINT32_DATA)
crypto/openssl/test/asn1_encode_test.c
337
ASN1_SEQUENCE(ASN1_UINT32_DATA) = {
crypto/openssl/test/asn1_encode_test.c
338
ASN1_SIMPLE(ASN1_UINT32_DATA, success, ASN1_BOOLEAN),
crypto/openssl/test/asn1_encode_test.c
339
ASN1_EMBED(ASN1_UINT32_DATA, test_uint32, UINT32),
crypto/openssl/test/asn1_encode_test.c
340
ASN1_EXP_OPT_EMBED(ASN1_UINT32_DATA, test_zuint32, ZUINT32, 0)
crypto/openssl/test/asn1_encode_test.c
341
} static_ASN1_SEQUENCE_END(ASN1_UINT32_DATA)
crypto/openssl/test/asn1_encode_test.c
343
IMPLEMENT_STATIC_ASN1_ENCODE_FUNCTIONS(ASN1_UINT32_DATA)
crypto/openssl/test/asn1_encode_test.c
344
IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(ASN1_UINT32_DATA)
crypto/openssl/test/asn1_encode_test.c
346
static ASN1_UINT32_DATA uint32_expected[] = {
crypto/openssl/test/asn1_encode_test.c
365
static ASN1_UINT32_DATA uint32_encdec_data[] = {
crypto/openssl/test/asn1_encode_test.c
370
ASN1_ITEM_ref(ASN1_UINT32_DATA), "UINT32", 0,