Searched refs:aidlen (Results 1 – 4 of 4) sorted by relevance
| /src/usr.sbin/bluetooth/sdpd/ |
| H A D | sar.c | 155 int32_t type, rsp_limit, aidlen, cslen, cs; in server_prepare_service_attribute_response() local 177 aidlen = 0; in server_prepare_service_attribute_response() 181 SDP_GET8(aidlen, req); in server_prepare_service_attribute_response() 185 SDP_GET16(aidlen, req); in server_prepare_service_attribute_response() 189 SDP_GET32(aidlen, req); in server_prepare_service_attribute_response() 192 if (aidlen <= 0) in server_prepare_service_attribute_response() 195 ptr = (uint8_t *) req + aidlen; in server_prepare_service_attribute_response() 229 cs = server_prepare_attr_list(provider, req, req+aidlen, rsp, rsp_end); in server_prepare_service_attribute_response()
|
| H A D | ssar.c | 189 int32_t type, rsp_limit, ssplen, aidlen, cslen, cs; in server_prepare_service_search_attribute_response() local 240 aidlen = 0; in server_prepare_service_search_attribute_response() 247 SDP_GET8(aidlen, req); in server_prepare_service_search_attribute_response() 254 SDP_GET16(aidlen, req); in server_prepare_service_search_attribute_response() 261 SDP_GET32(aidlen, req); in server_prepare_service_search_attribute_response() 264 if (aidlen <= 0) in server_prepare_service_search_attribute_response() 268 req += aidlen; in server_prepare_service_search_attribute_response() 357 aidptr, aidptr + aidlen, ptr, rsp_end); in server_prepare_service_search_attribute_response()
|
| /src/contrib/wpa/src/utils/ |
| H A D | pcsc_funcs.c | 255 size_t aidlen); 809 size_t aidlen) in _scard_select_file() argument 827 aid, aidlen); in _scard_select_file() 828 if (5 + aidlen > sizeof(cmd)) in _scard_select_file() 831 cmd[4] = aidlen; /* len */ in _scard_select_file() 832 os_memcpy(cmd + 5, aid, aidlen); in _scard_select_file() 833 cmdlen = 5 + aidlen; in _scard_select_file()
|
| /src/crypto/openssl/test/ |
| H A D | tls-provider.c | 2595 int aidlen = 0; in xor_get_aid() local 2599 aidlen = i2d_X509_ALGOR(algor, oidbuf); in xor_get_aid() 2601 return (aidlen); in xor_get_aid()
|