Home
last modified time | relevance | path

Searched refs:tmpbody (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c525 krb5_data tmpbody; in decode_krb5_safe_with_body() local
529 tmpbody.magic = 0; in decode_krb5_safe_with_body()
548 tmpbody.length = taglen; in decode_krb5_safe_with_body()
549 tmpbody.data = subbuf.next; in decode_krb5_safe_with_body()
551 tmpbody.length = 0; in decode_krb5_safe_with_body()
552 tmpbody.data = NULL; in decode_krb5_safe_with_body()
561 *body = tmpbody; in decode_krb5_safe_with_body()