Searched refs:ENUMERATED (Results 1 – 15 of 15) sorted by relevance
8 ProtocolErrorCode ::= ENUMERATED {55 code[1] ENUMERATED {89 code[1] ENUMERATED {
91 ENUMERATED { return kw_ENUMERATED; }
481 CRLReason ::= ENUMERATED {
43 negResult [0] ENUMERATED {
58 OCSPResponseStatus ::= ENUMERATED {
69 =item B<ENUMERATED>, B<ENUM>71 Encodes the ASN1 B<ENUMERATED> type, it is otherwise identical to
68 or B<ASN1_ENUMERATED> types: the relevant B<INTEGER> or B<ENUMERATED>
7 - ASN.1 INTEGER and ENUMERATED utilities
43 #define ENUMERATED 0x0a macro
3499 if (!k5_der_get_value(&field, ENUMERATED, &en)) in get_negTokenResp()3756 k5_der_add_value(&buf, ENUMERATED, &status, 1); in make_spnego_tokenTarg_msg()
37 * CRLReason ::= ENUMERATED {
565 \ Read a value and interpret it as an INTEGER or ENUMERATED value. If
68 * lib/asn1: implement OBJECT IDENTIFIER and ENUMERATED
506 CRLReason ::= ENUMERATED {
19042 ENUMERATED and OBJECT IDENTIFIER) choked the ASN1 routines.21066 IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.21070 * Preliminary support for ENUMERATED type. This is largely copied from the