Searched refs:CONTEXT_SPECIFIC (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | ldap_key_seq.c | 78 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 1, length, &length); checkerr; in asn1_encode_key() 84 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 0, length, &length); checkerr; in asn1_encode_key() 89 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 1, key_len, &length); checkerr; in asn1_encode_key() 104 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 1, length, &length); in asn1_encode_key() 112 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 0, length, &length); checkerr; in asn1_encode_key() 117 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 0, salt_len, &length); checkerr; in asn1_encode_key() 164 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 4, seq_len, &length); checkerr; in asn1_encode_sequence_of_keys() 176 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 3, length, &length); checkerr; in asn1_encode_sequence_of_keys() 186 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 2, length, &length); checkerr; in asn1_encode_sequence_of_keys() 192 ret = asn1_make_etag(buf, CONTEXT_SPECIFIC, 1, length, &length); checkerr; in asn1_encode_sequence_of_keys() [all …]
|
H A D | krbasn1.h | 36 CONTEXT_SPECIFIC = 0x80, PRIVATE = 0xC0 } asn1_class; enumerator
|
H A D | asn1_k_decode.c | 120 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \ 135 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \ 156 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \ 172 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \ 181 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \ 1039 if (asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) in asn1_decode_sam_challenge_2() 1478 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) in asn1_decode_auth_pack() 1511 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) in asn1_decode_auth_pack_draft9()
|
H A D | asn1_k_encode.c | 75 retval = asn1_make_etag(buf,CONTEXT_SPECIFIC,tag,length,&length);\ 549 retval = asn1_make_etag(buf, CONTEXT_SPECIFIC, 0, 1384 retval = asn1_make_etag(buf, CONTEXT_SPECIFIC, tag_number, length, 1405 retval = asn1_make_etag(buf,CONTEXT_SPECIFIC,tag,length,&length);\ 1417 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,length,&length); \ 1429 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,len,&length); \ 1747 retval = asn1_make_etag(buf, CONTEXT_SPECIFIC, 0, in asn1_encode_kdc_dh_key_info()
|
H A D | krb5_decode.c | 140 if(asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED)\ 147 if (asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \ 165 if(asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED)\ 172 if (asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \
|
H A D | asn1_encode.c | 568 retval = asn1_make_etag(buf, CONTEXT_SPECIFIC, field->tag, sum, in encode_a_field()
|