Searched refs:bufo (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss.h | 152 char bufo[4 * SS_TX_MAX]; /* buffer for linearize SG dst */ member
|
H A D | sun4i-ss-cipher.c | 194 unsigned int obo = 0; /* offset in bufo*/ in sun4i_ss_cipher_poll() 195 unsigned int obl = 0; /* length of data in bufo */ in sun4i_ss_cipher_poll() 337 * read obl bytes in bufo, we read at maximum for in sun4i_ss_cipher_poll() 340 readsl(ss->base + SS_TXFIFO, ss->bufo, tx_cnt); in sun4i_ss_cipher_poll() 352 memcpy(mo.addr + oo, ss->bufo + obo, todo); in sun4i_ss_cipher_poll() 362 /* bufo must be fully used here */ in sun4i_ss_cipher_poll()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss.h | 152 char bufo[4 * SS_TX_MAX]; /* buffer for linearize SG dst */ member
|
H A D | sun4i-ss-cipher.c | 204 unsigned int obo = 0; /* offset in bufo*/ in sun4i_ss_cipher_poll() 205 unsigned int obl = 0; /* length of data in bufo */ in sun4i_ss_cipher_poll() 350 * read obl bytes in bufo, we read at maximum for in sun4i_ss_cipher_poll() 353 readsl(ss->base + SS_TXFIFO, ss->bufo, tx_cnt); in sun4i_ss_cipher_poll() 365 memcpy(mo.addr + oo, ss->bufo + obo, todo); in sun4i_ss_cipher_poll() 375 /* bufo must be fully used here */ in sun4i_ss_cipher_poll()
|
Completed in 3 milliseconds