Searched refs:len2 (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_utils.c | 654 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) in sdpu_compare_uuid_arrays() argument 660 ((len2 != 2) && (len2 != 4) && (len2 != 16)) ) { in sdpu_compare_uuid_arrays() 666 if (len1 == len2) { in sdpu_compare_uuid_arrays() 676 } else if (len1 > len2) { in sdpu_compare_uuid_arrays() 686 if (len2 == 4) { in sdpu_compare_uuid_arrays() 687 memcpy (nu2, p_uuid2, len2); in sdpu_compare_uuid_arrays() 688 } else if (len2 == 2) { in sdpu_compare_uuid_arrays() 689 memcpy (nu2 + 2, p_uuid2, len2); in sdpu_compare_uuid_arrays() 697 if (len2 == 4) { in sdpu_compare_uuid_arrays()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | ms_funcs.c | 251 const size_t len2[3] = { SHA1_MAC_LEN, 8, sizeof(magic2) }; in generate_authenticator_response_pwhash() local 266 return sha1_vector(3, addr2, len2, response); in generate_authenticator_response_pwhash()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/ |
D | sdpint.h | 281 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
|