Searched refs:outbufsize (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c976 u8 *outbuf, size_t *outbufsize)
1087 if (n > *outbufsize) {
1089 __func__, n, *outbufsize);
1095 *outbufsize = n;
972 ep11_cryptsingle(u16 card, u16 domain, u16 mode, u32 mech, const u8 *iv, const u8 *key, size_t keysize, const u8 *inbuf, size_t inbufsize, u8 *outbuf, size_t *outbufsize) argument
/linux-master/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c1195 ctlx->outbufsize = sizeof(ctlx->outbuf.cmdreq);
1283 ctlx->outbufsize = sizeof(ctlx->outbuf.rridreq);
1367 ctlx->outbufsize = sizeof(ctlx->outbuf.wridreq.type) +
1449 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq);
1538 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) +
2813 &head->outbuf, ROUNDUP64(head->outbufsize),
H A Dhfa384x.h967 size_t outbufsize; member in struct:hfa384x_usbctlx

Completed in 202 milliseconds