Home | History | Annotate | Download | only in weaver

Lines Matching defs:rx_buf

78   uint8_t rx_buf[32];
90 rx_buf, sizeof(rx_buf));
105 ret = check_apdu_status(&rx_buf[rx_len - 2]);
108 rx_buf[rx_len - 2], rx_buf[rx_len - 1]);
116 session->channel_id = rx_buf[rx_len - 3];
124 rx.base = &rx_buf[0];
125 rx.len = sizeof(rx_buf);
135 ret = check_apdu_status(&rx_buf[rx_len - 2]);
137 ALOGE("SELECT failed with error code: %x %x", rx_buf[rx_len - 2],
138 rx_buf[rx_len - 1]);
147 uint8_t rx_buf[32];
161 rx_buf, sizeof(rx_buf));
169 ret = check_apdu_status(&rx_buf[rx_len - 2]);
196 uint8_t rx_buf[6];
198 ese_transceive(session->ese, get_num_slots, sizeof(get_num_slots), rx_buf,
199 sizeof(rx_buf));
208 EseAppResult ret = check_apdu_status(rx_buf);
216 *numSlots = get_uint32(rx_buf);
255 uint8_t rx_buf[2];
256 rx.base = rx_buf;
257 rx.len = sizeof(rx_buf);
271 return check_apdu_status(rx_buf);
317 uint8_t rx_buf[2];
318 rx[2].base = rx_buf;
319 rx[2].len = sizeof(rx_buf);
330 rx_buf[0] = appletStatus;
331 rx_buf[1] = value[0];
333 EseAppResult ret = check_apdu_status(rx_buf);
388 uint8_t rx_buf[2];
389 rx.base = rx_buf;
390 rx.len = sizeof(rx_buf);
404 return check_apdu_status(rx_buf);