Home
last modified time | relevance | path

Searched refs:identities (Results 1 – 22 of 22) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user33 # 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/
Dt1_lib.cc1877 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/
DTypeMetadata.rst123 we can also statically determine the identities of the virtual functions
151 table entries take the identities of the original functions, so that addresses
DCodeOfConduct.rst46 people of all backgrounds and identities. This includes, but is not limited
DReportingGuide.rst104 about the incident. If that's the case, the identities of anyone involved will
DPasses.rst72 A basic alias analysis pass that implements identities (two different globals
DCodeGenerator.rst1016 * It knows several important identities for the patterns defined. For example,
/external/ipsec-tools/
DNEWS11 o Phase2 message identities are phase1 specific (Vista compatibility=
/external/skia/site/user/
Dbuild.md216 identities can be found by typing `security find-identity` on the command line. The name of the
/external/skqp/site/user/
Dbuild.md212 identities can be found by typing `security find-identity` on the command line. The name of the
/external/python/cpython2/Doc/reference/
Dexpressions.rst971 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
Ddatamodel.rst90 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/
Dexpressions.rst1276 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
Ddatamodel.rst100 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/
DARMInstrThumb2.td2763 // Alternate cases for PKHBT where identities eliminate some nodes.
2791 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
DARMInstrInfo.td3832 // 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/
Ddecimal.rst1636 The :mod:`decimal` module makes it possible to restore the identities by
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td2997 // Alternate cases for PKHBT where identities eliminate some nodes.
3026 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
DARMInstrInfo.td4265 // 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/
Ddecimal.rst1691 The :mod:`decimal` module makes it possible to restore the identities by
/external/python/cpython2/Misc/
Dcheatsheet257 (2) Compare object identities (i.e. id(object)), not object values.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz