/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_fast.c | 596 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument 600 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding() 602 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding() 604 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding() 606 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding() 607 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding() 608 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding() 612 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding() 613 _bind->subtype); in eap_fast_validate_crypto_binding() 623 struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) in eap_fast_write_crypto_binding() argument [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_fast.c | 596 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument 600 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding() 602 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding() 604 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding() 606 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding() 607 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding() 608 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding() 612 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding() 613 _bind->subtype); in eap_fast_validate_crypto_binding() 623 struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) in eap_fast_write_crypto_binding() argument [all …]
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1335 def _bind(self, what, sequence, func, add, needcleanup=1): member in Misc 1392 return self._bind(('bind', self._w), sequence, func, add) 1406 return self._bind(('bind', 'all'), sequence, func, add, 0) 1420 return self._bind(('bind', className), sequence, func, add, 0) 2746 return self._bind((self._w, 'bind', tagOrId), 3846 return self._bind((self._w, 'tag', 'bind', tagName),
|
D | ttk.py | 1471 self._bind((self._w, "tag", "bind", tagname), sequence, callback, add=0)
|
/third_party/python/Lib/ |
D | inspect.py | 2926 def _bind(self, args, kwargs, *, partial=False): member in Signature 3062 return self._bind(args, kwargs) 3069 return self._bind(args, kwargs, partial=True)
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | wuffs-the-language.md | 58 TODO: categorize try, io\_bind. Also: and, or, not, as, ref, deref, false,
|
/third_party/typescript/tests/baselines/reference/ |
D | underscoreTest1.errors.txt | 113 // instead of the newly returned _bind => func type.
|
D | underscoreTest1.types | 798 // instead of the newly returned _bind => func type.
|
D | underscoreTest1.symbols | 377 // instead of the newly returned _bind => func type.
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 733 * unix, windows: make uv_*_bind() error codes consistent (Andrius Bentkus)
|