Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/server/
Dstatus_handler.py59 result = _StatusQuery(peer, [constants.GET_SIGNED_PUBKEY, pubkey])
73 result = _StatusQuery(peer, [constants.GET_SIGNED_PUBKEY, pubkey])
88 elif action == constants.GET_SIGNED_PUBKEY:
Dconstants.py48 GET_SIGNED_PUBKEY = "pass on signed pubkey" variable