Home | History | Annotate | Download | only in impacket

Lines Matching refs:apReq

3091         apReq = AP_REQ()
3092 apReq['pvno'] = 5
3093 apReq['msg-type'] = int(constants.ApplicationTagNumbers.AP_REQ.value)
3096 apReq['ap-options'] = constants.encodeFlags(opts)
3097 seq_set(apReq,'ticket', ticket.to_asn1)
3116 apReq['authenticator'] = None
3117 apReq['authenticator']['etype'] = cipher.enctype
3118 apReq['authenticator']['cipher'] = encryptedEncodedAuthenticator
3120 blob['MechToken'] = encoder.encode(apReq)