/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
usb_ch9.h | 355 __u8 nonce[16]; member in struct:usb_handshake
|
/system/bt/stack/smp/ |
smp_main.c | 238 Rsp Pend ReqRsp Cfm Exch Strt Cmtm Nonce Strt DHKChk Pend Pend OobData */ 383 /* peer nonce is received */ 444 Rsp Pend ReqRsp Cfm Exch Strt Cmtm Nonce Strt DHKChk Pend Pend OobData */ [all...] |
smp_act.c | 711 ** Description process pairing random (nonce) from peer device [all...] |
/system/tpm/attestation/server/ |
attestation_service.cc | 734 std::string nonce; local 735 if (!crypto_utility_->GetRandom(kNonceSize, &nonce)) { 736 LOG(ERROR) << __func__ << ": GetRandom(nonce) failed."; 749 nonce,
|
/system/tpm/trunks/ |
resource_manager.cc | 554 TPM2B_NONCE nonce; local 555 result = Parse_TPM2B_NONCE(&buffer, &nonce, nullptr); 628 TPM2B_NONCE nonce; local 629 result = Parse_TPM2B_NONCE(&buffer, &nonce, nullptr);
|
/external/iputils/ |
RELNOTES | 37 ping6: Improve randomness of NI Nonce. 98 ping6: Introduce helper functions for nonce in NI. 100 ping6: Ensure to call srand() to get some randomness in NI Nonce. 101 ping6: Generate different NI Nonce in each NI Query (Memory version). 102 ping6: Generate different NI Nonce in each NI Query (MD5 version). 103 ping6: Cache NI Nonce. 104 ping6: Print 'sequence number' embedded in NI Nonce.
|
/external/webrtc/webrtc/p2p/base/ |
turnport.cc | 757 // realm and nonce values. 907 // When stale nonce error received, we should update 908 // hash and store realm and nonce. 914 << "stale nonce error response."; [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
__init__.py | 534 self.challenge['nonce'], 538 headers['authorization'] = 'Digest username="%s", realm="%s", nonce="%s", uri="%s", algorithm=%s, response=%s, qop=%s, nc=%08x, cnonce="%s"' % ( 541 self.challenge['nonce'], 556 self.challenge['nonce'] = challenge['nonce'] 563 self.challenge['nonce'] = updated_challenge['nextnonce'] 582 raise UnimplementedHmacDigestAuthOptionError( _("The challenge doesn't contain a server nonce, or this one is empty.")) 646 headers['X-WSSE'] = 'UsernameToken Username="%s", PasswordDigest="%s", Nonce="%s", Created="%s"' % ( [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/ |
__init__.py | 504 self.challenge['nonce'], 508 headers['authorization'] = 'Digest username="%s", realm="%s", nonce="%s", uri="%s", algorithm=%s, response=%s, qop=%s, nc=%08x, cnonce="%s"' % ( 511 self.challenge['nonce'], 526 self.challenge['nonce'] = challenge['nonce'] 533 self.challenge['nonce'] = updated_challenge['nextnonce'] 552 raise UnimplementedHmacDigestAuthOptionError( _("The challenge doesn't contain a server nonce, or this one is empty.")) 616 headers['X-WSSE'] = 'UsernameToken Username="%s", PasswordDigest="%s", Nonce="%s", Created="%s"' % ( [all...] |
/external/iputils/ninfod/ |
ninfod_core.c | 564 DEBUG(LOG_DEBUG, "%s(): qtype=%d, flags=0x%04x, nonce[] = {%s }\n", 658 /* Step 8: Fill Qtype / Nonce */
|
/external/srtp/srtp/ |
srtp.c | 330 v128_t nonce; local 332 /* set eigth octet of nonce to <label>, set the rest of it to zero */ 333 v128_set_to_zero(&nonce); 334 nonce.v8[7] = label; 336 aes_icm_set_iv(&kdf->c, &nonce); 740 * if we're using rindael counter mode, set nonce and seq [all...] |
/external/tpm2/ |
CryptUtil_fp.h | 248 TPM2B *nonceCaller, // IN: nonce caller 257 TPM2B *nonceCaller, // IN: nonce caller
|
/external/tpm2/generator/ |
commands.txt | 119 _COMMENT initial nonceCaller, sets nonce size for the session shall be at least 16 octets 145 _COMMENT the initial nonce from the TPM, used in the computation of the sessionKey [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_attr_parse.c | 163 wpa_printf(MSG_DEBUG, "WPS: Invalid Enrollee Nonce " 171 wpa_printf(MSG_DEBUG, "WPS: Invalid Registrar Nonce "
|
/external/wpa_supplicant_8/wpa_supplicant/ |
mesh_rsn.c | 439 wpa_printf(MSG_INFO, "mesh: Failed to derive random nonce"); 600 wpa_msg(wpa_s, MSG_DEBUG, "Mesh RSN: invalid peer nonce");
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 188 /* stopping at 2^70 bytes per nonce is user's responsibility */
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc2560.py | 14 # * the request does't set a nonce nor signature
|