/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 547 public void requestIsimAuthentication(String nonce, Message response) {
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
prf.go | 114 tlsRandomLength = 32 // Length of a random nonce in TLS 1.1.
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
prf.go | 114 tlsRandomLength = 32 // Length of a random nonce in TLS 1.1.
|
/external/dbus/doc/ |
dbus-specification.xml | [all...] |
/external/dbus/cmake/ |
CMakeLists.txt | 436 set (DBUS_SYSTEM_BUS_DEFAULT_ADDRESS "nonce-tcp:" CACHE STRING "system bus default address") 437 set (DBUS_SESSION_BUS_DEFAULT_ADDRESS "nonce-tcp:" CACHE STRING "session bus default address")
|
/external/llvm/include/llvm/Analysis/ |
LazyCallGraph.h | 361 /// \brief Nonce type to select the constructor for the end iterator. 373 postorder_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/)
|
/external/llvm/test/CodeGen/X86/ |
vector-shuffle-128-v2.ll | 299 define <2 x i64> @shuffle_v2i64_02_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { 354 define <2 x i64> @shuffle_v2i64_03_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { 426 define <2 x i64> @shuffle_v2i64_12_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { 471 define <2 x i64> @shuffle_v2i64_13_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { 499 define <2 x i64> @shuffle_v2i64_20_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { 551 define <2 x i64> @shuffle_v2i64_21_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { 623 define <2 x i64> @shuffle_v2i64_30_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { 669 define <2 x i64> @shuffle_v2i64_31_copy(<2 x i64> %nonce, <2 x i64> %a, <2 x i64> %b) { [all...] |
/external/tpm2/generator/ |
structures.txt | 1211 _NAME nonce 1218 _NAME nonce [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ie.c | 420 ie->nonce = pos + 2 + RSN_SELECTOR_LEN; 422 wpa_hexdump(MSG_DEBUG, "WPA: Nonce in EAPOL-Key",
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 905 i = value.find("nonce="); 1019 fragment.append("nonce=\"");
|
MyTransmitter.h | 280 i = value.find("nonce="); 332 request->append("nonce=\"");
|
/hardware/libhardware/include/hardware/ |
keymaster_defs.h | 61 KM_TAG_CALLER_NONCE = KM_BOOL | 7, /* Allow caller to specify nonce or IV. */ 141 KM_TAG_NONCE = KM_BYTES | 1001, /* Nonce or Initialization Vector */
|
/external/webrtc/webrtc/p2p/base/ |
stun_unittest.cc | 378 0x00, 0x15, 0x00, 0x1c, // NONCE attribute header 382 0x4f, 0x4c, 0x33, 0x34, // } Nonce value 682 const StunByteStringAttribute* nonce = local 684 ASSERT_TRUE(nonce != NULL); 685 EXPECT_EQ(kRfc5769SampleMsgWithAuthNonce, nonce->GetString()); [all...] |
/frameworks/native/services/inputflinger/ |
EventHub.cpp | 593 } else if (identifier.nonce != 0) { 594 rawDescriptor.appendFormat("nonce:%04x", identifier.nonce); 622 identifier.nonce = 0; 628 identifier.nonce++; [all...] |
/system/connectivity/shill/ |
manager.cc | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/ |
cipher.a | 21 type @"".AEAD interface { NonceSize() (? int); Open(@"".dst []byte, @"".nonce []byte, @"".ciphertext []byte, @"".data []byte) (? []byte, ? error); Overhead() (? int); Seal(@"".dst []byte, @"".nonce []byte, @"".plaintext []byte, @"".data []byte) (? []byte) } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/crypto/ |
cipher.a | 21 type @"".AEAD interface { NonceSize() (? int); Open(@"".dst []byte, @"".nonce []byte, @"".ciphertext []byte, @"".data []byte) (? []byte, ? error); Overhead() (? int); Seal(@"".dst []byte, @"".nonce []byte, @"".plaintext []byte, @"".data []byte) (? []byte) } [all...] |
/external/libmicrohttpd/src/include/ |
microhttpd.h | 146 * MHD digest auth internal code for an invalid nonce. 802 * Size of the internal array holding the map of the nonce and 803 * the nonce counter. This option should be followed by an `unsigend int` [all...] |
/external/tcpdump/ |
print-isakmp.c | 105 #define ISAKMP_NPTYPE_NONCE 10 /* Nonce */ 165 field would contain the value "10" (Nonce payload) in the first 264 /* 3.13 Nonce Payload */ 268 /* Nonce Data */ 670 "sig", "nonce", "n", "d", "vid", /* 9 - 13 */ [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth.c | 945 wpa_hexdump(MSG_DEBUG, "WPA: Received Key Nonce", key->key_nonce, [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_module_tests.c | 46 /* RFC 5297, A.2. Nonce-Based Authenticated Encryption Example */ 115 /* RFC 5297, A.2. Nonce-Based Authenticated Encryption Example */ 300 u8 nonce[] = { 0xBE, 0xCA, 0xF0, 0x43, 0xB0, 0xA2, 0x3D, 0x84, local 309 if (aes_128_eax_encrypt(key, nonce, sizeof(nonce), hdr, sizeof(hdr), 325 if (aes_128_eax_decrypt(key, nonce, sizeof(nonce), hdr, sizeof(hdr), [all...] |
/external/tpm2/ |
CryptUtil.c | [all...] |
/external/curl/tests/data/ |
test1060 | 19 Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
[all...] |
test1061 | 20 Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
[all...] |
/external/boringssl/src/include/openssl/ |
ssl3.h | 250 * nonces, so it includes both the AEAD overhead as well as the nonce. */
|