/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_fast.c | 616 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument 620 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding() 622 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding() 624 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding() 626 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding() 627 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding() 628 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding() 632 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding() 633 _bind->subtype); in eap_fast_validate_crypto_binding() 643 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/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 | 1364 def _bind(self, what, sequence, func, add, needcleanup=1): member in Misc 1421 return self._bind(('bind', self._w), sequence, func, add) 1435 return self._bind(('bind', 'all'), sequence, func, add, 0) 1449 return self._bind(('bind', className), sequence, func, add, 0) 2775 return self._bind((self._w, 'bind', tagOrId), 3875 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 | 3043 def _bind(self, args, kwargs, *, partial=False): member in Signature 3179 return self._bind(args, kwargs) 3186 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)
|