Home
last modified time | relevance | path

Searched refs:_bind (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_fast.c616 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/
Deap_fast.c596 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__.py1364 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),
Dttk.py1471 self._bind((self._w, "tag", "bind", tagname), sequence, callback, add=0)
/third_party/python/Lib/
Dinspect.py3043 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/
Dwuffs-the-language.md58 TODO: categorize try, io\_bind. Also: and, or, not, as, ref, deref, false,
/third_party/typescript/tests/baselines/reference/
DunderscoreTest1.errors.txt113 // instead of the newly returned _bind => func type.
DunderscoreTest1.types798 // instead of the newly returned _bind => func type.
DunderscoreTest1.symbols377 // instead of the newly returned _bind => func type.
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md733 * unix, windows: make uv_*_bind() error codes consistent (Andrius Bentkus)