Key.h 790 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "SIO"
  4. * found in "sio.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -no-gen-PER -pdu=all`
  6. */
  7. #ifndef _Key_H_
  8. #define _Key_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #include <constr_SEQUENCE.h>
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. /* Key */
  17. typedef struct Key {
  18. OCTET_STRING_t referenceId;
  19. OCTET_STRING_t crypto;
  20. /* Context for parsing across buffer boundaries */
  21. asn_struct_ctx_t _asn_ctx;
  22. } Key_t;
  23. /* Implementation */
  24. extern asn_TYPE_descriptor_t asn_DEF_Key;
  25. extern asn_SEQUENCE_specifics_t asn_SPC_Key_specs_1;
  26. extern asn_TYPE_member_t asn_MBR_Key_1[2];
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif /* _Key_H_ */
  31. #include <asn_internal.h>