HomeSort by relevance Sort by last modified time
    Searched refs:apReq (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/python_dependencies/impacket/
smb3.py 569 apReq = AP_REQ()
570 apReq['pvno'] = 5
571 apReq['msg-type'] = int(constants.ApplicationTagNumbers.AP_REQ.value)
574 apReq['ap-options'] = constants.encodeFlags(opts)
575 seq_set(apReq,'ticket', ticket.to_asn1)
594 apReq['authenticator'] = None
595 apReq['authenticator']['etype'] = cipher.enctype
596 apReq['authenticator']['cipher'] = encryptedEncodedAuthenticator
598 blob['MechToken'] = encoder.encode(apReq)
    [all...]
smb.py     [all...]

Completed in 69 milliseconds