HomeSort by relevance Sort by last modified time
    Searched refs:clen (Results 26 - 50 of 62) sorted by null

12 3

  /external/bluetooth/bluez/src/
security.c 71 int clen; member in struct:hci_req_data
86 const void *cparam, int clen)
92 data->cparam = g_malloc(clen);
93 memcpy(data->cparam, cparam, clen);
102 data->clen = clen;
137 ret_val = hci_send_cmd(dd, data->ogf, data->ocf, data->clen, data->cparam);
  /external/bluetooth/bluez/tools/
csr.c     [all...]
hciconfig.c 1208 rq.clen = WRITE_INQ_ACTIVITY_CP_SIZE;
1277 rq.clen = WRITE_PAGE_ACTIVITY_CP_SIZE;
1346 rq.clen = WRITE_PAGE_TIMEOUT_CP_SIZE;
    [all...]
hciattach_ti.c 252 rq.clen = send_action->data[2];
  /external/svox/pico/lib/
picodata.c 393 const picoos_uint16 clenmax, picoos_uint16 *clen)
400 *clen = head->len;
401 if (blenmax >= (*clen + PICODATA_ITEM_HEADSIZE)) {
409 *clen = 0;
413 *clen = 0;
420 const picoos_uint16 clenmax, picoos_uint16 *clen)
422 pico_status_t status = picodata_get_itemparts_nowarn(buf,blenmax,head,content,clenmax,clen);
    [all...]
picodata.h 318 the max length (in number of bytes) accessible in content; clen is
340 number of bytes) accessible in buf and content; clen is set to the
349 const picoos_uint16 clenmax, picoos_uint16 *clen);
353 number of bytes) accessible in buf and content; clen is set to the
362 const picoos_uint16 clenmax, picoos_uint16 *clen);
picospho.c 812 picoos_uint16 clen; local
832 spho->outBuf, spho->outBufSize, &clen);
937 picoos_uint16 clen; local
    [all...]
picoacph.c 1054 picoos_uint16 clen = 0; local
    [all...]
picosa.c 1195 picoos_uint16 clen = 0; local
    [all...]
  /external/bluetooth/hcidump/src/
bpasniff.c 68 rq.clen = sizeof(req);
96 rq.clen = sizeof(req);
124 rq.clen = sizeof(req);
  /external/openssl/include/openssl/
ssl2.h 217 unsigned int clen; member in struct:ssl2_state_st::__anon4022
  /external/openssl/ssl/
ssl2.h 217 unsigned int clen; member in struct:ssl2_state_st::__anon4036
s2_srvr.c 1017 n2s(p,i); s->s2->tmp.clen=i;
1024 len = 6 + (unsigned long)s->s2->tmp.clen + (unsigned long)s->s2->tmp.rlen;
1042 x509=(X509 *)d2i_X509(NULL,&cp,(long)s->s2->tmp.clen);
  /external/wpa_supplicant/
crypto_cryptoapi.c 729 DWORD clen; local
740 clen = inlen;
741 if (!CryptEncrypt(key->rsa, 0, TRUE, 0, tmp, &clen, *outlen)) {
748 *outlen = clen;
crypto_libtomcrypt.c 224 unsigned long clen; local
273 clen = *len;
274 if (hmac_done(&ctx->u.hmac, mac, &clen) != CRYPT_OK) {
278 *len = clen;
mlme.c 1494 int channel, invalid = 0, clen; local
    [all...]
tlsv1_client.c 1331 size_t clen; local
1436 size_t rlen, hlen, clen; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 714 DWORD clen; local
725 clen = inlen;
726 if (!CryptEncrypt(key->rsa, 0, TRUE, 0, tmp, &clen, *outlen)) {
733 *outlen = clen;
crypto_libtomcrypt.c 224 unsigned long clen; local
273 clen = *len;
274 if (hmac_done(&ctx->u.hmac, mac, &clen) != CRYPT_OK) {
278 *len = clen;
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 1232 int i, clen; local
1237 clen = (int)((double)cvt->len_cvt / cvt->rate_incr);
1245 for ( i=clen; i; --i ) {
1256 clen &= ~1;
1259 for ( i=clen/2; i; --i ) {
1272 output = cvt->buf+clen;
1274 for ( i=clen; i; --i ) {
1285 clen &= ~1;
1286 output = (Uint16 *)(cvt->buf+clen);
1288 for ( i=clen/2; i; --i )
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.c 147 size_t clen; local
156 clen = hash_len;
157 if ((int) clen > end - pos)
158 clen = end - pos;
159 os_memcpy(pos, hash, clen);
160 pos += clen;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1319 size_t clen; local
1371 size_t clen; local
    [all...]
  /external/qemu/hw/
bt-l2cap.c 945 int clen; local
955 clen = le16_to_cpu(hdr->len);
956 if (len < clen) {
962 l2cap_command(l2cap, hdr->code, hdr->ident, data, clen);
963 len -= clen;
964 data += clen;
    [all...]
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 152 static bool GetContourLength(const char* token, size_t len, void* clen, SkScriptValue* value) {
154 value->fOperand.fScalar = *(SkScalar*) clen;
  /external/bluetooth/bluez/include/bluetooth/
hci_lib.h 38 int clen; member in struct:hci_request

Completed in 1164 milliseconds

12 3