Searched refs:_bind (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/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 …]
|
/external/v8/src/inspector/ |
D | injected-script-source.js | 312 _bind: function(object, objectGroupName) method in InjectedScript 748 this.objectId = injectedScript._bind(object, objectGroupName); 813 var formatterObjectId = injectedScript._bind(formatters[i], objectGroupName); 814 var bindRemoteObjectFunctionId = injectedScript._bind(wrap, objectGroupName); 817 … result["configObjectId"] = injectedScript._bind(customObjectConfig, objectGroupName);
|