Home
last modified time | relevance | path

Searched refs:rbind (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c622 struct eap_tlv_crypto_binding_tlv *rbind, in eap_fast_write_crypto_binding() argument
625 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_write_crypto_binding()
627 rbind->length = host_to_be16(sizeof(*rbind) - in eap_fast_write_crypto_binding()
629 rbind->version = EAP_FAST_VERSION; in eap_fast_write_crypto_binding()
630 rbind->received_version = _bind->version; in eap_fast_write_crypto_binding()
631 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE; in eap_fast_write_crypto_binding()
632 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce)); in eap_fast_write_crypto_binding()
633 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
634 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding()
635 rbind->compound_mac); in eap_fast_write_crypto_binding()
[all …]
/external/valgrind/docs/internals/
Dqemu-aarch64-linux-HOWTO.txt62 mount --rbind /sys /target/sys
63 mount --rbind /dev /target/dev
Dqemu-mips64-linux-HOWTO.txt63 mount --rbind /sys /target/sys
64 mount --rbind /dev /target/dev