Searched refs:identities (Results 1 – 22 of 22) sorted by relevance
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user | 33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This 34 # is only allowed for phase 1 identities. 82 # Wildcard for all other identities
|
/external/boringssl/src/ssl/ |
D | t1_lib.cc | 1877 CBS identities, binders; in ssl_ext_pre_shared_key_parse_clienthello() local 1878 if (!CBS_get_u16_length_prefixed(contents, &identities) || in ssl_ext_pre_shared_key_parse_clienthello() 1879 !CBS_get_u16_length_prefixed(&identities, out_ticket) || in ssl_ext_pre_shared_key_parse_clienthello() 1880 !CBS_get_u32(&identities, out_obfuscated_ticket_age) || in ssl_ext_pre_shared_key_parse_clienthello() 1893 while (CBS_len(&identities) != 0) { in ssl_ext_pre_shared_key_parse_clienthello() 1896 if (!CBS_get_u16_length_prefixed(&identities, &unused_ticket) || in ssl_ext_pre_shared_key_parse_clienthello() 1897 !CBS_get_u32(&identities, &unused_obfuscated_ticket_age)) { in ssl_ext_pre_shared_key_parse_clienthello()
|
/external/llvm/docs/ |
D | TypeMetadata.rst | 123 we can also statically determine the identities of the virtual functions 151 table entries take the identities of the original functions, so that addresses
|
D | CodeOfConduct.rst | 46 people of all backgrounds and identities. This includes, but is not limited
|
D | ReportingGuide.rst | 104 about the incident. If that's the case, the identities of anyone involved will
|
D | Passes.rst | 72 A basic alias analysis pass that implements identities (two different globals
|
D | CodeGenerator.rst | 1016 * It knows several important identities for the patterns defined. For example,
|
/external/ipsec-tools/ |
D | NEWS | 11 o Phase2 message identities are phase1 specific (Vista compatibility=
|
/external/skia/site/user/ |
D | build.md | 216 identities can be found by typing `security find-identity` on the command line. The name of the
|
/external/skqp/site/user/ |
D | build.md | 212 identities can be found by typing `security find-identity` on the command line. The name of the
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 971 x%y)``. These identities don't hold for floating point numbers; there similar 972 identities hold approximately where ``x/y`` is replaced by ``floor(x/y)`` or
|
D | datamodel.rst | 90 container, we imply the values, not the identities of the contained objects; 91 however, when we talk about the mutability of a container, only the identities
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 1276 different identities results in inequality. A motivation for this default 1285 identities are always unequal, may be in contrast to what types will need that
|
D | datamodel.rst | 100 container, we imply the values, not the identities of the contained objects; 101 however, when we talk about the mutability of a container, only the identities
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 2763 // Alternate cases for PKHBT where identities eliminate some nodes. 2791 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|
D | ARMInstrInfo.td | 3832 // Alternate cases for PKHBT where identities eliminate some nodes. 3848 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|
/external/python/cpython2/Doc/library/ |
D | decimal.rst | 1636 The :mod:`decimal` module makes it possible to restore the identities by
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 2997 // Alternate cases for PKHBT where identities eliminate some nodes. 3026 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|
D | ARMInstrInfo.td | 4265 // Alternate cases for PKHBT where identities eliminate some nodes. 4282 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|
/external/python/cpython3/Doc/library/ |
D | decimal.rst | 1691 The :mod:`decimal` module makes it possible to restore the identities by
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 257 (2) Compare object identities (i.e. id(object)), not object values.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|