Symbol: ASN1_UINT64_DATA
crypto/openssl/test/asn1_decode_test.c
141
ASN1_SEQUENCE(ASN1_UINT64_DATA) = {
crypto/openssl/test/asn1_decode_test.c
142
ASN1_EMBED(ASN1_UINT64_DATA, test_uint64, UINT64),
crypto/openssl/test/asn1_decode_test.c
143
} static_ASN1_SEQUENCE_END(ASN1_UINT64_DATA)
crypto/openssl/test/asn1_decode_test.c
145
IMPLEMENT_STATIC_ASN1_ENCODE_FUNCTIONS(ASN1_UINT64_DATA)
crypto/openssl/test/asn1_decode_test.c
146
IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(ASN1_UINT64_DATA)
crypto/openssl/test/asn1_decode_test.c
151
ASN1_UINT64_DATA *dectst = d2i_ASN1_UINT64_DATA(NULL, &p, sizeof(t_invalid_zero));
crypto/openssl/test/asn1_encode_test.c
434
ASN1_SEQUENCE(ASN1_UINT64_DATA) = {
crypto/openssl/test/asn1_encode_test.c
435
ASN1_SIMPLE(ASN1_UINT64_DATA, success, ASN1_BOOLEAN),
crypto/openssl/test/asn1_encode_test.c
436
ASN1_EMBED(ASN1_UINT64_DATA, test_uint64, UINT64),
crypto/openssl/test/asn1_encode_test.c
437
ASN1_EXP_OPT_EMBED(ASN1_UINT64_DATA, test_zuint64, ZUINT64, 0)
crypto/openssl/test/asn1_encode_test.c
438
} static_ASN1_SEQUENCE_END(ASN1_UINT64_DATA)
crypto/openssl/test/asn1_encode_test.c
440
IMPLEMENT_STATIC_ASN1_ENCODE_FUNCTIONS(ASN1_UINT64_DATA)
crypto/openssl/test/asn1_encode_test.c
441
IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(ASN1_UINT64_DATA)
crypto/openssl/test/asn1_encode_test.c
443
static ASN1_UINT64_DATA uint64_expected[] = {
crypto/openssl/test/asn1_encode_test.c
463
static ASN1_UINT64_DATA uint64_encdec_data[] = {
crypto/openssl/test/asn1_encode_test.c
468
ASN1_ITEM_ref(ASN1_UINT64_DATA), "UINT64", 0,