|
YAZ 5.35.1
|
ASN.1 Module AccessControlFormat-krb-1. More...
#include <yaz/z-acckrb1.h>Go to the source code of this file.
Functions | |
| int | z_KRBObject (ODR o, Z_KRBObject **p, int opt, const char *name) |
| int | z_KRBRequest (ODR o, Z_KRBRequest **p, int opt, const char *name) |
| int | z_KRBResponse (ODR o, Z_KRBResponse **p, int opt, const char *name) |
ASN.1 Module AccessControlFormat-krb-1.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-acckrb1.c.
| int z_KRBObject | ( | ODR | o, |
| Z_KRBObject ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 12 of file z-acckrb1.c.
References odr::direction, name, odr_choice(), ODR_CONTEXT, ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), opt, odr_arm::which, Z_KRBObject_challenge, Z_KRBObject_response, z_KRBRequest(), and z_KRBResponse().
Referenced by z_External().
| int z_KRBRequest | ( | ODR | o, |
| Z_KRBRequest ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 30 of file z-acckrb1.c.
References name, ODR_CONTEXT, odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, and z_InternationalString().
Referenced by z_KRBObject().
| int z_KRBResponse | ( | ODR | o, |
| Z_KRBResponse ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 44 of file z-acckrb1.c.
References name, ODR_CONTEXT, odr_implicit_tag, odr_missing(), odr_octetstring(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, and z_InternationalString().
Referenced by z_KRBObject().