Home
last modified time | relevance | path

Searched refs:len1 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c654 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) in sdpu_compare_uuid_arrays() argument
659 if ( ((len1 != 2) && (len1 != 4) && (len1 != 16)) || in sdpu_compare_uuid_arrays()
666 if (len1 == len2) { in sdpu_compare_uuid_arrays()
667 if (len1 == 2) { in sdpu_compare_uuid_arrays()
670 if (len1 == 4) { in sdpu_compare_uuid_arrays()
674 return (memcmp (p_uuid1, p_uuid2, (size_t)len1) == 0); in sdpu_compare_uuid_arrays()
676 } else if (len1 > len2) { in sdpu_compare_uuid_arrays()
678 if (len1 == 4) { in sdpu_compare_uuid_arrays()
705 if (len1 == 4) { in sdpu_compare_uuid_arrays()
706 memcpy (nu1, p_uuid1, (size_t)len1); in sdpu_compare_uuid_arrays()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dms_funcs.c249 const size_t len1[3] = { 16, 24, sizeof(magic1) }; in generate_authenticator_response_pwhash() local
262 sha1_vector(3, addr1, len1, response) || in generate_authenticator_response_pwhash()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h281 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c854 UINT16 len, cfg_len, buf_space, len1; in l2cu_send_peer_config_rej() local
862 len1 = 0xFFFF - len; in l2cu_send_peer_config_rej()
863 if (rej_len > len1) { in l2cu_send_peer_config_rej()