Home
last modified time | relevance | path

Searched refs:obl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c195 unsigned int obl = 0; /* length of data in bufo */ in sun4i_ss_cipher_poll() local
337 * read obl bytes in bufo, we read at maximum for in sun4i_ss_cipher_poll()
341 obl = tx_cnt * 4; in sun4i_ss_cipher_poll()
351 mo.length - oo, obl - obo); in sun4i_ss_cipher_poll()
361 } while (obo < obl); in sun4i_ss_cipher_poll()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c205 unsigned int obl = 0; /* length of data in bufo */ in sun4i_ss_cipher_poll() local
350 * read obl bytes in bufo, we read at maximum for in sun4i_ss_cipher_poll()
354 obl = tx_cnt * 4; in sun4i_ss_cipher_poll()
364 mo.length - oo, obl - obo); in sun4i_ss_cipher_poll()
374 } while (obo < obl); in sun4i_ss_cipher_poll()

Completed in 3 milliseconds