HomeSort by relevance Sort by last modified time
    Searched defs:authkey (Results 1 - 13 of 13) sorted by null

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 68 def authkey(self): member in class:ProcessShim
71 @authkey.setter
72 def authkey(self, authkey): member in class:ProcessShim
73 self._proc.authkey = AuthenticationString(authkey)
  /external/python/cpython2/Lib/multiprocessing/
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /cts/hostsidetests/security/securityPatch/Bug-36591162/
poc.c 55 uint8_t *authkey; member in struct:qcedev_sha_op_req
78 arg.authkey = key;
  /external/tcpdump/
print-esp.c 379 char *authkey; local
385 authkey = strsep(&line, " \t");
389 if(!init || !icookie || !rcookie || !authkey || !enckey) {
423 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return;
  /external/wpa_supplicant_8/src/wps/
wps_i.h 64 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
  /hardware/qcom/msm8996/kernel-headers/linux/
qcedev.h 129 uint8_t * authkey; member in struct:qcedev_sha_op_req
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qcedev.h 206 * @authkey (IN): Pointer to authentication key for HMAC
216 uint8_t *authkey; member in struct:qcedev_sha_op_req
  /hardware/qcom/msm8x09/kernel-headers/linux/
qcedev.h 129 uint8_t * authkey; member in struct:qcedev_sha_op_req
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
qcedev.h 206 * @authkey (IN): Pointer to authentication key for HMAC
216 uint8_t *authkey; member in struct:qcedev_sha_op_req

Completed in 1916 milliseconds